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: nft_queue: only allow supported familes and hooks
Florian Westphal
2022-07-26
1
-0
/
+27
*
netfilter: nf_tables: add rescheduling points during loop detection walks
Florian Westphal
2022-07-26
1
-0
/
+6
*
netfilter: nf_queue: do not allow packet truncation below transport header of...
Florian Westphal
2022-07-26
1
-1
/
+6
*
ip: Fix data-races around sysctl_ip_default_ttl.
Kuniyuki Iwashima
2022-07-15
1
-1
/
+1
*
netfilter: nf_tables: replace BUG_ON by element length check
Pablo Neira Ayuso
2022-07-09
1
-21
/
+51
*
netfilter: nf_log: incorrect offset to network header
Pablo Neira Ayuso
2022-07-09
1
-4
/
+4
*
netfilter: conntrack: fix crash due to confirmed bit load reordering
Florian Westphal
2022-07-07
3
-0
/
+26
*
netfilter: nft_set_pipapo: release elements in clone from abort path
Pablo Neira Ayuso
2022-07-02
1
-15
/
+33
*
netfilter: nf_tables: stricter validation of element data
Pablo Neira Ayuso
2022-07-02
1
-1
/
+8
*
netfilter: nf_tables: avoid skb access on nf_stolen
Florian Westphal
2022-06-27
2
-23
/
+45
*
netfilter: nft_dynset: restore set element counter when failing to update
Pablo Neira Ayuso
2022-06-27
1
-0
/
+2
*
netfilter: nf_dup_netdev: add and use recursion counter
Florian Westphal
2022-06-21
1
-4
/
+15
*
netfilter: nf_dup_netdev: do not push mac header a second time
Florian Westphal
2022-06-21
1
-4
/
+10
*
netfilter: cttimeout: fix slab-out-of-bounds read typo in cttimeout_net_exit
Florian Westphal
2022-06-17
1
-1
/
+1
*
netfilter: use get_random_u32 instead of prandom
Florian Westphal
2022-06-08
2
-20
/
+5
*
netfilter: nf_tables: bail out early if hardware offload is not supported
Pablo Neira Ayuso
2022-06-06
2
-2
/
+23
*
netfilter: nf_tables: memleak flow rule from commit path
Pablo Neira Ayuso
2022-06-06
1
-0
/
+6
*
netfilter: nf_tables: release new hooks on unsupported flowtable flags
Pablo Neira Ayuso
2022-06-06
1
-4
/
+8
*
netfilter: nf_tables: always initialize flowtable hook list in transaction
Pablo Neira Ayuso
2022-06-02
1
-0
/
+1
*
netfilter: nf_tables: delete flowtable hooks via transaction list
Pablo Neira Ayuso
2022-06-02
1
-25
/
+6
*
netfilter: nf_tables: use kfree_rcu(ptr, rcu) to release hooks in clean_net path
Pablo Neira Ayuso
2022-06-01
1
-1
/
+1
*
netfilter: nat: really support inet nat without l3 address
Florian Westphal
2022-06-01
1
-1
/
+2
*
netfilter: flowtable: fix nft_flow_route source address for nat case
wenxu
2022-05-31
1
-2
/
+2
*
netfilter: flowtable: fix missing FLOWI_FLAG_ANYSRC flag
wenxu
2022-05-31
1
-0
/
+2
*
netfilter: nf_tables: double hook unregistration in netns path
Pablo Neira Ayuso
2022-05-31
1
-13
/
+41
*
netfilter: nf_tables: hold mutex on netns pre_exit path
Pablo Neira Ayuso
2022-05-31
1
-0
/
+4
*
netfilter: nf_tables: sanitize nft_set_desc_concat_parse()
Pablo Neira Ayuso
2022-05-31
1
-4
/
+13
*
netfilter: nf_tables: set element extended ACK reporting support
Pablo Neira Ayuso
2022-05-27
1
-3
/
+9
*
netfilter: cttimeout: fix slab-out-of-bounds read in cttimeout_net_exit
Florian Westphal
2022-05-27
1
-2
/
+3
*
netfilter: nfnetlink: fix warn in nfnetlink_unbind
Florian Westphal
2022-05-27
1
-19
/
+5
*
netfilter: nft_limit: Clone packet limits' cost value
Phil Sutter
2022-05-26
1
-0
/
+2
*
netfilter: nf_tables: disallow non-stateful expression in sets earlier
Pablo Neira Ayuso
2022-05-26
1
-9
/
+10
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2022-05-19
3
-48
/
+17
|
\
|
*
netfilter: ctnetlink: fix up for "netfilter: conntrack: remove unconfirmed list"
Stephen Rothwell
2022-05-18
1
-0
/
+2
|
*
netfilter: conntrack: remove pr_debug callsites from tcp tracker
Florian Westphal
2022-05-16
1
-48
/
+4
|
*
netfilter: nf_conncount: reduce unnecessary GC
William Tu
2022-05-16
1
-0
/
+11
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-19
4
-70
/
+48
|
\
\
|
|
/
|
/
|
|
*
netfilter: nf_tables: disable expression reduction infra
Pablo Neira Ayuso
2022-05-18
1
-10
/
+1
|
*
netfilter: flowtable: move dst_check to packet path
Ritaro Takenaka
2022-05-18
2
-22
/
+20
|
*
netfilter: flowtable: fix TCP flow teardown
Pablo Neira Ayuso
2022-05-18
2
-27
/
+9
|
*
netfilter: nft_flow_offload: fix offload with pppoe + vlan
Felix Fietkau
2022-05-16
1
-1
/
+2
|
*
netfilter: nft_flow_offload: skip dst neigh lookup for ppp devices
Felix Fietkau
2022-05-16
1
-9
/
+13
|
*
netfilter: flowtable: fix excessive hw offload attempts after failure
Felix Fietkau
2022-05-16
1
-1
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
David S. Miller
2022-05-16
12
-300
/
+411
|
\
\
|
*
|
netfilter: flowtable: nft_flow_route use more data for reverse route
Sven Auhagen
2022-05-13
1
-0
/
+8
|
*
|
netfilter: conntrack: add nf_conntrack_events autodetect mode
Florian Westphal
2022-05-13
3
-8
/
+24
|
*
|
netfilter: conntrack: un-inline nf_ct_ecache_ext_add
Florian Westphal
2022-05-13
2
-3
/
+33
|
*
|
netfilter: nfnetlink: allow to detect if ctnetlink listeners exist
Florian Westphal
2022-05-13
1
-3
/
+37
|
*
|
netfilter: conntrack: add nf_ct_iter_data object for nf_ct_iterate_cleanup*()
Pablo Neira Ayuso
2022-05-13
5
-41
/
+47
|
*
|
netfilter: conntrack: avoid unconditional local_bh_disable
Florian Westphal
2022-05-13
1
-5
/
+2
[next]