summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: cleanup signal strength units notationSergey Matyukevich2017-12-111-2/+2
* cfg80211: IBSS: Add support for static WEP in driver for IBSSTova Mussai2017-12-111-0/+5
* mac80211: enable TDLS peer buffer STA featureYingying Tang2017-12-111-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-093-7/+14
|\
| * tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-081-1/+1
| * net: remove hlist_nulls_add_tail_rcu()Eric Dumazet2017-12-051-5/+1
| * net_sched: red: Avoid illegal valuesNogah Frankel2017-12-051-0/+11
| * net_sched: red: Avoid devision by zeroNogah Frankel2017-12-051-1/+1
* | net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend2017-12-081-0/+3
* | net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend2017-12-081-0/+20
* | net: sched: use skb list for skb_bad_txJohn Fastabend2017-12-081-1/+1
* | net: sched: explicit locking in gso_cpu fallbackJohn Fastabend2017-12-081-8/+12
* | net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend2017-12-081-0/+1
* | net: sched: provide per cpu qstat helpersJohn Fastabend2017-12-081-0/+35
* | net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend2017-12-081-3/+3
* | net: sched: allow qdiscs to handle lockingJohn Fastabend2017-12-081-0/+1
* | net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend2017-12-081-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-081-2/+4
|\ \
| * | bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo2017-12-051-2/+4
* | | net: dsa: Allow compiling out legacy supportFlorian Fainelli2017-12-071-0/+11
* | | act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-061-4/+2
* | | net_sched: remove unused parameter from act cleanup opsCong Wang2017-12-051-1/+1
* | | net: dsa: return per-port upstream portVivien Didelot2017-12-051-3/+6
* | | net: sched: sch_api: fix code style issuesAlexander Aring2017-12-051-4/+6
* | | net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang2017-12-051-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-053-4/+3
|\ \ \ | |/ / |/| / | |/
| * tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern2017-12-031-2/+1
| * sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-011-1/+2
| * act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang2017-11-301-1/+0
* | rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal2017-12-041-1/+1
* | rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-041-2/+0
* | rtnetlink: get reference on module before invoking handlersFlorian Westphal2017-12-041-0/+2
* | inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2017-12-032-6/+24
* | udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-032-0/+26
* | inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau2017-12-031-0/+1
* | net: dsa: introduce dsa_towards_port helperVivien Didelot2017-12-021-10/+13
* | net: dsa: remove trans argument from mdb opsVivien Didelot2017-12-021-6/+4
* | net: dsa: remove trans argument from vlan opsVivien Didelot2017-12-021-6/+4
* | ip6_gre: Add ERSPAN native tunnel supportWilliam Tu2017-12-011-0/+1
* | ip_gre: Refector the erpsan tunnel code.William Tu2017-12-011-0/+51
* | net: Remove dst->nextDavid Miller2017-11-301-4/+0
* | net: Rearrange dst_entry layout to avoid useless padding.David Miller2017-11-301-19/+12
* | xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-302-3/+15
* | ipv6: Move dst->from into struct rt6_info.David Miller2017-11-302-7/+5
* | xfrm: Move child route linkage into xfrm_dst.David Miller2017-11-302-7/+11
* | ipsec: Create and use new helpers for dst child access.David Miller2017-11-301-0/+5
* | net: Create and use new helper xfrm_dst_child().David Miller2017-11-301-0/+9
* | ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller2017-11-302-3/+3
* | decnet: Move dn_next into decnet route structure.David Miller2017-11-302-1/+1
* | net: dst->rt_next is unused.David Miller2017-11-301-1/+0
|/