summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-03-12mpls: Do not decrement alive counter for unregister eventsDavid Ahern
2017-03-12mpls: Send route delete notifications when router module is unloadedDavid Ahern
2017-03-12act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss
2017-03-10rxrpc: Wake up the transmitter if Rx window size increases on the peerDavid Howells
2017-03-09rxrpc: rxrpc_kernel_send_data() needs to handle failed call betterDavid Howells
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-09net: initialize msg.msg_flags in recvfromAlexander Potapenko
2017-03-09net/tunnel: set inner protocol in network gro hooksPaolo Abeni
2017-03-09rds: ib: add error handleZhu Yanjun
2017-03-09net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern
2017-03-08netfilter: nf_nat_sctp: fix ICMP packet to be dropped accidentlyYing Xue
2017-03-08netfilter: don't track fragmented packetsFlorian Westphal
2017-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-03-07ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong
2017-03-07dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet
2017-03-07net/sched: act_skbmod: remove unneeded rcu_read_unlock in tcf_skbmod_dumpAlexey Khoroshilov
2017-03-07rds: tcp: Sequence teardown of listen and acceptor sockets to avoid racesSowmini Varadhan
2017-03-07rds: tcp: Reorder initialization sequence in rds_tcp_init to avoid racesSowmini Varadhan
2017-03-07rds: tcp: Take explicit refcounts on struct netSowmini Varadhan
2017-03-07net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet
2017-03-07net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet
2017-03-07rxrpc: Call state should be read with READ_ONCE() under some circumstancesDavid Howells
2017-03-07tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2017-03-07libceph: osd_request_timeout optionIlya Dryomov
2017-03-07libceph: don't set weight to IN when OSD is destroyedIlya Dryomov
2017-03-07libceph: fix crush_decode() for older mapsIlya Dryomov
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-04batman-adv: Initialize gw sel_class via batadv_algoSven Eckelmann
2017-03-04batman-adv: Keep fragments equally sizedSven Eckelmann
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-03-03strparser: destroy workqueue on module exitWANG Cong
2017-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-03rds: remove unnecessary returned value checkZhu Yanjun
2017-03-03rxrpc: Fix potential NULL-pointer exceptionDavid Howells
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso
2017-03-03netfilter: nft_set_rbtree: incorrect assumption on lower interval lookupsPablo Neira Ayuso
2017-03-03netfilter: nf_conntrack_sip: fix wrong memory initialisationChristophe Leroy
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-03-02Merge tag 'mac80211-for-davem-2017-03-02' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-03-02ipv6: ignore null_entry in inet6_rtm_getroute() tooWANG Cong
2017-03-02tcp: fix potential double free issue for fastopen_reqWei Wang
2017-03-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2017-03-02net: Introduce sk_clone_lock() error path routineArnaldo Carvalho de Melo
2017-03-02dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo
2017-03-02Merge tag 'batadv-net-for-davem-20170301' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2017-03-02openvswitch: actions: fixed a brace coding style warningPeter Downs