aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30net: Avoid receiving packets with an l3mdev on unbound UDP socketsRobert Shearman1-0/+4
2017-01-30net: dsa: Hook {get,set}_rxnfc ethtool operationsFlorian Fainelli1-0/+8
2017-01-29net: dsa: pass bridge device when a port leavesVivien Didelot1-1/+2
2017-01-29net: dsa: move bridge device in dsa_portVivien Didelot1-0/+1
2017-01-29net: dsa: add ds and index to dsa_portVivien Didelot1-0/+2
2017-01-29net: dsa: variable number of portsVivien Didelot1-1/+5
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+23
2017-01-27net: adjust skb->truesize in pskb_expand_head()Eric Dumazet1-1/+1
2017-01-27tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira1-1/+1
2017-01-27net/ipv6: allow sysctl to change link-local address generation modeFelix Jia1-1/+0
2017-01-26net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli1-1/+1
2017-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+9
2017-01-25net: dsa: Mop up remaining NET_DSA_HWMON referencesAndrew Lunn1-8/+0
2017-01-25net/tcp-fastopen: make connect()'s return case more consistent with non-TFOWilly Tarreau1-1/+1
2017-01-25net/tcp-fastopen: Add new API supportWei Wang2-1/+6
2017-01-25net/tcp-fastopen: refactor cookie check logicWei Wang1-0/+2
2017-01-25net sched actions: Add support for user cookiesJamal Hadi Salim2-0/+9
2017-01-24net: Specify the owning module for lwtunnel opsRobert Shearman1-0/+2
2017-01-24netfilter: nf_tables: deconstify walk callback functionPablo Neira Ayuso1-3/+3
2017-01-24net/sched: Introduce sample tc actionYotam Gigi1-0/+50
2017-01-24net: Introduce psample, a new genetlink channel for packet samplingYotam Gigi1-0/+36
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2-0/+11
2017-01-20net: dsa: Remove hwmon supportAndrew Lunn1-8/+0
2017-01-20csum: eliminate sparse warning in remcsum_unadjust()Lance Richardson1-1/+1
2017-01-20sock: use hlist_entry_safeGeliang Tang1-2/+1
2017-01-20net: remove bh disabling around percpu_counter accessesEric Dumazet2-15/+2
2017-01-18lwtunnel: fix autoload of lwt modulesDavid Ahern1-0/+11
2017-01-18net: dsa: store CPU switch structure in the treeVivien Didelot1-4/+4
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2-0/+7
2017-01-18sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long1-0/+4
2017-01-18sctp: add reconf_enable in asoc ep and netnsXin Long2-2/+8
2017-01-18sctp: add stream reconf primitiveXin Long3-1/+5
2017-01-18sctp: add stream reconf timerXin Long3-0/+9
2017-01-18sctp: add support for generating stream reconf ssn reset request chunkXin Long2-1/+7
2017-01-18inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik1-0/+9
2017-01-18inet: kill smallest_size and smallest_portJosef Bacik1-1/+0
2017-01-18inet: drop ->bind_conflictJosef Bacik2-11/+0
2017-01-18inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik3-8/+2
2017-01-17net: AF-specific RTM_GETSTATS attributesRobert Shearman1-0/+4
2017-01-16netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang1-0/+6
2017-01-14Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller3-101/+106
2017-01-13tcp: remove early retransmitYuchung Cheng1-19/+0
2017-01-13tcp: enable RACK loss detection to trigger recoveryYuchung Cheng1-7/+4
2017-01-13tcp: use sequence to break TS ties for RACK loss detectionYuchung Cheng1-1/+1
2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng2-1/+7
2017-01-13tcp: record most recent RTT in RACK loss detectionYuchung Cheng1-3/+4
2017-01-13tcp: new helper for RACK to detect lossYuchung Cheng1-2/+1
2017-01-13cfg80211: Fix documentation for connect resultJouni Malinen1-10/+17
2017-01-13cfg80211: Specify the reason for connect timeoutPurushottam Kushwaha1-4/+14
2017-01-13cfg80211: Add support to sched scan to report better BSSsvamsi krishna1-11/+25