index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: conntrack: fix possible bug_on with enable_hooks=1
Florian Westphal
2023-05-10
2
-3
/
+6
*
netfilter: nf_tables: always release netdev hooks from notifier
Florian Westphal
2023-05-10
1
-3
/
+6
*
Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-05-05
5
-19
/
+42
|
\
|
*
netfilter: nf_tables: fix ct untracked match breakage
Florian Westphal
2023-05-03
1
-4
/
+10
|
*
netfilter: nf_tables: deactivate anonymous set from preparation phase
Pablo Neira Ayuso
2023-05-03
4
-3
/
+15
|
*
netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with mi...
Pablo Neira Ayuso
2023-05-03
1
-12
/
+17
*
|
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Merge 6.3-rc5 into driver-core-next
Greg Kroah-Hartman
2023-04-03
7
-14
/
+22
|
|
\
|
*
|
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2023-04-26
3
-5
/
+13
|
\
\
\
|
*
|
|
netfilter: conntrack: fix wrong ct->timeout value
Tzung-Bi Shih
2023-04-19
1
-4
/
+9
|
*
|
|
netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_in...
Pablo Neira Ayuso
2023-04-19
3
-1
/
+4
*
|
|
|
Merge tag 'nf-next-23-04-22' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2023-04-24
9
-345
/
+432
|
\
\
\
\
|
*
|
|
|
netfilter: nf_tables: allow to create netdev chain without device
Pablo Neira Ayuso
2023-04-22
1
-12
/
+11
|
*
|
|
|
netfilter: nf_tables: support for deleting devices in an existing netdev chain
Pablo Neira Ayuso
2023-04-22
1
-11
/
+88
|
*
|
|
|
netfilter: nf_tables: support for adding new devices to an existing netdev chain
Pablo Neira Ayuso
2023-04-22
1
-81
/
+136
|
*
|
|
|
netfilter: nf_tables: rename function to destroy hook list
Pablo Neira Ayuso
2023-04-22
1
-4
/
+4
|
*
|
|
|
netfilter: nf_tables: do not send complete notification of deletions
Pablo Neira Ayuso
2023-04-22
1
-19
/
+51
|
*
|
|
|
netfilter: nf_tables: extended netlink error reporting for netdevice
Pablo Neira Ayuso
2023-04-22
1
-14
/
+24
|
*
|
|
|
ipvs: Remove {Enter,Leave}Function
Simon Horman
2023-04-22
4
-92
/
+9
|
*
|
|
|
ipvs: Consistently use array_size() in ip_vs_conn_init()
Simon Horman
2023-04-22
1
-6
/
+6
|
*
|
|
|
ipvs: Update width of source for ip_vs_sync_conn_options
Simon Horman
2023-04-22
1
-1
/
+1
|
*
|
|
|
netfilter: nf_tables: do not store rule in traceinfo structure
Florian Westphal
2023-04-22
2
-14
/
+15
|
*
|
|
|
netfilter: nf_tables: do not store verdict in traceinfo structure
Florian Westphal
2023-04-22
2
-16
/
+19
|
*
|
|
|
netfilter: nf_tables: do not store pktinfo in traceinfo structure
Florian Westphal
2023-04-22
2
-12
/
+14
|
*
|
|
|
netfilter: nf_tables: remove unneeded conditional
Florian Westphal
2023-04-22
1
-4
/
+2
|
*
|
|
|
netfilter: nf_tables: make validation state per table
Florian Westphal
2023-04-22
1
-20
/
+18
|
*
|
|
|
netfilter: nf_tables: don't write table validation state without mutex
Florian Westphal
2023-04-22
2
-8
/
+2
|
*
|
|
|
netfilter: nf_tables: don't store chain address on jump
Florian Westphal
2023-04-22
3
-26
/
+32
|
*
|
|
|
netfilter: nf_tables: don't store address of last rule on jump
Florian Westphal
2023-04-22
1
-6
/
+2
|
*
|
|
|
netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob marker
Florian Westphal
2023-04-22
1
-28
/
+27
*
|
|
|
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-04-21
5
-13
/
+312
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
bpf: add test_run support for netfilter program type
Florian Westphal
2023-04-21
1
-0
/
+1
|
*
|
|
|
netfilter: disallow bpf hook attachment at same priority
Florian Westphal
2023-04-21
1
-0
/
+12
|
*
|
|
|
netfilter: nfnetlink hook: dump bpf prog id
Florian Westphal
2023-04-21
1
-13
/
+68
|
*
|
|
|
bpf: minimal support for programs hooked into netfilter framework
Florian Westphal
2023-04-21
1
-1
/
+69
|
*
|
|
|
bpf: add bpf_link support for BPF_NETFILTER programs
Florian Westphal
2023-04-21
3
-0
/
+163
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-04-20
2
-40
/
+65
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
netfilter: nf_tables: tighten netlink attribute requirements for catch-all el...
Pablo Neira Ayuso
2023-04-18
1
-1
/
+2
|
*
|
|
netfilter: nf_tables: validate catch-all set elements
Pablo Neira Ayuso
2023-04-18
2
-38
/
+62
|
*
|
|
netfilter: nf_tables: Modify nla_memdup's flag to GFP_KERNEL_ACCOUNT
Chen Aotian
2023-04-06
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Daniel Borkmann says:
Jakub Kicinski
2023-04-13
1
-4
/
+1
|
\
\
\
|
*
|
|
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-04-04
1
-2
/
+1
|
*
|
|
bpf: Remove now-unnecessary NULL checks for KF_RELEASE kfuncs
David Vernet
2023-03-25
1
-2
/
+0
|
|
|
/
|
|
/
|
*
|
|
netfilter: ctnetlink: Support offloaded conntrack entry deletion
Paul Blakey
2023-03-30
1
-8
/
+0
*
|
|
netfilter: nfnetlink_queue: enable classid socket info retrieval
Eric Sage
2023-03-30
1
-0
/
+20
*
|
|
netfilter: nfnetlink_log: remove rcu_bh usage
Florian Westphal
2023-03-30
1
-13
/
+23
*
|
|
net: dst: Switch to rcuref_t reference counting
Thomas Gleixner
2023-03-28
1
-2
/
+2
*
|
|
xtables: move icmp/icmpv6 logic to xt_tcpudp
Florian Westphal
2023-03-22
1
-0
/
+110
*
|
|
netfilter: xtables: disable 32bit compat interface by default
Florian Westphal
2023-03-22
1
-1
/
+0
[next]