summaryrefslogtreecommitdiffstats
path: root/net/netfilter/nfnetlink_log.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nfnetlink_log: use proper helper for fetching physinifPavel Tikhomirov2024-01-171-4/+4
* netfilter: nfnetlink_log: silence bogus compiler warningFlorian Westphal2023-10-121-1/+1
* netfilter: nfnetlink_log: always add a timestampMaciej Żenczykowski2023-08-081-4/+2
* netfilter: nfnetlink_log: remove rcu_bh usageFlorian Westphal2023-03-301-13/+23
* net: Get rcv tstamp if needed in nfnetlink_{log, queue}.cMartin KaFai Lau2022-03-031-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski2022-01-091-2/+3
|\
| * netfilter: nfnetlink: add netns refcount tracker to struct nfulnl_instanceEric Dumazet2021-12-161-2/+3
* | netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki2021-12-161-1/+2
|/
* netfilter: nfnetlink: add struct nfgenmsg to struct nfnl_info and use itPablo Neira Ayuso2021-06-071-3/+2
* netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso2021-04-261-5/+11
* netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso2021-04-261-15/+11
* netfilter: add helper function to set up the nfnetlink header and use itPablo Neira Ayuso2021-03-311-8/+3
* netfilter: ctnetlink: remove get_ct indirectionFlorian Westphal2021-01-251-1/+7
* netfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFSPablo Neira Ayuso2020-08-281-2/+1
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* netfilter: nfnetlink_log: add support for VLAN informationMichael Braun2019-08-261-0/+57
* netfilter: remove unnecessary spacesyangxingwu2019-08-131-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* netfilter: never get/set skb->tstampFlorian Westphal2019-04-221-1/+1
* netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney2018-12-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-5/+3
|\
| * netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.Taehee Yoo2018-04-191-5/+3
* | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-16/+2
|/
* netfilter: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-191-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-12-131-0/+5
|\
| * netfilter: exit_net cleanup check addedVasily Averin2017-11-201-0/+5
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
|/
* netfilter: constify nf_loginfo structuresJulia Lawall2017-08-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-301-2/+4
|\
| * netfilter: nfnetlink: extended ACK reportingPablo Neira Ayuso2017-06-191-2/+4
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
|/
* netfilter: nf_log: don't call synchronize_rcu in nf_log_unsetFlorian Westphal2017-05-011-1/+1
* netfilter: Remove exceptional & on function nameArushi Singhal2017-04-071-1/+1
* netfilter: Add nfnl_msg_type() helper functionPablo Neira Ayuso2017-04-071-1/+1
* netfilter: refcounter conversionsReshetova, Elena2017-03-171-6/+8
* ktime: Get rid of the unionThomas Gleixner2016-12-251-1/+1
* netfilter: nfnetlink_log: add "nf-logger-5-1" module alias nameLiping Zhang2016-12-041-0/+1
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocationCalvin Owens2016-10-261-1/+1
* netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2016-09-241-2/+6
* netfilter: nfnetlink_log: add "nf-logger-3-1" module alias nameLiping Zhang2016-08-171-0/+1
* netfilter: xt_NFLOG: nflog-range does not truncate packetsVishwanath Pai2016-06-241-3/+6
* nfnetlink: remove nfnetlink_alloc_skbFlorian Westphal2016-02-181-3/+2
* netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA2016-01-081-1/+1
* netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()Pablo Neira Ayuso2015-12-281-9/+6
* netfilter: nfnetlink_log: Change setter functions to be voidRosen, Rami2015-12-091-6/+2
* netfilter: Set /proc/net entries owner to root in namespacePhilip Whineray2015-11-251-2/+13
* netfilter: nfnetlink_log: work around uninitialized variable warningArnd Bergmann2015-11-101-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso2015-10-171-3/+3
|\
| * nfnetlink: use y2038 safe timestampArnd Bergmann2015-10-051-3/+3