summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-03-19netfilter: nf_tables: allow to specify stateful expression in set definitionPablo Neira Ayuso1-12/+48
2020-03-19netfilter: nf_tables: pass context to nft_set_destroy()Pablo Neira Ayuso1-5/+5
2020-03-19netfilter: nf_tables: move nft_expr_clone() to nf_tables_api.cPablo Neira Ayuso2-17/+18
2020-03-19net: sched: Fix hw_stats_type setting in pedit loopPetr Machata1-1/+1
2020-03-19netfilter: revert introduction of egress hookDaniel Borkmann4-53/+10
2020-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller34-489/+2609
2020-03-18mptcp: move msk state update to subflow_syn_recv_sock()Paolo Abeni2-6/+5
2020-03-18net: bridge: vlan options: add support for tunnel mapping set/delNikolay Aleksandrov4-2/+44
2020-03-18net: bridge: vlan options: add support for tunnel id dumpingNikolay Aleksandrov3-5/+30
2020-03-18net: bridge: vlan tunnel: constify bridge and port argumentsNikolay Aleksandrov3-11/+13
2020-03-18net: bridge: vlan options: rename br_vlan_opts_eq to br_vlan_opts_eq_rangeNikolay Aleksandrov3-7/+7
2020-03-18net_sched: sch_fq: enable use of hrtimer slackEric Dumazet1-4/+17
2020-03-18net_sched: do not reprogram a timer about to expireEric Dumazet1-2/+7
2020-03-18net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet1-5/+7
2020-03-18net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2-5/+5
2020-03-18net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski3-3/+15
2020-03-18netfilter: Introduce egress hookLukas Wunner4-8/+51
2020-03-18netfilter: Generalize ingress hookLukas Wunner1-1/+1
2020-03-18netfilter: Rename ingress hook include fileLukas Wunner1-1/+1
2020-03-17tcp: fix stretch ACK bugs in YeahPengcheng Yang1-30/+11
2020-03-17tcp: fix stretch ACK bugs in VenoPengcheng Yang1-4/+5
2020-03-17tcp: stretch ACK fixes in Veno prepPengcheng Yang1-21/+23
2020-03-17tcp: fix stretch ACK bugs in ScalablePengcheng Yang1-8/+9
2020-03-17tcp: fix stretch ACK bugs in BICPengcheng Yang1-5/+6
2020-03-17net: kcm: kcmproc.c: Fix RCU list suspicious usage warningMadhuparna Bhowmik1-1/+1
2020-03-16net: sched: set the hw_stats_type in pedit loopJiri Pirko1-0/+1
2020-03-16net: dsa: warn if phylink_mac_link_state returns errorRussell King1-1/+6
2020-03-15netfilter: conntrack: re-visit sysctls in unprivileged namespacesFlorian Westphal1-11/+8
2020-03-15netfilter: nft_lookup: update element stateful expressionPablo Neira Ayuso1-0/+1
2020-03-15netfilter: nf_tables: add nft_set_elem_update_expr() helper functionPablo Neira Ayuso1-7/+1
2020-03-15netfilter: nf_tables: add elements with stateful expressionsPablo Neira Ayuso1-1/+20
2020-03-15netfilter: nf_tables: statify nft_expr_init()Pablo Neira Ayuso1-2/+2
2020-03-15netfilter: nf_tables: add nft_set_elem_expr_alloc()Pablo Neira Ayuso2-13/+32
2020-03-15nft_set_pipapo: Prepare for single ranged field usageStefano Brivio3-8/+17
2020-03-15nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio5-0/+1269
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: helpersStefano Brivio2-261/+285
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: alignmentStefano Brivio1-25/+110
2020-03-15nft_set_pipapo: Add support for 8-bit lookup groups and dynamic switchStefano Brivio1-8/+233
2020-03-15nft_set_pipapo: Generalise group size for bucketsStefano Brivio1-96/+112
2020-03-15netfilter: flowtable: add tunnel encap/decap action offload supportwenxu1-0/+45
2020-03-15netfilter: flowtable: add tunnel match offload supportwenxu1-2/+59
2020-03-15netfilter: flowtable: add indr block setup supportwenxu1-4/+90
2020-03-15netfilter: flowtable: add nf_flow_table_block_offload_init()wenxu1-8/+17
2020-03-15netfilter: xt_IDLETIMER: clean up some indentingDan Carpenter1-4/+3
2020-03-15netfilter: bitwise: use more descriptive variable-names.Jeremy Sowden1-7/+7
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva12-17/+17
2020-03-15netfilter: nft_set_pipapo: make the symbol 'nft_pipapo_get' staticChen Wandun1-2/+2
2020-03-15netfilter: cleanup unused macroLi RongQing2-3/+0
2020-03-15netfilter: nf_tables: make all set structs constFlorian Westphal5-24/+8
2020-03-15netfilter: nf_tables: make sets built-inFlorian Westphal4-74/+15