aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 58-237/+346
2017-03-14net: Resend IGMP memberships upon peer notification.Gravatar Vlad Yasevich 1-0/+1
2017-03-13dccp: fix memory leak during tear-down of unsuccessful connection requestGravatar Hannes Frederic Sowa 1-0/+1
2017-03-13dccp/tcp: fix routing redirect raceGravatar Jon Maxwell 4-8/+14
2017-03-13net: use net->count to check whether a netns is alive or notGravatar Andrey Vagin 1-3/+3
2017-03-13bridge: drop netfilter fake rtable unconditionallyGravatar Florian Westphal 2-21/+1
2017-03-13ipv6: avoid write to a possibly cloned skbGravatar Florian Westphal 1-1/+6
2017-03-13ipv6: make ECMP route replacement less greedyGravatar Sabrina Dubroca 1-0/+2
2017-03-12mpls: Do not decrement alive counter for unregister eventsGravatar David Ahern 1-1/+2
2017-03-12mpls: Send route delete notifications when router module is unloadedGravatar David Ahern 1-0/+1
2017-03-12act_connmark: avoid crashing on malformed nlattrs with null parmsGravatar Etienne Noss 1-0/+3
2017-03-10rxrpc: Wake up the transmitter if Rx window size increases on the peerGravatar David Howells 1-3/+12
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterGravatar David Howells 1-2/+3
2017-03-09udp: avoid ufo handling on IP payload compression packetsGravatar Alexey Kodanev 2-2/+2
2017-03-09net: Work around lockdep limitation in sockets that use socketsGravatar David Howells 27-88/+115
2017-03-09net: initialize msg.msg_flags in recvfromGravatar Alexander Potapenko 1-0/+1
2017-03-09net/tunnel: set inner protocol in network gro hooksGravatar Paolo Abeni 2-2/+6
2017-03-09rds: ib: add error handleGravatar Zhu Yanjun 1-11/+36
2017-03-09net: ipv6: Remove redundant RTA_OIF in multipath routesGravatar David Ahern 1-5/+6
2017-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar David S. Miller 2-12/+15
2017-03-07ipv6: reorder icmpv6_init() and ip6_mr_init()Gravatar WANG Cong 1-5/+5
2017-03-07dccp: fix use-after-free in dccp_feat_activate_valuesGravatar Eric Dumazet 1-8/+16
2017-03-07net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpGravatar Alexey Khoroshilov 1-1/+0
2017-03-07rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesGravatar Sowmini Varadhan 3-8/+18
2017-03-07rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid racesGravatar Sowmini Varadhan 1-10/+9
2017-03-07rds: tcp: Take explicit refcounts on struct netGravatar Sowmini Varadhan 3-5/+6
2017-03-07net: fix socket refcounting in skb_complete_tx_timestamp()Gravatar Eric Dumazet 1-7/+8
2017-03-07net: fix socket refcounting in skb_complete_wifi_ack()Gravatar Eric Dumazet 1-7/+8
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesGravatar David Howells 3-25/+39
2017-03-07tcp: fix various issues for sockets morphing to listen stateGravatar Eric Dumazet 2-4/+9
2017-03-07libceph: osd_request_timeout optionGravatar Ilya Dryomov 2-1/+50
2017-03-07libceph: don't set weight to IN when OSD is destroyedGravatar Ilya Dryomov 1-1/+0
2017-03-07libceph: fix crush_decode() for older mapsGravatar Ilya Dryomov 1-2/+1
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 42-197/+462
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+9
2017-03-03strparser: destroy workqueue on module exitGravatar WANG Cong 1-0/+1
2017-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfGravatar David S. Miller 4-88/+63
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 58-16/+81
2017-03-03rds: remove unnecessary returned value checkGravatar Zhu Yanjun 4-14/+4
2017-03-03rxrpc: Fix potential NULL-pointer exceptionGravatar David Howells 1-7/+8
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsGravatar Pablo Neira Ayuso 1-78/+55
2017-03-03netfilter: nft_set_rbtree: incorrect assumption on lower interval lookupsGravatar Pablo Neira Ayuso 1-5/+4
2017-03-03netfilter: nf_conntrack_sip: fix wrong memory initialisationGravatar Christophe Leroy 1-2/+0
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Gravatar Ingo Molnar 5-0/+10
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-51/+29
2017-03-02Merge tag 'mac80211-for-davem-2017-03-02' of git://git.kernel.org/pub/scm/lin...Gravatar David S. Miller 3-3/+3
2017-03-02ipv6: ignore null_entry in inet6_rtm_getroute() tooGravatar WANG Cong 1-0/+6
2017-03-02tcp: fix potential double free issue for fastopen_reqGravatar Wei Wang 1-3/+12
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+2
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-2/+2