summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2019-11-05net_sched: extend packet counter to 64bitEric Dumazet-2/+2
2019-11-05net_sched: do not export gnet_stats_basic_packed to uapiEric Dumazet-0/+6
2019-11-05net: dsa: Add support for devlink resourcesAndrew Lunn-0/+16
2019-11-05net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley-0/+4
2019-11-05bonding: fix state transition issue in link monitoringJay Vosburgh-2/+1
2019-11-04netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner-1/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-12/+39
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-19/+31
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel-12/+39
2019-10-31net: dsa: remove the dst->ds arrayVivien Didelot-5/+0
2019-10-31net: dsa: remove ds->rtableVivien Didelot-7/+0
2019-10-31net: dsa: list DSA links in the fabricVivien Didelot-1/+28
2019-10-30net: sched: update action implementations to support flagsVlad Buslov-1/+6
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov-1/+1
2019-10-30net: sched: modify stats helper functions to support regular statsVlad Buslov-9/+21
2019-10-30net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov-10/+2
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov-0/+16
2019-10-30net: sched: extract bstats update code into functionVlad Buslov-0/+7
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov-0/+2
2019-10-30net: annotate lockless accesses to sk->sk_napi_idEric Dumazet-3/+3
2019-10-30flow_dissector: extract more ICMP informationMatteo Croce-8/+11
2019-10-30flow_dissector: add meaningful commentsMatteo Croce-0/+1
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet-2/+2
2019-10-29net/smc: remove unneeded include for smc.hUrsula Braun-1/+0
2019-10-29net: dsa: return directly from dsa_to_portVivien Didelot-3/+3
2019-10-28net: dsa: Add support for devlink device parametersAndrew Lunn-0/+23
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo-3/+8
2019-10-28net: Fix various misspellings of "connect"Geert Uytterhoeven-1/+1
2019-10-28mac80211: fix a typo of "function"Joe Perches-1/+1
2019-10-28mac80211: typo fixes in kerneldoc commentsChris Packham-8/+8
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+1
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-17/+12
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault-1/+1
2019-10-25net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)-3/+7
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo-1/+0
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo-0/+1
2019-10-24bonding: use dynamic lockdep key instead of subclassTaehee Yoo-0/+1
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet-0/+1
2019-10-23net/flow_dissector: switch to siphashEric Dumazet-4/+5
2019-10-23netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso-2/+2
2019-10-23netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso-1/+1
2019-10-23netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso-1/+7
2019-10-23netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso-2/+1
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot-1/+0
2019-10-22net: dsa: allocate ports on touchVivien Didelot-2/+0
2019-10-22net: dsa: use ports list to setup default CPU portVivien Didelot-5/+0
2019-10-22net: dsa: use ports list to setup switchesVivien Didelot-0/+4
2019-10-22net: dsa: use ports list in dsa_to_portVivien Didelot-1/+8
2019-10-22net: dsa: add ports list in the switch fabricVivien Didelot-0/+5
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot-1/+1