summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2021-04-26netfilter: disable defrag once its no longer neededFlorian Westphal-2/+57
2021-04-26netfilter: nft_socket: add support for cgroupsv2Pablo Neira Ayuso-1/+47
2021-04-26netfilter: nat: move nf_xfrm_me_harder to where it is usedFlorian Westphal-37/+38
2021-04-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-88/+329
2021-04-18netfilter: nftables: counter hardware offload supportPablo Neira Ayuso-7/+69
2021-04-18netfilter: nftables_offload: special ethertype handling for VLANPablo Neira Ayuso-0/+44
2021-04-18netfilter: nftables_offload: VLAN id needs host byteorder in flow dissectorPablo Neira Ayuso-6/+45
2021-04-18netfilter: nft_payload: fix C-VLAN offload supportPablo Neira Ayuso-2/+3
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-25/+42
2021-04-13netfilter: flowtable: Add FLOW_OFFLOAD_XMIT_UNSPEC xmit typeRoi Dayan-0/+3
2021-04-13netfilter: conntrack: convert sysctls to u8Florian Westphal-41/+35
2021-04-13netfilter: conntrack: move ct counter to net_generic dataFlorian Westphal-17/+45
2021-04-13netfilter: conntrack: move expect counter to net_generic dataFlorian Westphal-7/+21
2021-04-13netfilter: conntrack: move autoassign_helper sysctl to net_generic dataFlorian Westphal-6/+7
2021-04-13netfilter: conntrack: move autoassign warning member to net_generic dataFlorian Westphal-3/+6
2021-04-13netfilter: flowtable: add vlan pop action offload supportwenxu-0/+15
2021-04-13netfilter: flowtable: add vlan match offload supportwenxu-0/+37
2021-04-13netfilter: nftables: clone set element expression templatePablo Neira Ayuso-12/+34
2021-04-13netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal-8/+2
2021-04-12netfilter: conntrack: Make global sysctls readonly in non-init netnsJonathon Reinhart-8/+2
2021-04-10netfilter: nft_limit: avoid possible divide error in nft_limit_initEric Dumazet-2/+2
2021-04-06netfilter: conntrack: move ecache dwork to net_generic infraFlorian Westphal-7/+31
2021-04-06netfilter: conntrack: move sysctl pointer to net_generic infraFlorian Westphal-4/+6
2021-04-06netfilter: x_tables: move known table lists to net_generic infraFlorian Westphal-13/+33
2021-04-06netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal-128/+232
2021-04-06netfilter: cttimeout: use net_generic infraFlorian Westphal-9/+32
2021-04-06netfilter: nfnetlink: use net_generic infraFlorian Westphal-18/+44
2021-04-06netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal-2/+8
2021-04-03netfilter: nftables: remove documentation on static functionsPablo Neira Ayuso-32/+0
2021-04-03netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter-1/+1
2021-04-03netfilter: ipvs: do not printk on netns creationFlorian Westphal-2/+0
2021-03-31netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso-208/+75
2021-03-31netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso-9/+14
2021-03-31netfilter: nftables: remove unnecessary spin_lock_init()Yang Yingliang-1/+0
2021-03-31netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso-19/+40
2021-03-31audit: log nftables configuration change events once per tableRichard Guy Briggs-83/+103
2021-03-31netfilter: nft_log: perform module load from nf_tablesFlorian Westphal-6/+22
2021-03-31netfilter: nf_log: add module softdepsFlorian Westphal-0/+3
2021-03-31netfilter: nf_log_common: merge with nf_log_syslogFlorian Westphal-234/+181
2021-03-31netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal-7/+22
2021-03-31netfilter: conntrack: do not print icmpv6 as unknown via /procPablo Neira Ayuso-0/+1
2021-03-31netfilter: flowtable: fix NAT IPv6 offload manglingPablo Neira Ayuso-3/+3
2021-03-31netfilter: nf_log_netdev: merge with nf_log_syslogFlorian Westphal-85/+36
2021-03-31netfilter: nf_log_ipv6: merge with nf_log_syslogFlorian Westphal-2/+356
2021-03-31netfilter: nf_log_arp: merge with nf_log_syslogFlorian Westphal-2/+111
2021-03-31netfilter: nf_log_ipv4: rename to nf_log_syslogFlorian Westphal-1/+405
2021-03-28netfilter: nf_conntrack_acct.c: A typo fixBhaskar Chowdhury-1/+1
2021-03-28netfilter: ipvs: A spello fixBhaskar Chowdhury-1/+1
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-20/+57
2021-03-24netfilter: flowtable: support for FLOW_ACTION_PPPOE_PUSHPablo Neira Ayuso-3/+12