summaryrefslogtreecommitdiff
path: root/net/netfilter/nfnetlink_log.c
AgeCommit message (Expand)Author
2019-03-23netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA
2015-11-10netfilter: nfnetlink_log: work around uninitialized variable warningArnd Bergmann
2015-10-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2015-10-15netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicityPablo Neira
2015-10-15netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()Pablo Neira Ayuso
2015-10-12netfilter: nfnetlink_log: autoload nf_conntrack_netlink module NFQA_CFG_F_CON...Ken-ichirou MATSUZAWA
2015-10-05netfilter: nfnetlink_log: allow to attach conntrackKen-ichirou MATSUZAWA
2015-10-05nfnetlink: use y2038 safe timestampArnd Bergmann
2015-06-18netfilter: Kill unused copies of RCV_SKB_FAILEric W. Biederman
2015-05-20netfilter: nfnetlink_{log,queue}: Register pernet in first placeFrancesco Ruggeri
2015-04-13netfilter: Fix format string of nfnetlink_log proc fileRichard Weinberger
2015-04-13netfilter: Fix portid typesRichard Weinberger
2015-04-08netfilter: bridge: add helpers for fetching physin/outdevFlorian Westphal
2015-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2015-03-18netfilter: Remove uses of seq_<foo> return valuesJoe Perches
2015-03-17netfilter: use sk_fullsock() helperEric Dumazet
2014-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-11-20netfilter: nfnetlink_log: Make use of pr_fmt where applicableMarcelo Leitner
2014-11-13netfilter: nfnetlink_log: remove unnecessary error messagesPablo Neira Ayuso
2014-10-24netfilter: nf_log: release skbuff on nlmsg put failureHoucheng Lin
2014-10-24netfilter: nfnetlink_log: fix maximum packet length logged to userspaceFlorian Westphal
2014-10-24netfilter: nf_log: account for size of NLMSG_DONE attributeFlorian Westphal
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso
2014-06-25netfilter: nf_log: use an array of loggers instead of listPablo Neira Ayuso
2014-02-25netfilter: nfnetlink_log: remove unused codeFlorian Westphal
2013-12-17netfilter: nfnetlink_log: unset nf_loggers for netns when unloading moduleGao feng
2013-10-01netfilter: nfnetlink_log: use proper net to allocate skbGao feng
2013-08-05netfilter: nfnetlink_{log,queue}: fix information leaks in netlink messageDan Carpenter
2013-05-15netfilter: log: netns NULL ptr bug when calling from conntrackHans Schillstrom
2013-05-06netfilter: nf_{log,queue}: fix compilation without CONFIG_PROC_FSPablo Neira Ayuso
2013-04-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2013-04-19nfnetlink: add support for memory mapped netlinkPatrick McHardy
2013-04-19netlink: rename ssk to sk in struct netlink_skb_paramsPatrick McHardy
2013-04-18netfilter: add my copyright statementsPatrick McHardy
2013-04-07Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller
2013-04-05netfilter: nfnetlink_log: add net namespace support for nfnetlink_logGao feng
2013-04-05netfilter: nf_log: prepare net namespace support for loggersGao feng
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-12-17netfilter: nfnetlink_log: fix possible compilation issue due to missing includePablo Neira Ayuso
2012-12-16netfilter: nfnetlink_log: fix mac address for 6in4 tunnelsBob Hockney
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman
2012-09-06netfilter: take care of timewait socketsEric Dumazet
2012-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-08-30netfilter: nfnetlink_log: fix error return code in init pathJulia Lawall
2012-08-20netfilter: nfnetlink_log: fix NLA_PUT macro removal bugPatrick McHardy