summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-11-17net: check dead netns for peernet2id_alloc()WANG Cong1-0/+2
2016-11-16ipv4: Fix memory leak in exception case for splitting triesAlexander Duyck1-1/+3
2016-11-16ipv4: Restore fib_trie_flush_external function and fix call orderingAlexander Duyck2-5/+80
2016-11-16rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca1-1/+2
2016-11-16rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca1-5/+7
2016-11-16udp: restore UDPlite many-cast deliveryPablo Neira2-6/+6
2016-11-16igmp: do not remove igmp souce list info when set link downHangbin Liu1-14/+36
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-184/+357
2016-11-15sctp: change sk state only when it has assocs in sctp_shutdownXin Long1-8/+7
2016-11-13tcp: take care of truncations done by sk_filter()Eric Dumazet2-3/+22
2016-11-13ipv4: use new_gw for redirect neigh lookupStephen Suryaputra Lin1-1/+3
2016-11-13net: __skb_flow_dissect() must cap its return valueEric Dumazet1-3/+8
2016-11-13bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2-19/+66
2016-11-11Merge tag 'ceph-for-4.9-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2-1/+3
2016-11-11Merge tag 'nfs-for-4.9-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-18/+29
2016-11-10libceph: initialize last_linger_id with a large integerIlya Dryomov1-0/+1
2016-11-10libceph: fix legacy layout decode with pool 0Yan, Zheng1-1/+2
2016-11-10ipv4: update comment to document GSO fragmentation cases.Lance Richardson1-5/+11
2016-11-10xprtrdma: Fix DMAR failure in frwr_op_map() after reconnectChuck Lever2-16/+24
2016-11-10net: tcp response should set oif only if it is L3 masterDavid Ahern2-3/+8
2016-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller12-40/+108
2016-11-10rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause1-0/+1
2016-11-10net: icmp_route_lookup should use rt dev to determine L3 domainDavid Ahern1-2/+2
2016-11-09net-ipv6: on device mtu change do not add mtu to mtu-less routesMaciej Żenczykowski1-0/+1
2016-11-09sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh1-0/+2
2016-11-09netfilter: nf_tables: fix oops when inserting an element into a verdict mapLiping Zhang1-0/+1
2016-11-09netfilter: conntrack: refine gc worker heuristicsFlorian Westphal1-8/+41
2016-11-09netfilter: conntrack: fix CT target for UNSPEC helpersFlorian Westphal1-3/+8
2016-11-09netfilter: connmark: ignore skbs with magic untracked conntrack objectsFlorian Westphal1-2/+2
2016-11-09ipvs: use IPVS_CMD_ATTR_MAX for family.maxattrWANG Cong1-1/+1
2016-11-08fib_trie: Correct /proc/net/route off by one errorAlexander Duyck1-12/+9
2016-11-08net: icmp6_send should use dst dev to determine L3 domainDavid Ahern1-1/+1
2016-11-07SUNRPC: Fix suspicious RCU usageAnna Schumaker1-2/+5
2016-11-07sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2016-11-05Merge tag 'nfsd-4.9-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-47/+82
2016-11-03genetlink: fix a memory leak on error pathWANG Cong1-1/+3
2016-11-03ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet1-0/+1
2016-11-03ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet1-7/+8
2016-11-03netlink: netlink_diag_dump() runs without locksEric Dumazet1-4/+1
2016-11-03dccp: fix out of bound access in dccp_v4_err()Eric Dumazet1-6/+8
2016-11-03dccp: do not send reset to already closed socketsEric Dumazet1-0/+4
2016-11-03dccp: do not release listeners too soonEric Dumazet3-4/+6
2016-11-03tcp: fix return value for partial writesEric Dumazet1-1/+1
2016-11-03ipv4: allow local fragmentation in ip_finish_output_gso()Lance Richardson4-17/+4
2016-11-03tcp: fix potential memory corruptionEric Dumazet1-1/+1
2016-11-03inet: fix sleeping inside inet_wait_for_connect()WANG Cong1-5/+4
2016-11-02ip6_udp_tunnel: remove unused IPCB related codesEli Cooper1-3/+0
2016-11-01svcrdma: backchannel cannot share a page for send and rcv buffersChuck Lever1-3/+10
2016-11-01unix: escape all null bytes in abstract unix domain socketIsaac Boukris1-1/+2
2016-11-01Merge tag 'linux-can-fixes-for-4.9-20161031' of git://git.kernel.org/pub/scm/...David S. Miller1-9/+23