summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2017-12-11cfg80211: cleanup signal strength units notationSergey Matyukevich-2/+2
2017-12-11cfg80211: IBSS: Add support for static WEP in driver for IBSSTova Mussai-0/+5
2017-12-11mac80211: enable TDLS peer buffer STA featureYingying Tang-0/+4
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-7/+14
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend-0/+3
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend-0/+20
2017-12-08net: sched: use skb list for skb_bad_txJohn Fastabend-1/+1
2017-12-08net: sched: explicit locking in gso_cpu fallbackJohn Fastabend-8/+12
2017-12-08net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend-0/+1
2017-12-08net: sched: provide per cpu qstat helpersJohn Fastabend-0/+35
2017-12-08net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend-3/+3
2017-12-08net: sched: allow qdiscs to handle lockingJohn Fastabend-0/+1
2017-12-08net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend-1/+3
2017-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+4
2017-12-08tcp: invalidate rate samples during SACK renegingYousuk Seung-1/+1
2017-12-07net: dsa: Allow compiling out legacy supportFlorian Fainelli-0/+11
2017-12-06act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang-4/+2
2017-12-05net_sched: remove unused parameter from act cleanup opsCong Wang-1/+1
2017-12-05net: remove hlist_nulls_add_tail_rcu()Eric Dumazet-5/+1
2017-12-05net: dsa: return per-port upstream portVivien Didelot-3/+6
2017-12-05net: sched: sch_api: fix code style issuesAlexander Aring-4/+6
2017-12-05net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang-1/+0
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel-0/+11
2017-12-05net_sched: red: Avoid devision by zeroNogah Frankel-1/+1
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+3
2017-12-05bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo-2/+4
2017-12-04rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal-1/+1
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal-2/+0
2017-12-04rtnetlink: get reference on module before invoking handlersFlorian Westphal-0/+2
2017-12-03tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern-2/+1
2017-12-03inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau-6/+24
2017-12-03udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau-0/+26
2017-12-03inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau-0/+1
2017-12-02net: dsa: introduce dsa_towards_port helperVivien Didelot-10/+13
2017-12-02net: dsa: remove trans argument from mdb opsVivien Didelot-6/+4
2017-12-02net: dsa: remove trans argument from vlan opsVivien Didelot-6/+4
2017-12-01ip6_gre: Add ERSPAN native tunnel supportWilliam Tu-0/+1
2017-12-01ip_gre: Refector the erpsan tunnel code.William Tu-0/+51
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long-1/+2
2017-11-30act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang-1/+0
2017-11-30net: Remove dst->nextDavid Miller-4/+0
2017-11-30net: Rearrange dst_entry layout to avoid useless padding.David Miller-19/+12
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller-3/+15
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller-7/+5
2017-11-30xfrm: Move child route linkage into xfrm_dst.David Miller-7/+11
2017-11-30ipsec: Create and use new helpers for dst child access.David Miller-0/+5
2017-11-30net: Create and use new helper xfrm_dst_child().David Miller-0/+9
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller-3/+3
2017-11-30decnet: Move dn_next into decnet route structure.David Miller-1/+1
2017-11-30net: dst->rt_next is unused.David Miller-1/+0