Sign in
kunit
/
linux
/
c6ce3e2fe3dacda5e8afb0036c814ae9c3fee9b9
/
net
/
netfilter
/
nfnetlink_queue.c
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
c7d03a0
netns: make struct pernet_operations::id unsigned int
by Alexey Dobriyan
· 8 years ago
01886bd
netfilter: remove hook_entries field from nf_hook_state
by Pablo Neira Ayuso
· 8 years ago
886bc50
netfilter: nf_queue: place volatile data in own cacheline
by Florian Westphal
· 8 years ago
e3b37f1
netfilter: replace list_head with single linked list
by Aaron Conole
· 8 years ago
e2361cb
netfilter: Remove explicit rcu_read_lock in nf_hook_slow
by Aaron Conole
· 8 years ago
4e6577d
netfilter: Add the missed return value check of register_netdevice_notifier
by Gao Feng
· 9 years ago
00a3101
netfilter: nfnetlink_queue: reject verdict request from different portid
by Liping Zhang
· 9 years ago
fc14963
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 9 years ago
dc3ee32
netfilter: nf_queue: Make the queue_handler pernet
by Eric W. Biederman
· 9 years ago
a7f1884
netfilter: nfnetlink_queue: fix timestamp attribute
by Florian Westphal
· 9 years ago
da0caad
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 9 years ago
8d45ff2
netfilter: bridge: nf queue verdict to use NFQA_VLAN and NFQA_L2HDR
by Stephane Bryant
· 9 years ago
15824ab
netfilter: bridge: pass L2 header and VLAN as netlink attributes in queues to userspace
by Stephane Bryant
· 9 years ago
9314011
netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast fails
by Pablo Neira Ayuso
· 9 years ago
c5b0db3
nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"
by Florian Westphal
· 9 years ago
71b2e5f
netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_CONNTRACK config flag
by Ken-ichirou MATSUZAWA
· 9 years ago
21c3c97
netfilter: nfnetlink_queue: just returns error for unknown command
by Ken-ichirou MATSUZAWA
· 9 years ago
17bc6b4
netfilter: nfnetlink_queue: don't handle options after unbind
by Ken-ichirou MATSUZAWA
· 9 years ago
60d2c7f
netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicity
by Ken-ichirou MATSUZAWA
· 9 years ago
7b8002a
netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()
by Pablo Neira Ayuso
· 9 years ago
639e077
netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failure
by Nikolay Borisov
· 9 years ago
8e66216
netfilter: nfnetlink_queue: avoid harmless unnitialized variable warnings
by Arnd Bergmann
· 9 years ago
ed78d09
netfilter: make nf_queue_entry_get_refs return void
by Florian Westphal
· 9 years ago
a4b4766
netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack info
by Ken-ichirou MATSUZAWA
· 9 years ago
b28b1e8
netfilter: nfnetlink_queue: use y2038 safe timestamp
by Pablo Neira Ayuso
· 9 years ago
32f40c5
netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c
by Pablo Neira Ayuso
· 9 years ago
[Renamed from net/netfilter/nfnetlink_queue_core.c]
b7bd180
netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c
by Pablo Neira Ayuso
· 9 years ago
9dff2c9
netfilter: Use nf_hook_state.net
by Eric W. Biederman
· 9 years ago
6bb0fef
netlink, mmap: fix edge-case leakages in nf queue zero-copy
by Daniel Borkmann
· 10 years ago
8405a8f
netfilter: nf_qeueue: Drop queue entries on nf_unregister_hook
by Eric W. Biederman
· 10 years ago
2fd1dc9
netfilter: Kill unused copies of RCV_SKB_FAIL
by Eric W. Biederman
· 10 years ago
ef493bd
netfilter: nfnetlink_queue: add security context information
by Roman Kubiak
· 10 years ago
36583eb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
3bfe049
netfilter: nfnetlink_{log,queue}: Register pernet in first place
by Francesco Ruggeri
· 10 years ago
861fb10
netfilter: Use correct return for seq_show functions
by Joe Perches
· 10 years ago
6b46f7b
netfilter: Fix format string of nfnetlink_queue proc file
by Richard Weinberger
· 10 years ago
cc6bc44
netfilter: Fix portid types
by Richard Weinberger
· 10 years ago
aadd51a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Pablo Neira Ayuso
· 10 years ago
c737b7c
netfilter: bridge: add helpers for fetching physin/outdev
by Florian Westphal
· 10 years ago
1d1de89
netfilter: Use nf_hook_state in nf_queue_entry.
by David S. Miller
· 10 years ago
a839923
netfilter: use sk_fullsock() helper
by Eric Dumazet
· 10 years ago
ba00410
Merge branch 'iov_iter' into for-next
by Al Viro
· 10 years ago
e71456ae
netfilter: Remove checks of seq_printf() return values
by Steven Rostedt (Red Hat)
· 10 years ago
330966e
net: make skb_gso_segment error handling more robust
by Florian Westphal
· 10 years ago
1109a90
netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)
by Pablo Neira Ayuso
· 10 years ago
36d5fe6
core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errors
by Zoltan Kiss
· 11 years ago
39b6b29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
by David S. Miller
· 11 years ago
af2806f
net: Export skb_zerocopy() to zerocopy from one skb to another
by Thomas Graf
· 11 years ago
83111e7
netfilter: Fix build failure in nfnetlink_queue_core.c.
by David S. Miller
· 11 years ago
08c0cad
netfilter: nfnetlink_queue: enable UID/GID socket info retrieval
by Valentina Giusti
· 11 years ago
7433268
netfilter: nfnetlink_queue: use proper net namespace to allocate skb
by Gao feng
· 11 years ago
0a0d80e
netfilter: nfnetlink_queue: use network skb for sequence adjustment
by Gao feng
· 11 years ago
89d5e23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 12 years ago
bd07793
netfilter: nfnetlink_queue: allow to attach expectations to conntracks
by Pablo Neira Ayuso
· 12 years ago
e4d091d
netfilter: nfnetlink_{log,queue}: fix information leaks in netlink message
by Dan Carpenter
· 12 years ago
957bec3
netfilter: nf_queue: relax NFQA_CT attribute check
by Florian Westphal
· 12 years ago
496e4ae
netfilter: nf_queue: add NFQA_SKB_CSUM_NOTVERIFIED info flag
by Florian Westphal
· 12 years ago
d98cae64e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
7b8dfe2
netfilter: nfnetlink_queue: fix missing HW protocol
by Pablo Neira Ayuso
· 12 years ago
143554a
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 12 years ago
7f87712
netfilter: nfnetlink_queue: only add CAP_LEN attr when needed
by Florian Westphal
· 12 years ago
9cefbbc
netfilter: nfnetlink_queue: cleanup copy_range usage
by Florian Westphal
· 12 years ago
351638e
net: pass info struct via netdevice notifier
by Jiri Pirko
· 12 years ago
9d5242b
netfilter: nfnetlink_queue: avoid peer_portid test
by Florian Westphal
· 12 years ago
e778f56
netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FS
by Pablo Neira Ayuso
· 12 years ago
00bd1cc
netfilter: nfnetlink_queue: avoid expensive gso segmentation and checksum fixup
by Florian Westphal
· 12 years ago
7237190
netfilter: nfnetlink_queue: add skb info attribute
by Florian Westphal
· 12 years ago
a5fedd43
netfilter: move skb_gso_segment into nfnetlink_queue module
by Florian Westphal
· 12 years ago
3ab1f68
nfnetlink: add support for memory mapped netlink
by Patrick McHardy
· 12 years ago
d166582
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
e817961
netfilter: nfnetlink_queue: add net namespace support for nfnetlink_queue
by Gao feng
· 12 years ago
573ce26
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
by Hong zhi guo
· 12 years ago
da13482
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 12 years ago
ae08ce0
netfilter: nfnetlink_queue: zero copy support
by Eric Dumazet
· 12 years ago
1cdb090
netfilter: nfnetlink_queue: use xor hash function to distribute instances
by Pablo Neira Ayuso
· 12 years ago
bae99f7
netfilter: nfnetlink_queue: fix incorrect initialization of copy range field
by Pablo Neira Ayuso
· 12 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
0360ae4
netfilter: kill support for per-af queue backends
by Florian Westphal
· 12 years ago
6ee584b
netfilter: nfnetlink_queue: add NFQA_CAP_LEN attribute
by Pablo Neira Ayuso
· 12 years ago
ba8d3b0
netfilter: nfnetlink_queue: fix maximum packet length to userspace
by Pablo Neira Ayuso
· 13 years ago
b0e61d9
Merge branch 'master' of git://1984.lsi.us.es/nf-next
by David S. Miller
· 13 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 13 years ago
a672995
netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()
by Wei Yongjun
· 13 years ago
46ba5a2
netfilter: nfnetlink_queue: do not allow to set unsupported flag bits
by Krishna Kumar
· 13 years ago
3da07c0
netfilter: nfnetlink_queue_core: Move away from NLMSG_PUT().
by David S. Miller
· 13 years ago
7c62234
netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled
by Pablo Neira Ayuso
· 13 years ago
[Renamed (95%) from net/netfilter/nfnetlink_queue.c]
8c88f87
netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled
by Pablo Neira Ayuso
· 13 years ago
9cb0176
netfilter: add glue code to integrate nfnetlink_queue and ctnetlink
by Pablo Neira Ayuso
· 13 years ago
fdb694a
netfilter: Add fail-open support
by Krishna Kumar
· 13 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 13 years ago
a447189
nfnetlink_queue: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
c667523
netfilter: nf_queue: reject NF_STOLEN verdicts from userspace
by Florian Westphal
· 14 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 14 years ago
f5caadb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 14 years ago
97d32cf
netfilter: nfnetlink_queue: batch verdict support
by Florian Westphal
· 14 years ago
5863702a
netfilter: nfnetlink_queue: assert monotonic packet ids
by Eric Dumazet
· 14 years ago
84a797d
netfilter: nfnetlink_queue: provide rcu enabled callbacks
by Eric Dumazet
· 14 years ago
2c38de4
netfilter: fix looped (broad|multi)cast's MAC handling
by Nicolas Cavallari
· 14 years ago
f158508
netfilter: nfnetlink_queue: return error number to caller
by Florian Westphal
· 14 years ago
Next »