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.12.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
/
nfnetlink.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nfnetlink: skip error delivery on batch in case of ENOMEM
Pablo Neira Ayuso
2023-06-08
1
-1
/
+2
*
netfilter: nf_tables: don't write table validation state without mutex
Florian Westphal
2023-04-22
1
-2
/
+0
*
netfilter: ctnetlink: make event listener tracking global
Florian Westphal
2023-02-22
1
-4
/
+5
*
netfilter: nfnetlink: fix potential dead lock in nfnetlink_rcv_msg()
Ziyang Xuan
2022-11-08
1
-0
/
+1
*
netfilter: nfnetlink: re-enable conntrack expectation events
Florian Westphal
2022-08-11
1
-12
/
+71
*
netfilter: nfnetlink: add missing __be16 cast
Florian Westphal
2022-07-11
1
-1
/
+1
*
netfilter: nfnetlink: fix warn in nfnetlink_unbind
Florian Westphal
2022-05-27
1
-19
/
+5
*
netfilter: nfnetlink: allow to detect if ctnetlink listeners exist
Florian Westphal
2022-05-13
1
-3
/
+37
*
netfilter: add new hook nfnl subsystem
Florian Westphal
2021-06-07
1
-0
/
+1
*
netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it
Pablo Neira Ayuso
2021-06-07
1
-0
/
+2
*
netfilter: nfnetlink: add a missing rcu_read_unlock()
Eric Dumazet
2021-05-05
1
-0
/
+1
*
netfilter: nfnetlink: consolidate callback types
Pablo Neira Ayuso
2021-04-26
1
-14
/
+23
*
netfilter: nfnetlink: pass struct nfnl_info to batch callbacks
Pablo Neira Ayuso
2021-04-26
1
-5
/
+9
*
netfilter: nfnetlink: pass struct nfnl_info to rcu callbacks
Pablo Neira Ayuso
2021-04-26
1
-3
/
+2
*
netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks
Pablo Neira Ayuso
2021-04-26
1
-6
/
+12
*
netfilter: nfnetlink: use net_generic infra
Florian Westphal
2021-04-06
1
-18
/
+44
*
netfilter: nfnetlink: add and use nfnetlink_broadcast
Florian Westphal
2021-04-06
1
-0
/
+7
*
netfilter: nf_tables: missing validation from the abort path
Pablo Neira Ayuso
2020-10-30
1
-4
/
+18
*
netfilter: nfnetlink: place subsys mutexes in distinct lockdep classes
Florian Westphal
2020-10-04
1
-1
/
+18
*
netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFS
Pablo Neira Ayuso
2020-08-28
1
-3
/
+8
*
netfilter: Add MODULE_DESCRIPTION entries to kernel modules
Rob Gill
2020-06-25
1
-0
/
+1
*
netfilter: nf_tables: autoload modules from the abort path
Pablo Neira Ayuso
2020-01-24
1
-3
/
+3
*
netfilter: nfnetlink: avoid deadlock due to synchronous request_module
Florian Westphal
2019-07-15
1
-1
/
+1
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-6
/
+9
*
netfilter: nf_tables: use dedicated mutex to guard transactions
Florian Westphal
2018-07-18
1
-7
/
+3
*
netfilter: nf_tables: take module reference when starting a batch
Florian Westphal
2018-07-18
1
-0
/
+9
*
netfilter: nf_tables: make valid_genid callback mandatory
Florian Westphal
2018-07-18
1
-2
/
+2
*
netfilter: nf_tables: fix module unload race
Florian Westphal
2018-06-12
1
-3
/
+7
*
netfilter: nfnetlink: Remove VLA usage
Kees Cook
2018-06-01
1
-2
/
+23
*
netfilter: nf_tables: fix chain dependency validation
Pablo Neira Ayuso
2018-06-01
1
-0
/
+2
*
netfilter: nf_tables: fail batch if fatal signal is pending
Florian Westphal
2018-05-29
1
-0
/
+8
*
netfilter: nfnetlink: allow commit to fail
Florian Westphal
2018-05-29
1
-1
/
+8
*
netfilter: remove messages print and boot/module load time
Pablo Neira Ayuso
2018-01-19
1
-4
/
+0
*
netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv
Mateusz Jurczyk
2017-07-17
1
-3
/
+3
*
netfilter: nfnetlink: extended ACK reporting
Pablo Neira Ayuso
2017-06-19
1
-6
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2017-05-01
1
-1
/
+1
|
\
|
*
netfilter: Remove exceptional & on function name
Arushi Singhal
2017-04-07
1
-1
/
+1
*
|
netlink: pass extended ACK struct where available
Johannes Berg
2017-04-13
1
-1
/
+1
*
|
netlink: pass extended ACK struct to parsing functions
Johannes Berg
2017-04-13
1
-5
/
+6
*
|
netlink: extended ACK reporting
Johannes Berg
2017-04-13
1
-10
/
+12
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2017-02-23
1
-1
/
+1
|
\
|
*
netfilter: nfnetlink: remove static declaration from err_list
Liping Zhang
2017-02-21
1
-1
/
+1
*
|
netfilter: nfnetlink: allow to check for generation ID
Pablo Neira Ayuso
2017-02-12
1
-4
/
+27
*
|
netfilter: nfnetlink: add nfnetlink_rcv_skb_batch()
Pablo Neira Ayuso
2017-02-12
1
-23
/
+28
*
|
netfilter: nfnetlink: get rid of u_intX_t types
Pablo Neira Ayuso
2017-02-12
1
-8
/
+8
|
/
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-02-23
1
-7
/
+9
|
\
|
*
netfilter: nfnetlink: correctly validate length of batch messages
Phil Turnbull
2016-02-08
1
-4
/
+6
|
*
netfilter: nfnetlink: use original skbuff when acking batches
Pablo Neira Ayuso
2016-02-01
1
-3
/
+3
*
|
nfnetlink: remove nfnetlink_alloc_skb
Florian Westphal
2016-02-18
1
-7
/
+0
|
/
[next]