summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2020-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-65/+127
2020-01-24netfilter: nf_tables: autoload modules from the abort pathPablo Neira Ayuso-43/+89
2020-01-24netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso-8/+21
2020-01-24netfilter: nf_tables_offload: fix check the chain offload flagwenxu-1/+1
2020-01-24netfilter: conntrack: sctp: use distinct states for new SCTP connectionsJiri Wiesner-3/+3
2020-01-24ipvs: fix spelling mistake "to" -> "too"Colin Ian King-1/+1
2020-01-20netfilter: ipset: use bitmap infrastructure completelyKadlecsik József-10/+10
2020-01-18netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal-0/+3
2020-01-16netfilter: nat: fix ICMP header corruption on ICMP errorsEyal Birger-0/+13
2020-01-16netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal-0/+6
2020-01-16netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks()Dan Carpenter-0/+1
2020-01-16netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal-4/+9
2020-01-16netfilter: nft_tunnel: ERSPAN_VERSION must not be nullFlorian Westphal-0/+3
2020-01-16netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal-1/+1
2020-01-16netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso-9/+10
2020-01-13netfilter: fix a use-after-free in mtype_destroy()Cong Wang-1/+1
2020-01-08netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal-1/+2
2020-01-08netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal-0/+6
2020-01-06netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso-10/+5
2020-01-05netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso-2/+6
2020-01-05netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu-8/+16
2020-01-05netfilter: nf_flow_table_offload: check the status of dst_neighwenxu-2/+14
2020-01-05netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu-2/+4
2020-01-05netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu-3/+0
2019-12-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-3/+3
2019-12-24net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-54/+106
2019-12-20netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter-2/+2
2019-12-20netfilter: nf_flow_table: fix big-endian integer overflowArnd Bergmann-1/+1
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-54/+106
2019-12-09netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()Pablo Neira Ayuso-31/+28
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-17/+17
2019-12-09netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actionsPablo Neira Ayuso-0/+3
2019-12-09netfilter: nf_tables: skip module reference count bump on object updatesPablo Neira Ayuso-1/+1
2019-12-09netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso-3/+21
2019-12-09netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso-3/+9
2019-12-09netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...Pablo Neira Ayuso-5/+16
2019-12-07netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio-1/+1
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley-3/+3
2019-12-02netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER eventwenxu-0/+3
2019-11-30netfilter: nf_flow_table_offload: add IPv6 match descriptionPablo Neira Ayuso-1/+11
2019-11-30netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clashFlorian Westphal-3/+4
2019-11-30netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offl...Nathan Chancellor-2/+2
2019-11-30netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSF...wenxu-3/+3
2019-11-30netfilter: nf_flow_table_offload: Fix block setup as TC_SETUP_FT cmdwenxu-1/+1
2019-11-29netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal-0/+3
2019-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-1/+1
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+3
2019-11-26net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski-1/+1
2019-11-20netfilter: nft_payload: add C-VLAN offload supportPablo Neira Ayuso-0/+16