summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-03-27netfilter: flowtable: Fix incorrect tc_setup_type typewenxu
2020-03-27netfilter: flowtable: add counter supportPablo Neira Ayuso
2020-03-27netfilter: nf_tables: add enum nft_flowtable_flags to uapiPablo Neira Ayuso
2020-03-27netfilter: conntrack: export nf_ct_acct_update()Pablo Neira Ayuso
2020-03-27ipvs: optimize tunnel dumps for icmp errorsHaishuang Yan
2020-03-27netfilter: conntrack: Add missing annotations for nf_conntrack_all_lock() and...Jules Irenge
2020-03-27netfilter: ctnetlink: Add missing annotation for ctnetlink_parse_nat_setup()Jules Irenge
2020-03-19netfilter: flowtable: fix NULL pointer dereference in tunnel offload supportwenxu
2020-03-19netfilter: nf_tables: add nft_set_elem_expr_destroy() and use itPablo Neira Ayuso
2020-03-19netfilter: nf_tables: fix double-free on set expression from the error pathPablo Neira Ayuso
2020-03-19netfilter: nf_tables: allow to specify stateful expression in set definitionPablo Neira Ayuso
2020-03-19netfilter: nf_tables: pass context to nft_set_destroy()Pablo Neira Ayuso
2020-03-19netfilter: nf_tables: move nft_expr_clone() to nf_tables_api.cPablo Neira Ayuso
2020-03-18net: sched: Fix hw_stats_type setting in pedit loopPetr Machata
2020-03-18netfilter: revert introduction of egress hookDaniel Borkmann
2020-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2020-03-17mptcp: move msk state update to subflow_syn_recv_sock()Paolo Abeni
2020-03-17net: bridge: vlan options: add support for tunnel mapping set/delNikolay Aleksandrov
2020-03-17net: bridge: vlan options: add support for tunnel id dumpingNikolay Aleksandrov
2020-03-17net: bridge: vlan tunnel: constify bridge and port argumentsNikolay Aleksandrov
2020-03-17net: bridge: vlan options: rename br_vlan_opts_eq to br_vlan_opts_eq_rangeNikolay Aleksandrov
2020-03-17net_sched: sch_fq: enable use of hrtimer slackEric Dumazet
2020-03-17net_sched: do not reprogram a timer about to expireEric Dumazet
2020-03-17net_sched: add qdisc_watchdog_schedule_range_ns()Eric Dumazet
2020-03-17net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski
2020-03-17net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski
2020-03-18netfilter: Introduce egress hookLukas Wunner
2020-03-18netfilter: Generalize ingress hookLukas Wunner
2020-03-18netfilter: Rename ingress hook include fileLukas Wunner
2020-03-16tcp: fix stretch ACK bugs in YeahPengcheng Yang
2020-03-16tcp: fix stretch ACK bugs in VenoPengcheng Yang
2020-03-16tcp: stretch ACK fixes in Veno prepPengcheng Yang
2020-03-16tcp: fix stretch ACK bugs in ScalablePengcheng Yang
2020-03-16tcp: fix stretch ACK bugs in BICPengcheng Yang
2020-03-16net: kcm: kcmproc.c: Fix RCU list suspicious usage warningMadhuparna Bhowmik
2020-03-16net: sched: set the hw_stats_type in pedit loopJiri Pirko
2020-03-15net: dsa: warn if phylink_mac_link_state returns errorRussell King
2020-03-15netfilter: conntrack: re-visit sysctls in unprivileged namespacesFlorian Westphal
2020-03-15netfilter: nft_lookup: update element stateful expressionPablo Neira Ayuso
2020-03-15netfilter: nf_tables: add nft_set_elem_update_expr() helper functionPablo Neira Ayuso
2020-03-15netfilter: nf_tables: add elements with stateful expressionsPablo Neira Ayuso
2020-03-15netfilter: nf_tables: statify nft_expr_init()Pablo Neira Ayuso
2020-03-15netfilter: nf_tables: add nft_set_elem_expr_alloc()Pablo Neira Ayuso
2020-03-15nft_set_pipapo: Prepare for single ranged field usageStefano Brivio
2020-03-15nft_set_pipapo: Introduce AVX2-based lookup implementationStefano Brivio
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: helpersStefano Brivio
2020-03-15nft_set_pipapo: Prepare for vectorised implementation: alignmentStefano Brivio
2020-03-15nft_set_pipapo: Add support for 8-bit lookup groups and dynamic switchStefano Brivio
2020-03-15nft_set_pipapo: Generalise group size for bucketsStefano Brivio
2020-03-15netfilter: flowtable: add tunnel encap/decap action offload supportwenxu