index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_tables: prefer nft_chain_validate
Florian Westphal
2024-07-11
1
-145
/
+13
*
netfilter: nfnetlink_queue: drop bogus WARN_ON
Florian Westphal
2024-07-11
1
-1
/
+1
*
netfilter: nf_tables: unconditionally flush pending work before notifier
Florian Westphal
2024-07-04
1
-2
/
+1
*
netfilter: nf_tables: fully validate NFT_DATA_VALUE on store to data registers
Pablo Neira Ayuso
2024-06-27
2
-5
/
+6
*
netfilter: fix undefined reference to 'netfilter_lwtunnel_*' when CONFIG_SYSC...
Jianguo Wu
2024-06-24
1
-0
/
+3
*
netfilter: move the sysctl nf_hooks_lwtunnel into the netfilter core
Jianguo Wu
2024-06-19
4
-17
/
+84
*
netfilter: ipset: Fix suspicious rcu_dereference_protected()
Jozsef Kadlecsik
2024-06-19
1
-5
/
+6
*
netfilter: ipset: Fix race between namespace cleanup and gc in the list:set type
Jozsef Kadlecsik
2024-06-11
2
-51
/
+60
*
netfilter: nft_inner: validate mandatory meta and payload
Davide Ornaghi
2024-06-11
2
-0
/
+7
*
netfilter: nft_fib: allow from forward/input without iif selector
Eric Garver
2024-05-29
1
-5
/
+3
*
netfilter: nft_payload: skbuff vlan metadata mangle support
Pablo Neira Ayuso
2024-05-29
1
-7
/
+65
*
netfilter: nft_payload: restore vlan q-in-q match support
Pablo Neira Ayuso
2024-05-20
1
-16
/
+7
*
netfilter: ipset: Add list flush to cancel_gc
Alexander Maltsev
2024-05-20
1
-0
/
+3
*
netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()
Eric Dumazet
2024-05-20
1
-0
/
+2
*
Merge tag 'nf-next-24-05-12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
2024-05-13
13
-169
/
+157
|
\
|
*
netfilter: nf_tables: allow clone callbacks to sleep
Florian Westphal
2024-05-10
7
-19
/
+21
|
*
netfilter: nft_set_pipapo: remove dirty flag
Florian Westphal
2024-05-10
2
-27
/
+0
|
*
netfilter: nft_set_pipapo: move cloning of match info to insert/removal path
Florian Westphal
2024-05-10
1
-21
/
+49
|
*
netfilter: nft_set_pipapo: prepare pipapo_get helper for on-demand clone
Florian Westphal
2024-05-10
1
-7
/
+10
|
*
netfilter: nft_set_pipapo: merge deactivate helper into caller
Florian Westphal
2024-05-06
1
-30
/
+9
|
*
netfilter: nft_set_pipapo: prepare walk function for on-demand clone
Florian Westphal
2024-05-06
1
-21
/
+39
|
*
netfilter: nft_set_pipapo: prepare destroy function for on-demand clone
Florian Westphal
2024-05-06
1
-21
/
+6
|
*
netfilter: nft_set_pipapo: make pipapo_clone helper return NULL
Florian Westphal
2024-05-06
1
-7
/
+7
|
*
netfilter: nft_set_pipapo: move prove_locking helper around
Florian Westphal
2024-05-06
1
-11
/
+11
|
*
netfilter: conntrack: remove flowtable early-drop test
Florian Westphal
2024-05-06
1
-2
/
+0
|
*
netfilter: use NF_DROP instead of -NF_DROP
Jason Xing
2024-05-06
1
-1
/
+1
|
*
netfilter: conntrack: dccp: try not to drop skb in conntrack
Jason Xing
2024-05-06
1
-2
/
+2
|
*
netfilter: conntrack: fix ct-state for ICMPv6 Multicast Router Discovery
Linus Lüssing
2024-05-06
1
-1
/
+3
|
*
netfilter: nf_tables: remove NETDEV_CHANGENAME from netdev chain event handler
Pablo Neira Ayuso
2024-05-06
1
-5
/
+1
|
*
netfilter: nf_tables: skip transaction if update object is not implemented
Pablo Neira Ayuso
2024-05-06
1
-2
/
+6
*
|
ipvs: allow some sysctls in non-init user namespaces
Alexander Mikhalitsyn
2024-05-08
1
-4
/
+15
*
|
ipvs: add READ_ONCE barrier for ipvs->sysctl_amemthresh
Alexander Mikhalitsyn
2024-05-08
1
-7
/
+7
|
/
*
netfilter: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-05-03
5
-19
/
+5
*
inet: introduce dst_rtable() helper
Eric Dumazet
2024-05-01
3
-4
/
+4
*
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
2024-04-29
4
-16
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-25
2
-3
/
+7
|
\
|
*
netfilter: nf_tables: honor table dormant flag from netdev release event path
Pablo Neira Ayuso
2024-04-25
1
-1
/
+3
|
*
ipvs: Fix checksumming on GSO of SCTP packets
Ismael Luceno
2024-04-25
1
-2
/
+4
*
|
netfilter: nfnetlink: Handle ACK flags for batch messages
Donald Hunter
2024-04-23
1
-0
/
+5
*
|
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
2024-04-22
2
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-18
8
-38
/
+99
|
\
|
|
*
netfilter: nf_tables: fix memleak in map from abort path
Pablo Neira Ayuso
2024-04-18
1
-2
/
+14
|
*
netfilter: nf_tables: restore set elements when delete set fails
Pablo Neira Ayuso
2024-04-17
5
-20
/
+45
|
*
netfilter: nf_tables: missing iterator type in lookup walk
Pablo Neira Ayuso
2024-04-17
2
-1
/
+3
|
*
netfilter: flowtable: incorrect pppoe tuple
Pablo Neira Ayuso
2024-04-11
1
-1
/
+1
|
*
netfilter: flowtable: validate pppoe header
Pablo Neira Ayuso
2024-04-11
2
-4
/
+7
|
*
netfilter: nft_set_pipapo: do not free live element
Florian Westphal
2024-04-11
1
-5
/
+9
|
*
netfilter: nft_set_pipapo: walk over current view on netlink dump
Pablo Neira Ayuso
2024-04-11
2
-2
/
+9
|
*
netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()
Ziyang Xuan
2024-04-11
1
-2
/
+6
|
*
netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()
Ziyang Xuan
2024-04-11
1
-2
/
+6
[next]