summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2019-11-08devlink: Add layer 3 generic packet trapsAmit Cohen1-0/+27
2019-11-08tcp: Remove one extra ktime_get_ns() from cookie_init_timestampEric Dumazet1-3/+9
2019-11-07net: silence data-races on sk_backlog.tailEric Dumazet1-2/+2
2019-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+2
2019-11-07net/tls: add a TX lockJakub Kicinski1-0/+5
2019-11-07net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet1-1/+1
2019-11-07net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet1-3/+3
2019-11-07net: avoid potential false sharing in neighbor related codeEric Dumazet3-12/+12
2019-11-06net: prevent load/store tearing on sk->sk_stampEric Dumazet1-2/+2
2019-11-06net_sched: extend packet counter to 64bitEric Dumazet1-2/+2
2019-11-06net_sched: do not export gnet_stats_basic_packed to uapiEric Dumazet1-0/+6
2019-11-06net: dsa: Add support for devlink resourcesAndrew Lunn1-0/+16
2019-11-06net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley1-0/+4
2019-11-06bonding: fix state transition issue in link monitoringJay Vosburgh1-2/+1
2019-11-04netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner1-1/+2
2019-11-03Merge 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-11-01net: dsa: remove the dst->ds arrayVivien Didelot1-5/+0
2019-11-01net: dsa: remove ds->rtableVivien Didelot1-7/+0
2019-11-01net: dsa: list DSA links in the fabricVivien Didelot1-1/+28
2019-10-31net: sched: update action implementations to support flagsVlad Buslov1-1/+6
2019-10-31net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov1-1/+1
2019-10-31net: sched: modify stats helper functions to support regular statsVlad Buslov1-9/+21
2019-10-31net: sched: don't expose action qstats to skb_tc_reinsert()Vlad Buslov1-10/+2
2019-10-31net: sched: extract qstats update code into functionsVlad Buslov1-0/+16
2019-10-31net: sched: extract bstats update code into functionVlad Buslov1-0/+7
2019-10-31net: sched: extract common action counters update code into functionVlad Buslov1-0/+2
2019-10-31net: annotate lockless accesses to sk->sk_napi_idEric Dumazet1-3/+3
2019-10-31flow_dissector: extract more ICMP informationMatteo Croce1-8/+11
2019-10-31flow_dissector: add meaningful commentsMatteo Croce1-0/+1
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-30net/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-29net: dsa: Add support for devlink device parametersAndrew Lunn1-0/+23
2019-10-29net: 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-28mac80211: fix a typo of "function"Joe Perches1-1/+1
2019-10-28mac80211: typo fixes in kerneldoc commentsChris Packham1-8/+8
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-26netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault1-1/+1
2019-10-26net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)1-3/+7
2019-10-25net: remove unnecessary variables and callbackTaehee Yoo1-1/+0
2019-10-25vxlan: add adjacent link to limit depth levelTaehee Yoo1-0/+1
2019-10-25bonding: 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-24net/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