index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nfnetlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-07
netfilter: add new hook nfnl subsystem
Florian Westphal
1
-0
/
+1
2021-06-07
netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it
Pablo Neira Ayuso
1
-0
/
+2
2021-05-05
netfilter: nfnetlink: add a missing rcu_read_unlock()
Eric Dumazet
1
-0
/
+1
2021-04-26
netfilter: nfnetlink: consolidate callback types
Pablo Neira Ayuso
1
-14
/
+23
2021-04-26
netfilter: nfnetlink: pass struct nfnl_info to batch callbacks
Pablo Neira Ayuso
1
-5
/
+9
2021-04-26
netfilter: nfnetlink: pass struct nfnl_info to rcu callbacks
Pablo Neira Ayuso
1
-3
/
+2
2021-04-26
netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks
Pablo Neira Ayuso
1
-6
/
+12
2021-04-06
netfilter: nfnetlink: use net_generic infra
Florian Westphal
1
-18
/
+44
2021-04-06
netfilter: nfnetlink: add and use nfnetlink_broadcast
Florian Westphal
1
-0
/
+7
2020-10-30
netfilter: nf_tables: missing validation from the abort path
Pablo Neira Ayuso
1
-4
/
+18
2020-10-04
netfilter: nfnetlink: place subsys mutexes in distinct lockdep classes
Florian Westphal
1
-1
/
+18
2020-08-28
netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFS
Pablo Neira Ayuso
1
-3
/
+8
2020-06-25
netfilter: Add MODULE_DESCRIPTION entries to kernel modules
Rob Gill
1
-0
/
+1
2020-01-24
netfilter: nf_tables: autoload modules from the abort path
Pablo Neira Ayuso
1
-3
/
+3
2019-07-15
netfilter: nfnetlink: avoid deadlock due to synchronous request_module
Florian Westphal
1
-1
/
+1
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
1
-6
/
+9
2018-07-18
netfilter: nf_tables: use dedicated mutex to guard transactions
Florian Westphal
1
-7
/
+3
2018-07-18
netfilter: nf_tables: take module reference when starting a batch
Florian Westphal
1
-0
/
+9
2018-07-18
netfilter: nf_tables: make valid_genid callback mandatory
Florian Westphal
1
-2
/
+2
2018-06-12
netfilter: nf_tables: fix module unload race
Florian Westphal
1
-3
/
+7
2018-06-01
netfilter: nfnetlink: Remove VLA usage
Kees Cook
1
-2
/
+23
2018-06-01
netfilter: nf_tables: fix chain dependency validation
Pablo Neira Ayuso
1
-0
/
+2
2018-05-29
netfilter: nf_tables: fail batch if fatal signal is pending
Florian Westphal
1
-0
/
+8
2018-05-29
netfilter: nfnetlink: allow commit to fail
Florian Westphal
1
-1
/
+8
2018-01-19
netfilter: remove messages print and boot/module load time
Pablo Neira Ayuso
1
-4
/
+0
2017-07-17
netfilter: nfnetlink: Improve input length sanitization in nfnetlink_rcv
Mateusz Jurczyk
1
-3
/
+3
2017-06-19
netfilter: nfnetlink: extended ACK reporting
Pablo Neira Ayuso
1
-6
/
+15
2017-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+1
2017-04-13
netlink: pass extended ACK struct where available
Johannes Berg
1
-1
/
+1
2017-04-13
netlink: pass extended ACK struct to parsing functions
Johannes Berg
1
-5
/
+6
2017-04-13
netlink: extended ACK reporting
Johannes Berg
1
-10
/
+12
2017-04-07
netfilter: Remove exceptional & on function name
Arushi Singhal
1
-1
/
+1
2017-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+1
2017-02-21
netfilter: nfnetlink: remove static declaration from err_list
Liping Zhang
1
-1
/
+1
2017-02-12
netfilter: nfnetlink: allow to check for generation ID
Pablo Neira Ayuso
1
-4
/
+27
2017-02-12
netfilter: nfnetlink: add nfnetlink_rcv_skb_batch()
Pablo Neira Ayuso
1
-23
/
+28
2017-02-12
netfilter: nfnetlink: get rid of u_intX_t types
Pablo Neira Ayuso
1
-8
/
+8
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-7
/
+9
2016-02-18
nfnetlink: remove nfnetlink_alloc_skb
Florian Westphal
1
-7
/
+0
2016-02-08
netfilter: nfnetlink: correctly validate length of batch messages
Phil Turnbull
1
-4
/
+6
2016-02-01
netfilter: nfnetlink: use original skbuff when acking batches
Pablo Neira Ayuso
1
-3
/
+3
2015-12-28
netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacks
Pablo Neira Ayuso
1
-3
/
+3
2015-12-28
netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()
Pablo Neira Ayuso
1
-3
/
+3
2015-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-6
/
+8
2015-12-15
nfnetlink: add nfnl_dereference_protected helper
Florian Westphal
1
-6
/
+7
2015-12-10
netfilter: nfnetlink: fix splat due to incorrect socket memory accounting in ...
Pablo Neira Ayuso
1
-2
/
+0
2015-12-10
netfilter: nfnetlink: avoid recurrent netns lookups in call_batch
Pablo Neira Ayuso
1
-1
/
+1
2015-12-09
netfilter: nf_tables: extend tracing infrastructure
Florian Westphal
1
-0
/
+1
2015-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+1
[next]