summaryrefslogtreecommitdiff
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: fix possible bug_on with enable_hooks=1Florian Westphal2023-05-102-3/+6
* netfilter: nf_tables: always release netdev hooks from notifierFlorian Westphal2023-05-101-3/+6
* Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-055-19/+42
|\
| * netfilter: nf_tables: fix ct untracked match breakageFlorian Westphal2023-05-031-4/+10
| * netfilter: nf_tables: deactivate anonymous set from preparation phasePablo Neira Ayuso2023-05-034-3/+15
| * netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with mi...Pablo Neira Ayuso2023-05-031-12/+17
* | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-271-1/+1
|\ \ | |/ |/|
| * Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-037-14/+22
| |\
| * | driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-04-263-5/+13
|\ \ \
| * | | netfilter: conntrack: fix wrong ct->timeout valueTzung-Bi Shih2023-04-191-4/+9
| * | | netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...Pablo Neira Ayuso2023-04-193-1/+4
* | | | Merge tag 'nf-next-23-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski2023-04-249-345/+432
|\ \ \ \
| * | | | netfilter: nf_tables: allow to create netdev chain without devicePablo Neira Ayuso2023-04-221-12/+11
| * | | | netfilter: nf_tables: support for deleting devices in an existing netdev chainPablo Neira Ayuso2023-04-221-11/+88
| * | | | netfilter: nf_tables: support for adding new devices to an existing netdev chainPablo Neira Ayuso2023-04-221-81/+136
| * | | | netfilter: nf_tables: rename function to destroy hook listPablo Neira Ayuso2023-04-221-4/+4
| * | | | netfilter: nf_tables: do not send complete notification of deletionsPablo Neira Ayuso2023-04-221-19/+51
| * | | | netfilter: nf_tables: extended netlink error reporting for netdevicePablo Neira Ayuso2023-04-221-14/+24
| * | | | ipvs: Remove {Enter,Leave}FunctionSimon Horman2023-04-224-92/+9
| * | | | ipvs: Consistently use array_size() in ip_vs_conn_init()Simon Horman2023-04-221-6/+6
| * | | | ipvs: Update width of source for ip_vs_sync_conn_optionsSimon Horman2023-04-221-1/+1
| * | | | netfilter: nf_tables: do not store rule in traceinfo structureFlorian Westphal2023-04-222-14/+15
| * | | | netfilter: nf_tables: do not store verdict in traceinfo structureFlorian Westphal2023-04-222-16/+19
| * | | | netfilter: nf_tables: do not store pktinfo in traceinfo structureFlorian Westphal2023-04-222-12/+14
| * | | | netfilter: nf_tables: remove unneeded conditionalFlorian Westphal2023-04-221-4/+2
| * | | | netfilter: nf_tables: make validation state per tableFlorian Westphal2023-04-221-20/+18
| * | | | netfilter: nf_tables: don't write table validation state without mutexFlorian Westphal2023-04-222-8/+2
| * | | | netfilter: nf_tables: don't store chain address on jumpFlorian Westphal2023-04-223-26/+32
| * | | | netfilter: nf_tables: don't store address of last rule on jumpFlorian Westphal2023-04-221-6/+2
| * | | | netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob markerFlorian Westphal2023-04-221-28/+27
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-04-215-13/+312
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bpf: add test_run support for netfilter program typeFlorian Westphal2023-04-211-0/+1
| * | | | netfilter: disallow bpf hook attachment at same priorityFlorian Westphal2023-04-211-0/+12
| * | | | netfilter: nfnetlink hook: dump bpf prog idFlorian Westphal2023-04-211-13/+68
| * | | | bpf: minimal support for programs hooked into netfilter frameworkFlorian Westphal2023-04-211-1/+69
| * | | | bpf: add bpf_link support for BPF_NETFILTER programsFlorian Westphal2023-04-213-0/+163
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-202-40/+65
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...Pablo Neira Ayuso2023-04-181-1/+2
| * | | netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso2023-04-182-38/+62
| * | | netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNTChen Aotian2023-04-061-1/+1
| | |/ | |/|
* | | Daniel Borkmann says:Jakub Kicinski2023-04-131-4/+1
|\ \ \
| * | | bpf: Remove unused arguments from btf_struct_access().Alexei Starovoitov2023-04-041-2/+1
| * | | bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncsDavid Vernet2023-03-251-2/+0
| | |/ | |/|
* | | netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey2023-03-301-8/+0
* | | netfilter: nfnetlink_queue: enable classid socket info retrievalEric Sage2023-03-301-0/+20
* | | netfilter: nfnetlink_log: remove rcu_bh usageFlorian Westphal2023-03-301-13/+23
* | | net: dst: Switch to rcuref_t reference countingThomas Gleixner2023-03-281-2/+2
* | | xtables: move icmp/icmpv6 logic to xt_tcpudpFlorian Westphal2023-03-221-0/+110
* | | netfilter: xtables: disable 32bit compat interface by defaultFlorian Westphal2023-03-221-1/+0