aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-16netfilter: flowtable: use atomic bitwise operations for flow flagsPablo Neira Ayuso3-24/+24
2020-01-16netfilter: flowtable: remove dying bit, use teardown bit insteadPablo Neira Ayuso1-5/+3
2020-01-16netfilter: flowtable: add nf_flow_offload_work_alloc()Pablo Neira Ayuso1-16/+22
2020-01-16netfilter: flowtable: restrict flow dissector match on meta ingress devicePablo Neira Ayuso1-1/+7
2020-01-16netfilter: flowtable: fetch stats only if flow is still alivePablo Neira Ayuso2-5/+3
2020-01-16netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger1-0/+13
2020-01-16netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal1-0/+6
2020-01-16netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()Dan Carpenter1-0/+1
2020-01-16netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal1-4/+9
2020-01-16netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal1-0/+3
2020-01-16netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal1-1/+1
2020-01-16netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso1-9/+10
2020-01-14net: netfilter: use skb_list_walk_safe helper for gso segmentsJason A. Donenfeld1-5/+3
2020-01-13netfilter: fix a use-after-free in mtype_destroy()Cong Wang1-1/+1
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller8-28/+53
2020-01-08netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal1-1/+2
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2-0/+6
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso3-10/+5
2020-01-05netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso1-2/+6
2020-01-05netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu1-8/+16
2020-01-05netfilter: nf_flow_table_offload: check the status of dst_neighwenxu1-2/+14
2020-01-05netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu1-2/+4
2020-01-05netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu1-3/+0
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-4/+4
2019-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-142/+352
2019-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+3
2019-12-26netfilter: nft_meta: add support for slave device ifindex matchingFlorian Westphal1-7/+69
2019-12-26netfilter: nft_meta: place rtclassid handling in a helperFlorian Westphal1-6/+16
2019-12-26netfilter: nft_meta: place prandom handling in a helperFlorian Westphal1-4/+9
2019-12-26netfilter: nft_meta: move all interface related keys to helperFlorian Westphal1-25/+70
2019-12-26netfilter: nft_meta: move interface kind handling to helperFlorian Westphal1-6/+25
2019-12-26netfilter: nft_meta: move cgroup handling to helperFlorian Westphal1-5/+15
2019-12-26netfilter: nft_meta: move sk uid/git handling to helperFlorian Westphal1-29/+36
2019-12-26netfilter: nft_meta: move pkttype handling to helperFlorian Westphal1-39/+51
2019-12-26netfilter: nft_meta: move time handling to helperFlorian Westphal1-6/+22
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds10-54/+106
2019-12-20netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter1-2/+2
2019-12-20netfilter: nf_flow_table: fix big-endian integer overflowArnd Bergmann1-1/+1
2019-12-17netfilter: conntrack: remove two export symbolsFlorian Westphal2-2/+0
2019-12-17netfilter: nft_tunnel: add the missing nla_nest_cancel()Xin Long1-12/+26
2019-12-17netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLANXin Long1-1/+9
2019-12-17netfilter: nft_tunnel: also dump ERSPAN_VERSIONXin Long1-0/+3
2019-12-17netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long1-1/+2
2019-12-17netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long1-2/+2
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller10-54/+106
2019-12-09netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()Pablo Neira Ayuso1-31/+28
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya8-17/+17
2019-12-09netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actionsPablo Neira Ayuso1-0/+3
2019-12-09netfilter: nf_tables: skip module reference count bump on object updatesPablo Neira Ayuso1-1/+1