index
:
litmus-rt-edfsc.git
edf-sc
edfsc-wip
linking-wip
linux-4.9-litmus
wip-joshua
LITMUS^RT with the EDF-SC plugin for Real-Time Systems journal paper
Zelin Tong
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nfnetlink_queue.c
Commit message (
Expand
)
Author
Age
*
netfilter: replace list_head with single linked list
Aaron Conole
2016-09-25
*
netfilter: Remove explicit rcu_read_lock in nf_hook_slow
Aaron Conole
2016-09-24
*
netfilter: Add the missed return value check of register_netdevice_notifier
Gao Feng
2016-09-12
*
netfilter: nfnetlink_queue: reject verdict request from different portid
Liping Zhang
2016-08-09
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2016-06-01
|
\
|
*
netfilter: nf_queue: Make the queue_handler pernet
Eric W. Biederman
2016-05-25
|
*
netfilter: nfnetlink_queue: fix timestamp attribute
Florian Westphal
2016-05-12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2016-04-12
|
\
\
|
|
/
|
/
|
|
*
netfilter: bridge: nf queue verdict to use NFQA_VLAN and NFQA_L2HDR
Stephane Bryant
2016-03-29
|
*
netfilter: bridge: pass L2 header and VLAN as netlink attributes in queues to...
Stephane Bryant
2016-03-29
*
|
netfilter: nfnetlink_queue: honor NFQA_CFG_F_FAIL_OPEN when netlink unicast f...
Pablo Neira Ayuso
2016-03-28
|
/
*
nfnetlink: Revert "nfnetlink: add support for memory mapped netlink"
Florian Westphal
2016-02-18
*
netfilter: nfnetlink_queue: autoload nf_conntrack_netlink module NFQA_CFG_F_C...
Ken-ichirou MATSUZAWA
2016-01-08
*
netfilter: nfnetlink_queue: just returns error for unknown command
Ken-ichirou MATSUZAWA
2016-01-08
*
netfilter: nfnetlink_queue: don't handle options after unbind
Ken-ichirou MATSUZAWA
2016-01-08
*
netfilter: nfnetlink_queue: validate dependencies to avoid breaking atomicity
Ken-ichirou MATSUZAWA
2016-01-08
*
netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()
Pablo Neira Ayuso
2015-12-28
*
netfilter: nfnetlink_queue: Unregister pernet subsys in case of init failure
Nikolay Borisov
2015-12-09
*
netfilter: nfnetlink_queue: avoid harmless unnitialized variable warnings
Arnd Bergmann
2015-11-23
*
netfilter: make nf_queue_entry_get_refs return void
Florian Westphal
2015-10-16
*
netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack info
Ken-ichirou MATSUZAWA
2015-10-05
*
netfilter: nfnetlink_queue: use y2038 safe timestamp
Pablo Neira Ayuso
2015-10-05
*
netfilter: rename nfnetlink_queue_core.c to nfnetlink_queue.c
Pablo Neira Ayuso
2015-10-04
*
netfilter: nfnetlink_queue: fix compilation with NF_CONNTRACK disabled
Pablo Neira Ayuso
2012-06-18
*
netfilter: nfnetlink_queue: add NAT TCP sequence adjustment if packet mangled
Pablo Neira Ayuso
2012-06-16
*
netfilter: add glue code to integrate nfnetlink_queue and ctnetlink
Pablo Neira Ayuso
2012-06-16
*
netfilter: Add fail-open support
Krishna Kumar
2012-06-07
*
net: Convert net_ratelimit uses to net_<level>_ratelimited
Joe Perches
2012-05-15
*
nfnetlink_queue: Stop using NLA_PUT*().
David S. Miller
2012-04-01
*
netfilter: nf_queue: reject NF_STOLEN verdicts from userspace
Florian Westphal
2011-08-30
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2011-07-21
|
\
|
*
netfilter: nfnetlink_queue: batch verdict support
Florian Westphal
2011-07-19
|
*
netfilter: nfnetlink_queue: assert monotonic packet ids
Eric Dumazet
2011-07-19
|
*
netfilter: nfnetlink_queue: provide rcu enabled callbacks
Eric Dumazet
2011-07-18
*
|
netfilter: fix looped (broad|multi)cast's MAC handling
Nicolas Cavallari
2011-06-16
|
/
*
netfilter: nfnetlink_queue: return error number to caller
Florian Westphal
2011-01-18
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2010-06-15
|
\
|
*
netfilter: nfnetlink_queue: some optimizations
Eric Dumazet
2010-06-09
*
|
bridge: use rx_handler_data pointer to store net_bridge_port pointer
Jiri Pirko
2010-06-15
|
/
*
Merge branch 'master' of /repos/git/net-next-2.6
Patrick McHardy
2010-04-20
|
\
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
*
|
netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in nfnetlink_queue
Herbert Xu
2010-04-08
|
/
*
netfilter: don't use INIT_RCU_HEAD()
Alexey Dobriyan
2010-02-12
*
netfilter: nfnetlink_queue: simplify warning message
Eric Leblond
2010-01-18
*
netfilter: nfnetlink: netns support
Alexey Dobriyan
2010-01-13
*
netfilter: remove unneccessary checks from netlink notifiers
Patrick McHardy
2009-11-06
*
netfilter: nfnetlink: constify message attributes and headers
Patrick McHardy
2009-08-25
*
nfnetlink_queue: Use rcu_barrier() on module unload.
Jesper Dangaard Brouer
2009-06-10
*
netns: Use net_eq() to compare net-namespaces for optimization.
YOSHIFUJI Hideaki
2008-07-20
[next]