summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net sched actions: do not overwrite status of action creation.Roman Mashak2017-02-261-2/+2
* rxrpc: Kernel calls get stuck in recvmsgDavid Howells2017-02-261-2/+6
* net sched actions: decrement module reference count after table flush.Roman Mashak2017-02-261-4/+1
* ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long2017-02-261-3/+8
* sctp: set sin_port for addr param when checking duplicate addressXin Long2017-02-261-1/+5
* ipv4: mask tos for input routeJulian Anastasov2017-02-261-0/+1
* ipv4: add missing initialization for flowi4_uidJulian Anastasov2017-02-262-3/+4
* rds: fix memory leak errorZhu Yanjun2017-02-241-3/+4
* vti6: return GRE_KEY for vti6David Forster2017-02-241-0/+4
* rxrpc: Fix an assertion in rxrpc_read()Marc Dionne2017-02-241-1/+1
* tipc: move premature initilalization of stack variablesJon Paul Maloy2017-02-241-5/+7
* RDS: IB: fix ifnullfree.cocci warningsWu Fengguang2017-02-241-2/+1
* sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner2017-02-241-2/+6
* bpf: Fix bpf_xdp_event_outputMartin KaFai Lau2017-02-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-02-236-39/+81
|\
| * Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2017-02-212-4/+7
| |\
| | * netfilter: ipset: Null pointer exception in ipset list:setVishwanath Pai2017-02-191-3/+6
| | * Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik2017-02-191-1/+1
| * | netfilter: nfnetlink: remove static declaration from err_listLiping Zhang2017-02-211-1/+1
| * | netfilter: xt_hashlimit: Fix integer divide round to zero.Alban Browaeys2017-02-191-16/+9
| |/
| * netfilter: ctnetlink: Fix regression in CTA_HELP processingKevin Cernekee2017-02-061-4/+13
| * netfilter: ctnetlink: Fix regression in CTA_STATUS processingKevin Cernekee2017-02-061-1/+25
| * netfilter: nf_ct_helper: warn when not applying default helper assignmentJiri Kosina2017-02-061-13/+26
* | tcp: account for ts offset only if tsecr not zeroAlexey Kodanev2017-02-221-1/+2
* | tcp: setup timestamp offset when write_seq already setAlexey Kodanev2017-02-222-12/+20
* | net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2017-02-222-0/+12
* | l2tp: Avoid schedule while atomic in exit_netRidge Kennedy2017-02-221-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-22455-6052/+19494
|\ \
| * | net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat2017-02-211-1/+3
| * | net: napi_watchdog() can use napi_schedule_irqoff()Eric Dumazet2017-02-211-1/+1
| * | tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet2017-02-211-2/+2
| * | net/hsr: use eth_hw_addr_random()Tobias Klauser2017-02-211-1/+1
| * | net: sock: Use USEC_PER_SEC macro instead of literal 1000000Gao Feng2017-02-211-3/+3
| * | ip: fix IP_CHECKSUM handlingPaolo Abeni2017-02-211-4/+4
| * | rtnl: simplify error return path in rtnl_create_link()Tobias Klauser2017-02-211-6/+1
| * | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-02-202-2/+2
| |\ \
| | * | Bluetooth: fix spelling mistake: "advetising" -> "advertising"Colin Ian King2017-02-161-1/+1
| | * | Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsgEzequiel Garcia2017-02-161-1/+1
| * | | net: mpls: Add support for netconfDavid Ahern2017-02-202-3/+211
| * | | sctp: add support for MSG_MOREXin Long2017-02-202-6/+4
| * | | sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long2017-02-201-0/+4
| * | | openvswitch: Set event bit after initializing labels.Jarno Rajahalme2017-02-201-3/+6
| * | | sctp: check duplicate node before inserting a new transportXin Long2017-02-191-0/+13
| * | | sctp: add reconf chunk eventXin Long2017-02-191-0/+30
| * | | sctp: add reconf chunk processXin Long2017-02-191-0/+54
| * | | sctp: add a function to verify the sctp reconf chunkXin Long2017-02-191-0/+59
| * | | sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long2017-02-192-7/+71
| * | | sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long2017-02-191-0/+113
| * | | sctp: add support for generating stream ssn reset event notificationXin Long2017-02-191-0/+29
| * | | sctp: add support for generating stream reconf resp chunkXin Long2017-02-191-0/+74