summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-03-22crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutexHerbert Xu1-0/+41
2017-03-17tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet1-1/+2
2017-03-17bridge: resolve a false alarm of lockdepWANG Cong2-10/+1
2017-03-17rxrpc: Ignore BUSY packets on old callsDavid Howells1-0/+4
2017-03-17net: ipv6: set route type for anycast routesDavid Ahern1-0/+2
2017-03-17net: mpls: Fix nexthop alive tracking on down eventsDavid Ahern1-3/+10
2017-03-16Merge tag 'batadv-net-for-davem-20170316' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-11/+42
2017-03-16openvswitch: Add missing case OVS_TUNNEL_KEY_ATTR_PADKris Murphy1-0/+2
2017-03-16nl80211: fix dumpit error path RTNL deadlocksJohannes Berg1-71/+56
2017-03-16net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller14-150/+160
2017-03-16net/openvswitch: Set the ipv6 source tunnel key address attribute correctlyOr Gerlitz1-1/+1
2017-03-15netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalidLiping Zhang1-1/+2
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds58-237/+346
2017-03-14net: Resend IGMP memberships upon peer notification.Vlad Yasevich1-0/+1
2017-03-14dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-03-14dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14
2017-03-14net: use net->count to check whether a netns is alive or notAndrey Vagin1-3/+3
2017-03-13bridge: drop netfilter fake rtable unconditionallyFlorian Westphal2-21/+1
2017-03-13ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-13ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-03-13Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"Pablo Neira Ayuso1-4/+0
2017-03-13netfilter: nft_set_bitmap: keep a list of dummy elementsPablo Neira Ayuso1-80/+66
2017-03-13netfilter: Force fake conntrack entry to be at least 8 bytes alignedSteven Rostedt (VMware)1-1/+5
2017-03-13netfilter: bridge: honor frag_max_size when refragmentingFlorian Westphal1-5/+7
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang7-47/+51
2017-03-13netfilter: nft_set_bitmap: fetch the element key based on the set->klenLiping Zhang1-10/+17
2017-03-13mpls: Do not decrement alive counter for unregister eventsDavid Ahern1-1/+2
2017-03-13mpls: Send route delete notifications when router module is unloadedDavid Ahern1-0/+1
2017-03-13act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss1-0/+3
2017-03-10rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells1-3/+12
2017-03-10rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells1-2/+3
2017-03-10udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2-2/+2
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells27-88/+115
2017-03-10net: initialize msg.msg_flags in recvfromAlexander Potapenko1-0/+1
2017-03-10net/tunnel: set inner protocol in network gro hooksPaolo Abeni2-2/+6
2017-03-10rds: ib: add error handleZhu Yanjun1-11/+36
2017-03-10net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern1-5/+6
2017-03-08netfilter: nf_nat_sctp: fix ICMP packet to be dropped accidentlyYing Xue1-1/+12
2017-03-08netfilter: don't track fragmented packetsFlorian Westphal2-5/+4
2017-03-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-12/+15
2017-03-08ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong1-5/+5
2017-03-08dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet1-8/+16
2017-03-08net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov1-1/+0
2017-03-08rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesSowmini Varadhan3-8/+18
2017-03-08rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid racesSowmini Varadhan1-10/+9
2017-03-08rds: tcp: Take explicit refcounts on struct netSowmini Varadhan3-5/+6
2017-03-08net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet1-7/+8
2017-03-08net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet1-7/+8
2017-03-08rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells3-25/+39