summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-12-304-142/+352
|\
| * netfilter: nft_meta: add support for slave device ifindex matchingFlorian Westphal2019-12-261-7/+69
| * netfilter: nft_meta: place rtclassid handling in a helperFlorian Westphal2019-12-261-6/+16
| * netfilter: nft_meta: place prandom handling in a helperFlorian Westphal2019-12-261-4/+9
| * netfilter: nft_meta: move all interface related keys to helperFlorian Westphal2019-12-261-25/+70
| * netfilter: nft_meta: move interface kind handling to helperFlorian Westphal2019-12-261-6/+25
| * netfilter: nft_meta: move cgroup handling to helperFlorian Westphal2019-12-261-5/+15
| * netfilter: nft_meta: move sk uid/git handling to helperFlorian Westphal2019-12-261-29/+36
| * netfilter: nft_meta: move pkttype handling to helperFlorian Westphal2019-12-261-39/+51
| * netfilter: nft_meta: move time handling to helperFlorian Westphal2019-12-261-6/+22
| * netfilter: conntrack: remove two export symbolsFlorian Westphal2019-12-172-2/+0
| * netfilter: nft_tunnel: add the missing nla_nest_cancel()Xin Long2019-12-171-12/+26
| * netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLANXin Long2019-12-171-1/+9
| * netfilter: nft_tunnel: also dump ERSPAN_VERSIONXin Long2019-12-171-0/+3
| * netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policyXin Long2019-12-171-1/+2
| * netfilter: nft_tunnel: no need to call htons() when dumping portsXin Long2019-12-171-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-2210-54/+106
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-0910-54/+106
| |\ \ | | |/ | |/|
| | * netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()Pablo Neira Ayuso2019-12-091-31/+28
| | * netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actionsPablo Neira Ayuso2019-12-091-0/+3
| | * netfilter: nf_tables: skip module reference count bump on object updatesPablo Neira Ayuso2019-12-091-1/+1
| | * netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso2019-12-094-3/+21
| | * netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso2019-12-091-3/+9
| | * netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...Pablo Neira Ayuso2019-12-091-5/+16
| | * netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio2019-12-071-1/+1
| | * netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER eventwenxu2019-12-021-0/+3
| | * netfilter: nf_flow_table_offload: add IPv6 match descriptionPablo Neira Ayuso2019-11-301-1/+11
| | * netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clashFlorian Westphal2019-11-301-3/+4
| | * netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offl...Nathan Chancellor2019-11-301-2/+2
| | * netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSF...wenxu2019-11-301-3/+3
| | * netfilter: nf_flow_table_offload: Fix block setup as TC_SETUP_FT cmdwenxu2019-11-301-1/+1
| | * netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal2019-11-291-0/+3
* | | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-098-17/+17
|/ /
* / net: core: rename indirect block ingress cb functionJohn Hurley2019-12-061-3/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-271-1/+1
|\
| * net: port < inet_prot_sock(net) --> inet_port_requires_bind_service(net, port)Maciej Żenczykowski2019-11-261-1/+1
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-2/+3
|\ \ | |/ |/|
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-10-311-2/+3
| |\
| | * net/netfilter: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-2/+3
* | | netfilter: nft_payload: add C-VLAN offload supportPablo Neira Ayuso2019-11-201-0/+16
* | | netfilter: nft_payload: add VLAN offload supportPablo Neira Ayuso2019-11-201-0/+22
* | | netfilter: nf_tables_offload: allow ethernet interface type onlyPablo Neira Ayuso2019-11-202-0/+10
* | | netfilter: nf_tables: add nft_unregister_flowtable_hook()Pablo Neira Ayuso2019-11-151-10/+14
* | | netfilter: nf_tables: check if bind callback fails and unbind if hook registr...wenxu2019-11-151-3/+11
* | | netfilter: nf_tables_offload: undo updates if transaction failsPablo Neira Ayuso2019-11-152-1/+64
* | | netfilter: nf_tables_offload: release flow_rule on error from commit pathPablo Neira Ayuso2019-11-151-5/+21
* | | netfilter: nf_tables_offload: remove reference to flow rule from deletion pathPablo Neira Ayuso2019-11-151-2/+1
* | | netfilter: nf_flow_table: remove unnecessary parameter in flow_offload_fill_dirwenxu2019-11-151-4/+4
* | | netfilter: nf_flow_table_offload: Fix check ndo_setup_tc when setup_blockwenxu2019-11-151-0/+3
* | | netfilter: nf_flow_table_offload: add IPv6 supportPablo Neira Ayuso2019-11-152-6/+119