summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: avoid potential false sharing in neighbor related codeEric Dumazet2019-11-073-12/+12
* net_sched: extend packet counter to 64bitEric Dumazet2019-11-061-2/+2
* net_sched: do not export gnet_stats_basic_packed to uapiEric Dumazet2019-11-061-0/+6
* net: dsa: Add support for devlink resourcesAndrew Lunn2019-11-061-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-11-021-12/+39
|\
| * xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel2019-11-021-12/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-0211-19/+31
|\ \
| * | net: annotate lockless accesses to sk->sk_napi_idEric Dumazet2019-10-311-3/+3
| * | net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-2/+2
| * | net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-10-291-3/+8
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-271-0/+1
| |\ \
| | * | ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-10-241-0/+1
| * | | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-261-1/+1
| * | | net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)2019-10-261-3/+7
| * | | net: remove unnecessary variables and callbackTaehee Yoo2019-10-241-1/+0
| * | | vxlan: add adjacent link to limit depth levelTaehee Yoo2019-10-241-0/+1
| * | | bonding: use dynamic lockdep key instead of subclassTaehee Yoo2019-10-241-0/+1
| * | | net/flow_dissector: switch to siphashEric Dumazet2019-10-243-4/+5
| |/ /
| * | ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet2019-10-211-2/+2
* | | net: dsa: remove the dst->ds arrayVivien Didelot2019-10-311-5/+0
* | | net: dsa: remove ds->rtableVivien Didelot2019-10-311-7/+0
* | | net: dsa: list DSA links in the fabricVivien Didelot2019-10-311-1/+28
* | | net: sched: update action implementations to support flagsVlad Buslov2019-10-311-1/+6
* | | net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-311-1/+1
* | | net: sched: modify stats helper functions to support regular statsVlad Buslov2019-10-311-9/+21
* | | net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov2019-10-311-10/+2
* | | net: sched: extract qstats update code into functionsVlad Buslov2019-10-311-0/+16
* | | net: sched: extract bstats update code into functionVlad Buslov2019-10-311-0/+7
* | | net: sched: extract common action counters update code into functionVlad Buslov2019-10-311-0/+2
* | | flow_dissector: extract more ICMP informationMatteo Croce2019-10-311-8/+11
* | | flow_dissector: add meaningful commentsMatteo Croce2019-10-311-0/+1
* | | net/smc: remove unneeded include for smc.hUrsula Braun2019-10-301-1/+0
* | | net: dsa: return directly from dsa_to_portVivien Didelot2019-10-291-3/+3
* | | net: dsa: Add support for devlink device parametersAndrew Lunn2019-10-291-0/+23
* | | net: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-281-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-10-264-17/+12
|\ \
| * | netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso2019-10-231-2/+2
| * | netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso2019-10-231-1/+1
| * | netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso2019-10-231-1/+7
| * | netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso2019-10-232-2/+1
| * | netfilter: conntrack: free extension area immediatelyFlorian Westphal2019-10-171-10/+0
| * | ipvs: batch __ip_vs_cleanupHaishuang Yan2019-10-081-1/+1
* | | net: dsa: remove dsa_switch_alloc helperVivien Didelot2019-10-221-1/+0
* | | net: dsa: allocate ports on touchVivien Didelot2019-10-221-2/+0
* | | net: dsa: use ports list to setup default CPU portVivien Didelot2019-10-221-5/+0
* | | net: dsa: use ports list to setup switchesVivien Didelot2019-10-221-0/+4
* | | net: dsa: use ports list in dsa_to_portVivien Didelot2019-10-221-1/+8
* | | net: dsa: add ports list in the switch fabricVivien Didelot2019-10-221-0/+5
* | | net: dsa: use dsa_to_port helper everywhereVivien Didelot2019-10-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-207-26/+61
|\ \ \ | | |/ | |/|