index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Lines
2024-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-2
/
+2
2024-09-15
netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...
Dan Carpenter
-2
/
+2
2024-09-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-7
/
+49
2024-09-12
net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_...
Lorenzo Bianconi
-1
/
+7
2024-09-12
netfilter: nft_socket: make cgroupsv2 matching work with namespaces
Florian Westphal
-3
/
+38
2024-09-12
netfilter: nft_socket: fix sk refcount leaks
Florian Westphal
-3
/
+4
2024-09-09
netfilter: nft_flow_offload: Unmask upper DSCP bits in nft_flow_route()
Ido Schimmel
-1
/
+2
2024-09-06
Merge tag 'nf-next-24-09-06' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
-148
/
+165
2024-09-06
net/netfilter: make use of the helper macro LIST_HEAD()
Hongbo Li
-3
/
+1
2024-09-03
netfilter: nf_tables: set element timeout update support
Pablo Neira Ayuso
-5
/
+44
2024-09-03
netfilter: nf_tables: zero timeout means element never times out
Pablo Neira Ayuso
-17
/
+25
2024-09-03
netfilter: nf_tables: consolidate timeout extension for elements
Pablo Neira Ayuso
-34
/
+22
2024-09-03
netfilter: nf_tables: annotate data-races around element expiration
Pablo Neira Ayuso
-2
/
+2
2024-09-03
netfilter: nft_dynset: annotate data-races around set timeout
Pablo Neira Ayuso
-3
/
+3
2024-09-03
netfilter: nf_tables: remove annotation to access set timeout while holding lock
Pablo Neira Ayuso
-2
/
+2
2024-09-03
netfilter: nf_tables: reject expiration higher than timeout
Pablo Neira Ayuso
-0
/
+3
2024-09-03
netfilter: nf_tables: reject element expiration with no timeout
Pablo Neira Ayuso
-0
/
+3
2024-09-03
netfilter: nf_tables: elements with timeout below CONFIG_HZ never expire
Pablo Neira Ayuso
-1
/
+1
2024-09-03
netfilter: nf_tables: drop unused 3rd argument from validate callback ops
Florian Westphal
-46
/
+23
2024-09-03
netfilter: conntrack: Convert to use ERR_CAST()
Shen Lichuan
-1
/
+1
2024-09-03
netfilter: Use kmemdup_array instead of kmemdup for multiple allocation
Yan Zhen
-1
/
+1
2024-09-03
netfilter: nft_counter: Use u64_stats_t for statistic.
Sebastian Andrzej Siewior
-44
/
+46
2024-09-03
netfilter: ctnetlink: support CTA_FILTER for flush
Changliang Wu
-6
/
+3
2024-08-26
Merge tag 'nf-next-24-08-23' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jakub Kicinski
-70
/
+125
2024-08-22
netfilter: flowtable: validate vlan header
Pablo Neira Ayuso
-0
/
+6
2024-08-20
netfilter: nf_tables: don't initialize registers in nft_do_chain()
Florian Westphal
-1
/
+1
2024-08-20
netfilter: nf_tables: allow loads only when register is initialized
Florian Westphal
-4
/
+34
2024-08-20
netfilter: nf_tables: pass context structure to nft_parse_register_load
Florian Westphal
-32
/
+33
2024-08-20
netfilter: nft_counter: Synchronize nft_counter_reset() against reader.
Sebastian Andrzej Siewior
-0
/
+5
2024-08-20
netfilter: nft_counter: Disable BH in nft_counter_offload_stats().
Sebastian Andrzej Siewior
-2
/
+2
2024-08-19
netfilter: move nf_ct_netns_get out of nf_conncount_init
Xin Long
-14
/
+16
2024-08-19
netfilter: nf_tables: do not remove elements if set backend implements .abort
Pablo Neira Ayuso
-1
/
+4
2024-08-19
netfilter: nf_tables: store new sets in dedicated list
Florian Westphal
-9
/
+20
2024-08-19
netfilter: nfnetlink: convert kfree_skb to consume_skb
Donald Hunter
-7
/
+7
2024-08-19
netfilter: nfnetlink_queue: unbreak SCTP traffic
Antonio Ojea
-2
/
+10
2024-08-14
netfilter: nf_tables: Add locking for NFT_MSG_GETOBJ_RESET requests
Phil Sutter
-13
/
+59
2024-08-14
netfilter: nf_tables: Introduce nf_tables_getobj_single
Phil Sutter
-31
/
+44
2024-08-14
netfilter: nf_tables: Audit log dump reset after the fact
Phil Sutter
-15
/
+13
2024-08-14
netfilter: nf_queue: drop packets with cloned unconfirmed conntracks
Florian Westphal
-2
/
+33
2024-08-14
netfilter: flowtable: initialise extack before use
Donald Hunter
-1
/
+1
2024-08-14
netfilter: nfnetlink: Initialise extack before use in ACKs
Donald Hunter
-1
/
+4
2024-07-25
Merge tag 'net-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-2
/
+10
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
-9
/
+9
2024-07-24
netfilter: nft_set_pipapo_avx2: disable softinterrupts
Florian Westphal
-2
/
+10
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-1
/
+1
2024-07-17
ipvs: properly dereference pe in ip_vs_add_service
Chen Hanxiao
-5
/
+5
2024-07-17
netfilter: nf_set_pipapo: fix initial map fill
Florian Westphal
-6
/
+29
2024-07-17
netfilter: ctnetlink: use helper function to calculate expect ID
Pablo Neira Ayuso
-1
/
+2
2024-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-146
/
+14
2024-07-11
netfilter: nf_tables: prefer nft_chain_validate
Florian Westphal
-145
/
+13
[next]