summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-06-101-42/+43
|\
| * netfilter: nf_tables: initialize set before expression setupPablo Neira Ayuso2021-06-091-42/+43
* | netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy2021-06-101-0/+5
|/
* netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso2021-06-021-2/+6
* netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso2021-06-021-1/+1
* ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov2021-05-271-1/+1
* netfilter: nf_tables: fix table flag updatesPablo Neira Ayuso2021-05-241-19/+40
* netfilter: nf_tables: extended netlink error reporting for chain typePablo Neira Ayuso2021-05-211-7/+14
* netfilter: nf_tables: missing error reporting for not selected expressionsPablo Neira Ayuso2021-05-211-1/+3
* netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal2021-05-201-1/+1
* netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-A...Stefano Brivio2021-05-143-2/+7
* netfilter: flowtable: Remove redundant hw refresh bitRoi Dayan2021-05-142-5/+5
* netfilter: nftables: avoid potential overflows on 32bit archesEric Dumazet2021-05-072-7/+10
* netfilter: nftables: avoid overflows in nft_hash_buckets()Eric Dumazet2021-05-071-1/+9
* netfilter: nftables: Fix a memleak from userdata error path in new objectsPablo Neira Ayuso2021-05-051-2/+2
* netfilter: remove BUG_ON() after skb_header_pointer()Pablo Neira Ayuso2021-05-056-7/+21
* netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL checkPablo Neira Ayuso2021-05-051-0/+2
* netfilter: nfnetlink: add a missing rcu_read_unlock()Eric Dumazet2021-05-051-0/+1
* netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso2021-05-031-19/+69
* netfilter: nft_socket: fix build with CONFIG_SOCK_CGROUP_DATA=nArnd Bergmann2021-04-271-2/+2
* netfilter: nft_socket: fix an unused variable warningArnd Bergmann2021-04-271-2/+5
* netfilter: nftables: add catch-all set element supportPablo Neira Ayuso2021-04-276-63/+458
* netfilter: nftables: add helper function to validate set element dataPablo Neira Ayuso2021-04-271-4/+11
* netfilter: nftables: add helper function to flush set elementsPablo Neira Ayuso2021-04-271-13/+18
* netfilter: nftables: add loop check helper functionPablo Neira Ayuso2021-04-271-9/+21
* netfilter: nftables: rename set element data activation/deactivation functionsPablo Neira Ayuso2021-04-271-11/+11
* netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-263-11/+21
* netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso2021-04-2611-118/+261
* netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso2021-04-262-172/+180
* netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso2021-04-264-116/+105
* netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso2021-04-269-336/+277
* netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso2021-04-264-71/+61
* netfilter: nf_log_syslog: Unset bridge logger in pernet exitPhil Sutter2021-04-261-0/+1
* netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-261-0/+1
* netfilter: x_tables: add xt_find_tableFlorian Westphal2021-04-261-0/+17
* netfilter: disable defrag once its no longer neededFlorian Westphal2021-04-264-2/+57
* netfilter: nft_socket: add support for cgroupsv2Pablo Neira Ayuso2021-04-261-1/+47
* netfilter: nat: move nf_xfrm_me_harder to where it is usedFlorian Westphal2021-04-262-37/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-1913-88/+329
|\
| * netfilter: nftables: counter hardware offload supportPablo Neira Ayuso2021-04-183-7/+69
| * netfilter: nftables_offload: special ethertype handling for VLANPablo Neira Ayuso2021-04-181-0/+44
| * netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso2021-04-182-6/+45
| * netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso2021-04-181-2/+3
| * netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit typeRoi Dayan2021-04-131-0/+3
| * netfilter: conntrack: convert sysctls to u8Florian Westphal2021-04-132-41/+35
| * netfilter: conntrack: move ct counter to net_generic dataFlorian Westphal2021-04-133-17/+45
| * netfilter: conntrack: move expect counter to net_generic dataFlorian Westphal2021-04-132-7/+21
| * netfilter: conntrack: move autoassign_helper sysctl to net_generic dataFlorian Westphal2021-04-132-6/+7
| * netfilter: conntrack: move autoassign warning member to net_generic dataFlorian Westphal2021-04-131-3/+6
| * netfilter: flowtable: add vlan pop action offload supportwenxu2021-04-131-0/+15