summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-098-28/+53
|\|
| * netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-081-1/+2
| * netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2020-01-082-0/+6
| * netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso2020-01-063-10/+5
| * netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso2020-01-051-2/+6
| * netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu2020-01-051-8/+16
| * netfilter: nf_flow_table_offload: check the status of dst_neighwenxu2020-01-051-2/+14
| * netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu2020-01-051-2/+4
| * netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu2020-01-051-3/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-313-4/+4
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-262-3/+3
| |\
| | * netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter2019-12-201-2/+2
| | * netfilter: nf_flow_table: fix big-endian integer overflowArnd Bergmann2019-12-201-1/+1
| * | net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-241-1/+1
* | | 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
OpenPOWER on IntegriCloud