summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink: silence warning if CONFIG_PROVE_RCU isn't setPaul Bolle2013-03-041-6/+1
* netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso2013-02-051-20/+32
* net: Allow userns root to control llc, netfilter, netlink, packet, and xfrmEric W. Biederman2012-11-181-1/+1
* netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-1/+1
* Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller2012-07-071-1/+3
|\
| * netfilter: nfnetlink: check callbacks before using those in nfnetlink_rcv_msgTomasz Bursztyka2012-07-041-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-051-1/+3
|\ \
| * | netfilter: nfnetlink: fix missing rcu_read_unlock in nfnetlink_rcv_msgTomasz Bursztyka2012-06-291-1/+3
| |/
* | netlink: add nlk->netlink_bind hook for module auto-loadingPablo Neira Ayuso2012-06-291-0/+29
* | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-2/+5
|/
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-1/+1
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-1/+1
* | net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-2/+2
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-3/+3
|/
* netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()Eric Dumazet2011-07-181-10/+30
* netfilter: cleanup printk messagesStephen Hemminger2010-05-131-2/+2
* Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-04-201-2/+2
|\
| * netfilter: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso2010-03-201-2/+2
* | netfilter: remove unused headers in net/netfilter/nfnetlink.cZhitong Wang2010-03-171-3/+0
|/
* netfilter: nfnetlink: netns supportAlexey Dobriyan2010-01-131-23/+42
* netfilter: nfnetlink: constify message attributes and headersPatrick McHardy2009-08-251-1/+1
* netfilter: conntrack: replace notify chain by function pointerPablo Neira Ayuso2009-06-031-2/+3
* netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() functionPablo Neira Ayuso2009-06-021-14/+9
* netfilter: nfnetlink: return ENOMEM if we fail to create netlink socketPablo Neira Ayuso2009-04-171-1/+1
* nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlinkPablo Neira Ayuso2009-03-231-0/+6
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-161-1/+1
* netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf...Pablo Neira Ayuso2008-10-141-3/+9
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-281-1/+1
* [NET]: make netlink user -> kernel interface synchroniousDenis V. Lunev2007-10-101-8/+4
* [NET]: Make netlink processing routines semi-synchronious (inspired by rtnl) v2Denis V. Lunev2007-10-101-20/+5
* [NETFILTER]: nfnetlink: support attribute policiesPatrick McHardy2007-10-101-35/+13
* [NETFILTER]: nfnetlink: use nlmsg_notify()Patrick McHardy2007-10-101-10/+1
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-101-33/+6
* [NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy2007-10-101-9/+9
* [NETLINK]: Avoid pointer in netlink_run_queueHerbert Xu2007-10-101-1/+1
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-1/+1
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-251-1/+1
* [NETFILTER] nfnetlink: netlink_run_queue() already checks for NLM_F_REQUESTThomas Graf2007-04-251-4/+0
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-251-18/+8
* [NETFILTER]: nfnetlink: parse attributes with nfattr_parse in nfnetlink_check...Pablo Neira Ayuso2007-04-251-14/+2
* [NETFILTER]: nfnetlink: move EXPORT_SYMBOL declarations next to the exported ...Pablo Neira Ayuso2007-04-251-7/+6
* [NETFILTER]: nfnetlink: remove unused includes in nfnetlink.cPablo Neira Ayuso2007-04-251-2/+0
* [NETFILTER]: nfnetlink: remove unrequired check in nfnetlink_get_subsysPablo Neira Ayuso2007-04-251-2/+1
* [NETFILTER]: nfnetlink: remove duplicate checks in nfnetlink_check_attributesPablo Neira Ayuso2007-04-251-8/+1
* [NETFILTER]: nfnetlink: remove early debugging messages from nfnetlinkPablo Neira Ayuso2007-04-251-36/+6
* [NETFILTER]: nfnetlink: use netlink_run_queue()Patrick McHardy2007-04-251-47/+4
* [NETFILTER]: nfnetlink: use mutex instead of semaphorePatrick McHardy2007-04-251-11/+24
* [NET]: Handle disabled preemption in gfp_any()Patrick McHardy2007-02-281-2/+1
OpenPOWER on IntegriCloud