aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_log.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-04netfilter: nfnetlink_log: add "nf-logger-5-1" module alias nameLiping Zhang1-0/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-10-26netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocationCalvin Owens1-1/+1
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole1-2/+6
2016-08-17netfilter: nfnetlink_log: add "nf-logger-3-1" module alias nameLiping Zhang1-0/+1
2016-06-24netfilter: xt_NFLOG: nflog-range does not truncate packetsVishwanath Pai1-3/+6
2016-02-18nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal1-3/+2
2016-01-08netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA1-1/+1
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso1-9/+6
2015-12-09netfilter: nfnetlink_log: Change setter functions to be voidRosen, Rami1-6/+2
2015-11-25netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray1-2/+13
2015-11-10netfilter: nfnetlink_log: work around uninitialized variable warningArnd Bergmann1-1/+1
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-3/+3
2015-10-15netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicityPablo Neira1-19/+24
2015-10-15netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()Pablo Neira Ayuso1-23/+5
2015-10-12netfilter: nfnetlink_log: autoload nf_conntrack_netlink module NFQA_CFG_F_CONNTRACK config flagKen-ichirou MATSUZAWA1-1/+10
2015-10-05netfilter: nfnetlink_log: allow to attach conntrackKen-ichirou MATSUZAWA1-5/+32
2015-10-05nfnetlink: use y2038 safe timestampArnd Bergmann1-3/+3
2015-06-18netfilter: Kill unused copies of RCV_SKB_FAILEric W. Biederman1-2/+0
2015-05-20netfilter: nfnetlink_{log,queue}: Register pernet in first placeFrancesco Ruggeri1-9/+10
2015-04-13netfilter: Fix format string of nfnetlink_log proc fileRichard Weinberger1-1/+1
2015-04-13netfilter: Fix portid typesRichard Weinberger1-2/+2
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal1-4/+13
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-5/+7
2015-03-18netfilter: Remove uses of seq_<foo> return valuesJoe Perches1-5/+7
2015-03-17netfilter: use sk_fullsock() helperEric Dumazet1-1/+1
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-10/+8
2014-11-20netfilter: nfnetlink_log: Make use of pr_fmt where applicableMarcelo Leitner1-3/+6
2014-11-13netfilter: nfnetlink_log: remove unnecessary error messagesPablo Neira Ayuso1-7/+2
2014-10-24netfilter: nf_log: release skbuff on nlmsg put failureHoucheng Lin1-9/+8
2014-10-24netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal1-3/+5
2014-10-24netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal1-3/+3
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso1-4/+4
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso1-0/+3
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso1-0/+1
2014-02-25netfilter: nfnetlink_log: remove unused codeFlorian Westphal1-8/+0
2013-12-17netfilter: nfnetlink_log: unset nf_loggers for netns when unloading moduleGao feng1-0/+1
2013-10-01netfilter: nfnetlink_log: use proper net to allocate skbGao feng1-5/+6
2013-08-05netfilter: nfnetlink_{log,queue}: fix information leaks in netlink messageDan Carpenter1-1/+5
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom1-2/+2
2013-05-06netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso1-0/+2
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2013-04-19nfnetlink: add support for memory mapped netlinkPatrick McHardy1-4/+6
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy1-1/+1
2013-04-18netfilter: add my copyright statementsPatrick McHardy1-0/+1
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller1-62/+120
2013-04-05netfilter: nfnetlink_log: add net namespace support for nfnetlink_logGao feng1-60/+117
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng1-2/+3
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-2/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-4/+3