index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nfnetlink_queue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_queue: do not allow packet truncation below transport header of...
Florian Westphal
2022-07-26
1
-1
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
1
-3
/
+9
|
\
|
*
netfilter: nf_queue: fix possible use-after-free
Florian Westphal
2022-03-01
1
-3
/
+9
*
|
net: Get rcv tstamp if needed in nfnetlink_{log, queue}.c
Martin KaFai Lau
2022-03-03
1
-3
/
+5
*
|
nfqueue: enable to set skb->priority
Nicolas Dichtel
2022-02-09
1
-0
/
+8
*
|
netfilter: nfqueue: enable to get skb->priority
Nicolas Dichtel
2022-02-04
1
-0
/
+5
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
2022-01-09
1
-4
/
+4
|
\
|
*
netfilter: make function op structures const
Florian Westphal
2022-01-09
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-23
1
-1
/
+2
|
\
\
|
|
/
|
/
|
|
*
netfilter: fix regression in looped (broad|multi)cast's MAC handling
Ignacy Gawędzki
2021-12-16
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
2021-12-15
1
-6
/
+0
|
\
\
|
|
/
|
/
|
|
*
netfilter: nf_queue: remove leftover synchronize_rcu
Florian Westphal
2021-11-30
1
-6
/
+0
*
|
netfilter: nfnetlink_queue: silence bogus compiler warning
Florian Westphal
2021-11-30
1
-1
/
+1
|
/
*
netfilter: nfnetlink_queue: fix OOB when mac header was cleared
Florian Westphal
2021-10-22
1
-1
/
+1
*
netfilter: nf_queue: move hookfn registration out of struct net
Florian Westphal
2021-08-10
1
-2
/
+13
*
netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use it
Pablo Neira Ayuso
2021-06-07
1
-6
/
+3
*
netfilter: nfnetlink: consolidate callback types
Pablo Neira Ayuso
2021-04-26
1
-11
/
+23
*
netfilter: nfnetlink: pass struct nfnl_info to rcu callbacks
Pablo Neira Ayuso
2021-04-26
1
-23
/
+17
*
netfilter: nfnetlink: add struct nfnl_info and pass it to callbacks
Pablo Neira Ayuso
2021-04-26
1
-7
/
+5
*
netfilter: add helper function to set up the nfnetlink header and use it
Pablo Neira Ayuso
2021-03-31
1
-8
/
+4
*
netfilter: ctnetlink: remove get_ct indirection
Florian Westphal
2021-01-25
1
-2
/
+8
*
netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFS
Pablo Neira Ayuso
2020-08-28
1
-1
/
+1
*
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-2
/
+2
*
netfilter: nf_queue: make nf_queue_entry_release_refs static
Florian Westphal
2020-03-29
1
-8
/
+2
*
net: netfilter: use skb_list_walk_safe helper for gso segments
Jason A. Donenfeld
2020-01-14
1
-5
/
+3
*
netfilter: remove unnecessary spaces
yangxingwu
2019-08-13
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-22
1
-5
/
+1
|
\
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-5
/
+1
*
|
netfilter: replace skb_make_writable with skb_ensure_writable
Florian Westphal
2019-05-31
1
-1
/
+1
|
/
*
netlink: make validation more configurable for future strictness
Johannes Berg
2019-04-27
1
-2
/
+3
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-1
/
+1
*
netfilter: never get/set skb->tstamp
Florian Westphal
2019-04-22
1
-1
/
+1
*
netfilter: avoid using skb->nf_bridge directly
Florian Westphal
2018-12-19
1
-12
/
+11
*
nfnetlink/queue: use __vlan_hwaccel helpers
Michał Mirosław
2018-11-08
1
-2
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-09-12
1
-0
/
+1
|
\
|
*
netfilter: nfnetlink_queue: Solve the NFQUEUE/conntrack clash for NF_REPEAT
Michal 'vorner' Vaner
2018-09-11
1
-0
/
+1
*
|
net: Add and use skb_mark_not_on_list().
David S. Miller
2018-09-10
1
-1
/
+1
|
/
*
netfilter: nf_queue: augment nfqa_cfg_policy
Eric Dumazet
2018-06-18
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
1
-4
/
+24
|
\
|
*
netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracks
Pablo Neira Ayuso
2018-05-23
1
-4
/
+24
*
|
proc: introduce proc_create_net{,_data}
Christoph Hellwig
2018-05-16
1
-16
/
+2
|
/
*
netfilter: Replace printk() with pr_*() and define pr_fmt()
Arushi Singhal
2018-03-20
1
-7
/
+7
*
netfilter: delete /proc THIS_MODULE references
Alexey Dobriyan
2018-01-19
1
-1
/
+0
*
netfilter: core: remove synchronize_net call if nfqueue is used
Florian Westphal
2018-01-08
1
-7
/
+2
*
netfilter: exit_net cleanup check added
Vasily Averin
2017-11-20
1
-0
/
+5
*
locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...
Mark Rutland
2017-10-25
1
-2
/
+2
*
netfilter: nfnetlink_queue: don't queue dying conntracks to userspace
Florian Westphal
2017-07-31
1
-0
/
+19
*
netfilter: Remove duplicated rcu_read_lock.
Taehee Yoo
2017-07-24
1
-2
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2017-06-30
1
-4
/
+8
|
\
|
*
netfilter: nfnetlink: extended ACK reporting
Pablo Neira Ayuso
2017-06-19
1
-4
/
+8
[next]