aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-12/+39
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller11-19/+31
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel1-12/+39
2019-10-31net: dsa: remove the dst->ds arrayVivien Didelot1-5/+0
2019-10-31net: dsa: remove ds->rtableVivien Didelot1-7/+0
2019-10-31net: dsa: list DSA links in the fabricVivien Didelot1-1/+28
2019-10-30net: sched: update action implementations to support flagsVlad Buslov1-1/+6
2019-10-30net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov1-1/+1
2019-10-30net: sched: modify stats helper functions to support regular statsVlad Buslov1-9/+21
2019-10-30net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov1-10/+2
2019-10-30net: sched: extract qstats update code into functionsVlad Buslov1-0/+16
2019-10-30net: sched: extract bstats update code into functionVlad Buslov1-0/+7
2019-10-30net: sched: extract common action counters update code into functionVlad Buslov1-0/+2
2019-10-30net: annotate lockless accesses to sk->sk_napi_idEric Dumazet1-3/+3
2019-10-30flow_dissector: extract more ICMP informationMatteo Croce1-8/+11
2019-10-30flow_dissector: add meaningful commentsMatteo Croce1-0/+1
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-29net/smc: remove unneeded include for smc.hUrsula Braun1-1/+0
2019-10-29net: dsa: return directly from dsa_to_portVivien Didelot1-3/+3
2019-10-28net: dsa: Add support for devlink device parametersAndrew Lunn1-0/+23
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo1-3/+8
2019-10-28net: Fix various misspellings of "connect"Geert Uytterhoeven1-1/+1
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-17/+12
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-1/+1
2019-10-25net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)1-3/+7
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-1/+0
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo1-0/+1
2019-10-24bonding: use dynamic lockdep key instead of subclassTaehee Yoo1-0/+1
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet1-0/+1
2019-10-23net/flow_dissector: switch to siphashEric Dumazet3-4/+5
2019-10-23netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso1-2/+2
2019-10-23netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso1-1/+1
2019-10-23netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso1-1/+7
2019-10-23netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso2-2/+1
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-1/+0
2019-10-22net: dsa: allocate ports on touchVivien Didelot1-2/+0
2019-10-22net: dsa: use ports list to setup default CPU portVivien Didelot1-5/+0
2019-10-22net: dsa: use ports list to setup switchesVivien Didelot1-0/+4
2019-10-22net: dsa: use ports list in dsa_to_portVivien Didelot1-1/+8
2019-10-22net: dsa: add ports list in the switch fabricVivien Didelot1-0/+5
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot1-1/+1
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet1-2/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-26/+61
2019-10-19net: reorder 'struct net' fields to avoid false sharingEric Dumazet1-8/+17
2019-10-17netfilter: conntrack: free extension area immediatelyFlorian Westphal1-10/+0
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+9
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-5/+10
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-7/+11
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-2/+2