aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang1-1/+1
2017-12-05net: dsa: return per-port upstream portVivien Didelot1-3/+6
2017-12-05net: sched: sch_api: fix code style issuesAlexander Aring1-4/+6
2017-12-05net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang1-1/+0
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+3
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal1-1/+1
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal1-2/+0
2017-12-04rtnetlink: get reference on module before invoking handlersFlorian Westphal1-0/+2
2017-12-03tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern1-2/+1
2017-12-03inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2-6/+24
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2-0/+26
2017-12-03inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau1-0/+1
2017-12-02net: dsa: introduce dsa_towards_port helperVivien Didelot1-10/+13
2017-12-02net: dsa: remove trans argument from mdb opsVivien Didelot1-6/+4
2017-12-02net: dsa: remove trans argument from vlan opsVivien Didelot1-6/+4
2017-12-01ip6_gre: Add ERSPAN native tunnel supportWilliam Tu1-0/+1
2017-12-01ip_gre: Refector the erpsan tunnel code.William Tu1-0/+51
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long1-1/+2
2017-11-30act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang1-1/+0
2017-11-30net: Remove dst->nextDavid Miller1-4/+0
2017-11-30net: Rearrange dst_entry layout to avoid useless padding.David Miller1-19/+12
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller2-3/+15
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller2-7/+5
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller2-7/+11
2017-11-30ipsec: Create and use new helpers for dst child access.David Miller1-0/+5
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller1-0/+9
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller2-3/+3
2017-11-30decnet: Move dn_next into decnet route structure.David Miller2-1/+1
2017-11-30net: dst->rt_next is unused.David Miller1-1/+0
2017-11-28sctp: remove extern from stream schedXin Long2-0/+10
2017-11-28sctp: force the params with right types for sctp csum apisXin Long1-6/+7
2017-11-28Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-1/+7
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg1-1/+7
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn1-0/+1
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell1-1/+1
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-9/+5
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-1/+2
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-11/+1
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)3-10/+0
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan1-1/+1
2017-11-16genetlink: fix genlmsg_nlhdr()Michal Kubecek1-8/+3
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds1-1/+1
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds56-365/+1158
2017-11-15tcp: highest_sack fixEric Dumazet1-14/+3
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2-3/+4
2017-11-15uapi: fix linux/tls.h userspace compilation errorDmitry V. Levin1-0/+4
2017-11-14tls: Move tls_make_aad to header to allow sharingIlya Lesokhin1-0/+15
2017-11-14tls: Fix TLS ulp context leak, when TLS_TX setsockopt is not used.Ilya Lesokhin1-1/+1
2017-11-14tls: Add function to update the TLS socket configurationIlya Lesokhin1-0/+2
2017-11-14tcp: allow drivers to tweak TSQ logicEric Dumazet1-0/+2