summaryrefslogtreecommitdiffstats
path: root/net/netfilter
AgeCommit message (Expand)AuthorLines
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-19/+42
2023-05-03netfilter: nf_tables: fix ct untracked match breakageFlorian Westphal-4/+10
2023-05-03netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso-3/+15
2023-05-03netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with mi...Pablo Neira Ayuso-12/+17
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2023-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-5/+13
2023-04-24Merge tag 'nf-next-23-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-345/+432
2023-04-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-13/+312
2023-04-22netfilter: nf_tables: allow to create netdev chain without devicePablo Neira Ayuso-12/+11
2023-04-22netfilter: nf_tables: support for deleting devices in an existing netdev chainPablo Neira Ayuso-11/+88
2023-04-22netfilter: nf_tables: support for adding new devices to an existing netdev chainPablo Neira Ayuso-81/+136
2023-04-22netfilter: nf_tables: rename function to destroy hook listPablo Neira Ayuso-4/+4
2023-04-22netfilter: nf_tables: do not send complete notification of deletionsPablo Neira Ayuso-19/+51
2023-04-22netfilter: nf_tables: extended netlink error reporting for netdevicePablo Neira Ayuso-14/+24
2023-04-22ipvs: Remove {Enter,Leave}FunctionSimon Horman-92/+9
2023-04-22ipvs: Consistently use array_size() in ip_vs_conn_init()Simon Horman-6/+6
2023-04-22ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman-1/+1
2023-04-22netfilter: nf_tables: do not store rule in traceinfo structureFlorian Westphal-14/+15
2023-04-22netfilter: nf_tables: do not store verdict in traceinfo structureFlorian Westphal-16/+19
2023-04-22netfilter: nf_tables: do not store pktinfo in traceinfo structureFlorian Westphal-12/+14
2023-04-22netfilter: nf_tables: remove unneeded conditionalFlorian Westphal-4/+2
2023-04-22netfilter: nf_tables: make validation state per tableFlorian Westphal-20/+18
2023-04-22netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal-8/+2
2023-04-22netfilter: nf_tables: don't store chain address on jumpFlorian Westphal-26/+32
2023-04-22netfilter: nf_tables: don't store address of last rule on jumpFlorian Westphal-6/+2
2023-04-22netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob markerFlorian Westphal-28/+27
2023-04-21bpf: add test_run support for netfilter program typeFlorian Westphal-0/+1
2023-04-21netfilter: disallow bpf hook attachment at same priorityFlorian Westphal-0/+12
2023-04-21netfilter: nfnetlink hook: dump bpf prog idFlorian Westphal-13/+68
2023-04-21bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal-1/+69
2023-04-21bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal-0/+163
2023-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-40/+65
2023-04-19netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih-4/+9
2023-04-19netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...Pablo Neira Ayuso-1/+4
2023-04-18netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso-1/+2
2023-04-18netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso-38/+62
2023-04-13Daniel Borkmann says:Jakub Kicinski-4/+1
2023-04-06netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNTChen Aotian-1/+1
2023-04-04bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov-2/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-14/+22
2023-03-30netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey-8/+0
2023-03-30netfilter: nfnetlink_queue: enable classid socket info retrievalEric Sage-0/+20
2023-03-30netfilter: nfnetlink_log: remove rcu_bh usageFlorian Westphal-13/+23
2023-03-28net: dst: Switch to rcuref_t reference countingThomas Gleixner-2/+2
2023-03-25bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet-2/+0
2023-03-22xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal-0/+110
2023-03-22netfilter: xtables: disable 32bit compat interface by defaultFlorian Westphal-1/+0
2023-03-22netfilter: nft_masq: deduplicate eval call-backsJeremy Sowden-46/+29
2023-03-22netfilter: nft_redir: use `struct nf_nat_range2` throughout and deduplicate e...Jeremy Sowden-94/+71
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4