summaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * netfilter: flowtable: add vlan match offload supportwenxu2021-04-131-0/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-175-25/+42
|\ \ | |/ |/|
| * netfilter: nftables: clone set element expression templatePablo Neira Ayuso2021-04-131-12/+34
| * netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-131-8/+2
| * netfilter: nft_limit: avoid possible divide error in nft_limit_initEric Dumazet2021-04-101-2/+2
| * netfilter: conntrack: do not print icmpv6 as unknown via /procPablo Neira Ayuso2021-03-311-0/+1
| * netfilter: flowtable: fix NAT IPv6 offload manglingPablo Neira Ayuso2021-03-311-3/+3
* | netfilter: conntrack: Make global sysctls readonly in non-init netnsJonathon Reinhart2021-04-121-8/+2
* | netfilter: conntrack: move ecache dwork to net_generic infraFlorian Westphal2021-04-062-7/+31
* | netfilter: conntrack: move sysctl pointer to net_generic infraFlorian Westphal2021-04-061-4/+6
* | netfilter: x_tables: move known table lists to net_generic infraFlorian Westphal2021-04-061-13/+33
* | netfilter: nf_tables: use net_generic infra for transaction dataFlorian Westphal2021-04-064-128/+232
* | netfilter: cttimeout: use net_generic infraFlorian Westphal2021-04-061-9/+32
* | netfilter: nfnetlink: use net_generic infraFlorian Westphal2021-04-061-18/+44
* | netfilter: nfnetlink: add and use nfnetlink_broadcastFlorian Westphal2021-04-062-2/+8
* | netfilter: nftables: remove documentation on static functionsPablo Neira Ayuso2021-04-031-32/+0
* | netfilter: nftables: fix a warning message in nf_tables_commit_audit_collect()Dan Carpenter2021-04-031-1/+1
* | netfilter: ipvs: do not printk on netns creationFlorian Westphal2021-04-031-2/+0
* | netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2021-03-3110-208/+75
* | netfilter: nftables: add helper function to set the base sequence numberPablo Neira Ayuso2021-03-311-9/+14
* | netfilter: nftables: remove unnecessary spin_lock_init()Yang Yingliang2021-03-311-1/+0
* | netfilter: flowtable: dst_check() from garbage collector pathPablo Neira Ayuso2021-03-312-19/+40
* | audit: log nftables configuration change events once per tableRichard Guy Briggs2021-03-311-83/+103
* | netfilter: nft_log: perform module load from nf_tablesFlorian Westphal2021-03-313-6/+22
* | netfilter: nf_log: add module softdepsFlorian Westphal2021-03-313-0/+3
* | netfilter: nf_log_common: merge with nf_log_syslogFlorian Westphal2021-03-314-234/+181
* | netfilter: nf_log_bridge: merge with nf_log_syslogFlorian Westphal2021-03-312-7/+22
* | netfilter: nf_log_netdev: merge with nf_log_syslogFlorian Westphal2021-03-314-85/+36
* | netfilter: nf_log_ipv6: merge with nf_log_syslogFlorian Westphal2021-03-311-2/+356
* | netfilter: nf_log_arp: merge with nf_log_syslogFlorian Westphal2021-03-311-2/+111
* | netfilter: nf_log_ipv4: rename to nf_log_syslogFlorian Westphal2021-03-313-1/+405
* | netfilter: nf_conntrack_acct.c: A typo fixBhaskar Chowdhury2021-03-281-1/+1
* | netfilter: ipvs: A spello fixBhaskar Chowdhury2021-03-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-255-20/+57
|\|