summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/nfnetlink.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace()Taehee Yoo2018-12-041-12/+0Star
* netfilter: nf_tables: take module reference when starting a batchFlorian Westphal2018-07-181-0/+1
* netfilter: nf_tables: fix chain dependency validationPablo Neira Ayuso2018-06-011-0/+1
* netlink: Remove smp_read_barrier_depends() from commentPaul E. McKenney2017-12-051-2/+1Star
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | locking/atomics, net/netlink/netfilter: Convert ACCESS_ONCE() to READ_ONCE()/...Mark Rutland2017-10-251-1/+1
|/
* netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso2017-06-191-4/+6
* netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-071-0/+5
* netfilter: nfnetlink: allow to check for generation IDPablo Neira Ayuso2017-02-121-0/+1
* nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal2016-02-181-2/+0Star
* netfilter: nfnetlink: pass down netns pointer to commit() and abort() callbacksPablo Neira Ayuso2015-12-281-2/+2
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-281-4/+4
* netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso2015-12-101-1/+1
* net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai2015-10-091-3/+3
* netfilter: nfnetlink: add rcu_dereference_protected() helpersPatrick McHardy2014-02-251-0/+21
* netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso2013-10-141-0/+5
* netfilter: Remove extern from function prototypesJoe Perches2013-09-261-14/+14
* nfnetlink: add support for memory mapped netlinkPatrick McHardy2013-04-191-0/+2
* netfilter: rename netlink related "pid" variables to "portid"Patrick McHardy2013-04-191-4/+5
* netfilter: nfnetlink: add mutex per subsystemPablo Neira Ayuso2013-02-051-2/+2
* UAPI: (Scripted) Disintegrate include/linux/netfilterDavid Howells2012-10-091-54/+1Star
* netfilter: add user-space connection tracking helper infrastructurePablo Neira Ayuso2012-06-161-1/+2
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-071-1/+2
* netfilter: add extended accounting infrastructure over nfnetlinkPablo Neira Ayuso2011-12-251-1/+2
* netfilter: nfnetlink: add RCU in nfnetlink_rcv_msg()Eric Dumazet2011-07-181-0/+3
* netfilter: NFNL_SUBSYS_IPSET id and NLA_PUT_NET* macrosJozsef Kadlecsik2011-02-011-1/+2
* netfilter: ctnetlink: fix reliable event delivery if message building failsPablo Neira Ayuso2010-03-201-1/+1
* netfilter: nfnetlink: netns supportAlexey Dobriyan2010-01-131-4/+4
* net: cleanup include/linuxEric Dumazet2009-11-041-4/+2Star
* netfilter: nfnetlink: constify message attributes and headersPatrick McHardy2009-08-251-1/+2
* netfilter: passive OS fingerprint xtables matchEvgeniy Polyakov2009-06-081-1/+2
* netfilter: conntrack: replace notify chain by function pointerPablo Neira Ayuso2009-06-031-1/+1
* Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-03-271-2/+2
|\
| * make netfilter use strict integer typesArnd Bergmann2009-03-261-2/+2
* | nefilter: nfnetlink: add nfnetlink_set_err and use it in ctnetlinkPablo Neira Ayuso2009-03-231-0/+1
|/
* netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf...Pablo Neira Ayuso2008-10-141-0/+3
* [NETFILTER]: nfnetlink: kill nlattr_bad_sizePatrick McHardy2007-10-111-13/+0Star
* [NETFILTER]: nfnetlink: support attribute policiesPatrick McHardy2007-10-111-1/+2
* [NETFILTER]: nfnetlink: rename functions containing 'nfattr'Patrick McHardy2007-10-111-1/+1
* [NETFILTER]: nfnetlink: convert to generic netlink attribute functionsPatrick McHardy2007-10-111-72/+6Star
* [NETFILTER]: nfnetlink: make subsystem and callbacks constPatrick McHardy2007-10-111-5/+5
* [NETLINK]: Remove error pointer from netlink message handlerThomas Graf2007-04-261-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-2/+2
* [NETFILTER]: nfnetlink: use mutex instead of semaphorePatrick McHardy2007-04-261-13/+0Star
* [NETFILTER]: trivial annotationsAl Viro2006-12-031-1/+1
* [NETFILTER]: nfnetlink: remove unnecessary packed attributesPatrick McHardy2006-09-221-2/+2
* [NETFILTER]: ctnetlink: avoid unneccessary event message generationPatrick McHardy2006-03-211-0/+1
* [NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMINHarald Welte2005-11-151-1/+0Star