aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller27-113/+321
2016-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-103/+278
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal7-6/+18
2016-11-21tcp: add cwnd_undo functions to various tcp cc algorithmsFlorian Westphal5-1/+55
2016-11-21bridge: mcast: add MLDv2 querier supportNikolay Aleksandrov4-22/+112
2016-11-21bridge: mcast: add IGMPv3 query supportNikolay Aleksandrov4-18/+97
2016-11-21tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal1-1/+3
2016-11-21net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng1-1/+1
2016-11-21udp: avoid one cache line miss in recvmsg()Eric Dumazet2-2/+4
2016-11-19tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy1-47/+1
2016-11-19rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju1-1/+1
2016-11-19net: fix bogus cast in skb_pagelen() and use unsigned variablesAlexey Dobriyan2-2/+2
2016-11-19net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan1-1/+1
2016-11-19l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2-4/+6
2016-11-19Merge tag 'batadv-next-for-davem-20161119' of git://git.open-mesh.org/linux-mergeDavid S. Miller9-115/+445
2016-11-19Merge tag 'batadv-net-for-davem-20161119' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-0/+2
2016-11-19af_packet: Use virtio_net_hdr_from_skb() directly.Jarno Rajahalme1-12/+4
2016-11-19af_packet: Use virtio_net_hdr_to_skb().Jarno Rajahalme1-48/+3
2016-11-19virtio_net: Do not clear memory for struct virtio_net_hdr twice.Jarno Rajahalme1-2/+0
2016-11-18Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-10/+28
2016-11-18rtnetlink: fix FDB size computationSabrina Dubroca1-1/+4
2016-11-18Merge tag 'mac80211-for-davem-2016-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller6-6/+99
2016-11-18af_unix: conditionally use freezable blocking calls in readWANG Cong1-6/+11
2016-11-18ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju1-0/+6
2016-11-18ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju1-0/+87
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan51-57/+56
2016-11-18udp: enable busy polling for all socketsEric Dumazet2-0/+4
2016-11-18cfg80211: limit scan results cache sizeJohannes Berg2-0/+70
2016-11-17net sched filters: pass netlink message flags in event notificationRoman Mashak1-2/+3
2016-11-17RDS: TCP: Force every connection to be initiated by numerically smaller IP addressSowmini Varadhan3-18/+26
2016-11-17RDS: TCP: Track peer's connection generation numberSowmini Varadhan6-3/+57
2016-11-17RDS: TCP: set RDS_FLAG_RETRANSMITTED in cp_retrans listSowmini Varadhan1-0/+3
2016-11-17net_sched: sch_fq: use hash_ptr()Eric Dumazet1-2/+2
2016-11-17ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni1-2/+11
2016-11-17net: check dead netns for peernet2id_alloc()WANG Cong1-0/+2
2016-11-17xattr: Fix setting security xattrs on sockfsAndreas Gruenbacher1-0/+15
2016-11-16sctp: use new rhlist interface on sctp transport rhashtableXin Long3-47/+61
2016-11-16netpoll: more efficient lockingEric Dumazet2-4/+3
2016-11-16net: busy-poll: return busypolling status to driversEric Dumazet1-4/+6
2016-11-16net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet1-20/+82
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-16ipv6: sr: add option to control lwtunnel supportDavid Lebrun3-3/+23
2016-11-15rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca1-1/+2
2016-11-15rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca1-5/+7
2016-11-15tcp: allow to enable the repair mode for non-listening socketsAndrey Vagin1-1/+1
2016-11-15udp: restore UDPlite many-cast deliveryPablo Neira2-6/+6
2016-11-15dctcp: update cwnd on congestion eventFlorian Westphal1-1/+8
2016-11-15igmp: do not remove igmp souce list info when set link downHangbin Liu1-14/+36
2016-11-15udplite: fix NULL pointer dereferencePaolo Abeni3-3/+6