index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-29
netfilter: conntrack: Remove redundant NFCT_ALIGN call
Xuanqiang Luo
1
-3
/
+1
2025-04-24
net: cgroup: Guard users of sock_cgroup_classid()
Michal Koutný
1
-0
/
+9
2025-04-24
netfilter: xt_cgroup: Make it independent from net_cls
Michal Koutný
2
-1
/
+18
2025-04-24
netfilter: xt_IDLETIMER: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-6
/
+6
2025-04-17
netfilter: conntrack: fix erronous removal of offload bit
Florian Westphal
1
-4
/
+6
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+2
2025-04-10
nft_set_pipapo: fix incorrect avx2 match of 5th field octet
Florian Westphal
1
-1
/
+2
2025-04-08
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
2
-3
/
+3
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
6
-13
/
+13
2025-04-04
lib/crc: remove CONFIG_LIBCRC32C
Eric Biggers
2
-3
/
+3
2025-04-03
Merge tag 'nf-25-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
3
-5
/
+6
2025-04-03
net: fix geneve_opt length integer overflow
Lin Ma
1
-1
/
+1
2025-04-03
netfilter: nft_tunnel: fix geneve_opt type confusion addition
Lin Ma
1
-2
/
+2
2025-04-02
netfilter: nf_tables: don't unregister hook when table is dormant
Florian Westphal
1
-2
/
+2
2025-04-02
netfilter: nft_set_hash: GC reaps elements with conncount for dynamic sets only
Pablo Neira Ayuso
1
-1
/
+2
2025-03-25
Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
5
-19
/
+20
2025-03-23
netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPOLINE
WangYuli
1
-7
/
+4
2025-03-23
netfilter: xtables: Use strscpy() instead of strscpy_pad()
Thorsten Blum
1
-1
/
+1
2025-03-23
netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation error
Chenyuan Yang
1
-1
/
+1
2025-03-17
tcp: extend TCP flags to allow AE bit/ACE field
Ilpo Järvinen
1
-3
/
+5
2025-03-13
netfilter: nft_exthdr: fix offset with ipv4_find_option()
Alexey Kashavkin
1
-6
/
+4
2025-03-12
netfilter: conntrack: Bound nf_conntrack sysctl writes
Nicolas Bouchinet
1
-3
/
+9
2025-03-12
netfilter: xt_hashlimit: replace vmalloc calls with kvmalloc
Denis Kirjanov
1
-7
/
+5
2025-03-12
ipvs: prevent integer overflow in do_ip_vs_get_ctl()
Dan Carpenter
1
-4
/
+4
2025-03-12
netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree()
Kohei Enju
1
-0
/
+2
2025-03-06
net: hold netdev instance lock during nft ndo_setup_tc
Stanislav Fomichev
2
-2
/
+2
2025-03-06
netfilter: nf_tables: make destruction work queue pernet
Florian Westphal
2
-14
/
+18
2025-03-05
netfilter: nf_conncount: garbage collection is not skipped when jiffies wrap around
Nicklas Bo Jensen
1
-2
/
+2
2025-03-03
netfilter: nft_ct: Use __refcount_inc() for per-CPU nft_ct_pcpu_template.
Sebastian Andrzej Siewior
1
-2
/
+4
2025-02-12
Revert "netfilter: flowtable: teardown flow if cached mtu is stale"
Pablo Neira Ayuso
1
-6
/
+2
2025-01-30
Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-4
/
+4
2025-01-30
Merge tag 'nf-25-01-30' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
1
-4
/
+4
2025-01-30
netfilter: nf_tables: reject mismatching sum of field_len with set key length
Pablo Neira Ayuso
1
-4
/
+4
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-13
/
+8
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
17
-166
/
+404
2025-01-21
Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm
Linus Torvalds
3
-28
/
+29
2025-01-19
netfilter: flowtable: add CLOSING state
Pablo Neira Ayuso
2
-19
/
+57
2025-01-19
netfilter: flowtable: teardown flow if cached mtu is stale
Pablo Neira Ayuso
1
-2
/
+6
2025-01-19
netfilter: conntrack: rework offload nf_conn timeout extension logic
Florian Westphal
2
-8
/
+103
2025-01-19
netfilter: conntrack: remove skb argument from nf_ct_refresh
Florian Westphal
6
-11
/
+10
2025-01-19
netfilter: nft_flow_offload: update tcp state flags under lock
Florian Westphal
1
-5
/
+11
2025-01-19
netfilter: nft_flow_offload: clear tcp MAXACK flag before moving to slowpath
Florian Westphal
1
-2
/
+12
2025-01-19
netfilter: nf_tables: Simplify chain netdev notifier
Phil Sutter
1
-14
/
+7
2025-01-19
netfilter: nf_tables: Tolerate chains with no remaining hooks
Phil Sutter
2
-63
/
+7
2025-01-19
netfilter: nf_tables: Compare netdev hooks based on stored name
Phil Sutter
1
-1
/
+1
2025-01-19
netfilter: nf_tables: Use stored ifname in netdev hook dumps
Phil Sutter
1
-4
/
+6
2025-01-19
netfilter: nf_tables: Store user-defined hook ifname
Phil Sutter
1
-3
/
+7
2025-01-19
netfilter: nf_tables: Flowtable hook's pf value never varies
Phil Sutter
1
-7
/
+4
2025-01-19
netfilter: nf_tables: fix set size with rbtree backend
Pablo Neira Ayuso
2
-2
/
+90
2025-01-14
Merge tag 'nf-next-25-01-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Paolo Abeni
5
-27
/
+84
[prev]
[next]