aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_log.c
AgeCommit message (Expand)Author
2023-11-08netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal
2023-08-11netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2021-12-29netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki
2020-09-09netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig
2018-04-19netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.Taehee Yoo
2018-01-19netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-20netfilter: exit_net cleanup check addedVasily Averin
2017-08-02netfilter: constify nf_loginfo structuresJulia Lawall
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-19netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-05-01netfilter: nf_log: don't call synchronize_rcu in nf_log_unsetFlorian Westphal
2017-04-07netfilter: Remove exceptional & on function nameArushi Singhal
2017-04-07netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso
2017-03-17netfilter: refcounter conversionsReshetova, Elena
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-04netfilter: nfnetlink_log: add "nf-logger-5-1" module alias nameLiping Zhang
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-10-26netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocationCalvin Owens
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-08-17netfilter: nfnetlink_log: add "nf-logger-3-1" module alias nameLiping Zhang
2016-06-24netfilter: xt_NFLOG: nflog-range does not truncate packetsVishwanath Pai
2016-02-18nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal
2016-01-08netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA
2015-12-28netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso
2015-12-09netfilter: nfnetlink_log: Change setter functions to be voidRosen, Rami
2015-11-25netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray
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