index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_tables: skip netdev hook unregistration if table is dormant
Pablo Neira Ayuso
2024-03-28
1
-6
/
+10
*
netfilter: nf_tables: reject table flag and netdev basechain updates
Pablo Neira Ayuso
2024-03-28
1
-1
/
+30
*
netfilter: nf_tables: reject destroy command to remove basechain hooks
Pablo Neira Ayuso
2024-03-28
1
-1
/
+2
*
netfilter: nf_tables: Fix a memory leak in nf_tables_updchain
Quan Tian
2024-03-21
1
-13
/
+14
*
netfilter: nf_tables: do not compare internal table flags on updates
Pablo Neira Ayuso
2024-03-21
1
-1
/
+1
*
netfilter: nft_set_pipapo: release elements in clone only from destroy path
Pablo Neira Ayuso
2024-03-21
1
-4
/
+1
*
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-03-12
19
-289
/
+385
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-07
3
-6
/
+16
|
|
\
|
*
\
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-03-02
2
-4
/
+4
|
|
\
\
|
|
*
|
bpf: treewide: Annotate BPF kfuncs in BTF
Daniel Xu
2024-01-31
2
-4
/
+4
|
*
|
|
ipv6: annotate data-races around cnf.hop_limit
Eric Dumazet
2024-03-01
1
-1
/
+1
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-29
2
-0
/
+21
|
|
\
\
\
|
*
\
\
\
Merge tag 'nf-next-24-02-21' of https://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2024-02-22
10
-257
/
+344
|
|
\
\
\
\
|
|
*
|
|
|
netfilter: x_tables: Use unsafe_memcpy() for 0-sized destination
Kees Cook
2024-02-21
1
-1
/
+2
|
|
*
|
|
|
netfilter: move nf_reinject into nfnetlink_queue modules
Florian Westphal
2024-02-21
3
-143
/
+142
|
|
*
|
|
|
netfilter: nft_set_pipapo: use GFP_KERNEL for insertions
Florian Westphal
2024-02-21
1
-7
/
+11
|
|
*
|
|
|
netfilter: nft_set_pipapo: speed up bulk element insertions
Florian Westphal
2024-02-21
2
-16
/
+69
|
|
*
|
|
|
netfilter: nft_set_pipapo: shrink data structures
Florian Westphal
2024-02-21
2
-40
/
+51
|
|
*
|
|
|
netfilter: nft_set_pipapo: do not rely on ZERO_SIZE_PTR
Florian Westphal
2024-02-21
1
-4
/
+12
|
|
*
|
|
|
netfilter: nft_set_pipapo: constify lookup fn args where possible
Florian Westphal
2024-02-21
3
-35
/
+48
|
|
*
|
|
|
netfilter: nft_osf: simplify init path
Pablo Neira Ayuso
2024-02-21
1
-8
/
+3
|
|
*
|
|
|
netfilter: nf_log: validate nf_logger_find_get()
Pablo Neira Ayuso
2024-02-21
1
-0
/
+5
|
|
*
|
|
|
netfilter: nf_log: consolidate check for NULL logger in lookup function
Pablo Neira Ayuso
2024-02-21
1
-2
/
+2
|
|
*
|
|
|
netfilter: expect: Simplify the allocation of slab caches in nf_conntrack_exp...
Kunwu Chan
2024-02-21
1
-3
/
+1
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-22
2
-42
/
+56
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-15
4
-4
/
+8
|
|
\
\
\
\
\
|
*
|
|
|
|
|
netfilter: conntrack: expedite rcu in nf_conntrack_cleanup_net_list
Eric Dumazet
2024-02-12
1
-1
/
+1
|
*
|
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-08
12
-99
/
+144
|
|
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-01
10
-31
/
+106
|
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
netfilter: xtables: allow xtables-nft only builds
Florian Westphal
2024-01-29
1
-6
/
+6
|
*
|
|
|
|
|
|
|
ipvs: Simplify the allocation of ip_vs_conn slab caches
Kunwu Chan
2024-01-29
1
-3
/
+1
|
*
|
|
|
|
|
|
|
netfilter: nf_conncount: Use KMEM_CACHE instead of kmem_cache_create()
Kunwu Chan
2024-01-29
1
-6
/
+2
|
*
|
|
|
|
|
|
|
netfilter: nf_tables: pass flags to set backend selection routine
Pablo Neira Ayuso
2024-01-29
1
-7
/
+2
|
*
|
|
|
|
|
|
|
netfilter: nf_tables: Implement table adoption support
Phil Sutter
2024-01-29
1
-3
/
+16
|
*
|
|
|
|
|
|
|
netfilter: nf_tables: Introduce NFT_TABLE_F_PERSIST
Phil Sutter
2024-01-29
1
-0
/
+7
|
|
|
_
|
_
|
_
|
_
|
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2024-01-26
1
-1
/
+1
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
2024-01-24
1
-1
/
+1
*
|
|
|
|
|
|
|
|
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-11
4
-7
/
+7
|
\
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
2024-02-14
4
-7
/
+7
|
|
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
2024-01-10
4
-7
/
+7
*
|
|
|
|
|
|
|
|
|
netfilter: nf_conntrack_h323: Add protection for bmp length out of range
Lena Wang
2024-03-07
1
-0
/
+4
*
|
|
|
|
|
|
|
|
|
netfilter: nf_tables: mark set as dead when unbinding anonymous set with timeout
Pablo Neira Ayuso
2024-03-07
1
-0
/
+1
*
|
|
|
|
|
|
|
|
|
netfilter: nft_ct: fix l3num expectations with inet pseudo family
Florian Westphal
2024-03-07
1
-6
/
+5
*
|
|
|
|
|
|
|
|
|
netfilter: nf_tables: reject constant set with timeout
Pablo Neira Ayuso
2024-03-07
1
-0
/
+3
*
|
|
|
|
|
|
|
|
|
netfilter: nf_tables: disallow anonymous set with timeout flag
Pablo Neira Ayuso
2024-03-07
1
-0
/
+3
|
|
_
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
netfilter: bridge: confirm multicast packets before passing them up the stack
Florian Westphal
2024-02-29
1
-0
/
+1
*
|
|
|
|
|
|
|
|
netfilter: nf_tables: allow NFPROTO_INET in nft_(match/target)_validate()
Ignat Korchagin
2024-02-28
1
-0
/
+20
|
|
_
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
netfilter: nf_tables: use kzalloc for hook allocation
Florian Westphal
2024-02-22
1
-1
/
+1
*
|
|
|
|
|
|
|
netfilter: nf_tables: register hooks last when adding new chain/flowtable
Pablo Neira Ayuso
2024-02-22
1
-38
/
+40
*
|
|
|
|
|
|
|
netfilter: nft_flow_offload: release dst in case direct xmit path is used
Pablo Neira Ayuso
2024-02-22
1
-0
/
+1
[next]