index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
/
nfnetlink_log.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-04-22
netfilter: never get/set skb->tstamp
Florian Westphal
1
-1
/
+1
2018-12-01
netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()
Paul E. McKenney
1
-1
/
+1
2018-06-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+3
2018-05-16
proc: introduce proc_create_net{,_data}
Christoph Hellwig
1
-16
/
+2
2018-04-19
netfilter: xt_NFLOG: use nf_log_packet instead of nfulnl_log_packet.
Taehee Yoo
1
-5
/
+3
2018-01-19
netfilter: delete /proc THIS_MODULE references
Alexey Dobriyan
1
-1
/
+0
2017-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-0
/
+5
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-4
/
+4
2017-11-20
netfilter: exit_net cleanup check added
Vasily Averin
1
-0
/
+5
2017-08-02
netfilter: constify nf_loginfo structures
Julia Lawall
1
-1
/
+1
2017-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-2
/
+4
2017-06-19
netfilter: nfnetlink: extended ACK reporting
Pablo Neira Ayuso
1
-2
/
+4
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-1
/
+1
2017-05-01
netfilter: nf_log: don't call synchronize_rcu in nf_log_unset
Florian Westphal
1
-1
/
+1
2017-04-07
netfilter: Remove exceptional & on function name
Arushi Singhal
1
-1
/
+1
2017-04-07
netfilter: Add nfnl_msg_type() helper function
Pablo Neira Ayuso
1
-1
/
+1
2017-03-17
netfilter: refcounter conversions
Reshetova, Elena
1
-6
/
+8
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-1
/
+1
2016-12-04
netfilter: nfnetlink_log: add "nf-logger-5-1" module alias name
Liping Zhang
1
-0
/
+1
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
1
-1
/
+1
2016-10-26
netfilter: nfnetlink_log: Use GFP_NOWARN for skb allocation
Calvin Owens
1
-1
/
+1
2016-09-24
netfilter: Remove explicit rcu_read_lock in nf_hook_slow
Aaron Conole
1
-2
/
+6
2016-08-17
netfilter: nfnetlink_log: add "nf-logger-3-1" module alias name
Liping Zhang
1
-0
/
+1
2016-06-24
netfilter: xt_NFLOG: nflog-range does not truncate packets
Vishwanath Pai
1
-3
/
+6
2016-02-18
nfnetlink: remove nfnetlink_alloc_skb
Florian Westphal
1
-3
/
+2
2016-01-08
netfilter: nfnetlink_log: just returns error for unknown command
Ken-ichirou MATSUZAWA
1
-1
/
+1
2015-12-28
netfilter: nfnetlink: pass down netns pointer to call() and call_rcu()
Pablo Neira Ayuso
1
-9
/
+6
2015-12-09
netfilter: nfnetlink_log: Change setter functions to be void
Rosen, Rami
1
-6
/
+2
2015-11-25
netfilter: Set /proc/net entries owner to root in namespace
Philip Whineray
1
-2
/
+13
2015-11-10
netfilter: nfnetlink_log: work around uninitialized variable warning
Arnd Bergmann
1
-1
/
+1
2015-10-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
1
-3
/
+3
2015-10-15
netfilter: nfnetlink_log: validate dependencies to avoid breaking atomicity
Pablo Neira
1
-19
/
+24
2015-10-15
netfilter: nfnetlink_log: consolidate check for instance in nfulnl_recv_config()
Pablo Neira Ayuso
1
-23
/
+5
2015-10-12
netfilter: nfnetlink_log: autoload nf_conntrack_netlink module NFQA_CFG_F_CON...
Ken-ichirou MATSUZAWA
1
-1
/
+10
2015-10-05
netfilter: nfnetlink_log: allow to attach conntrack
Ken-ichirou MATSUZAWA
1
-5
/
+32
2015-10-05
nfnetlink: use y2038 safe timestamp
Arnd Bergmann
1
-3
/
+3
2015-06-18
netfilter: Kill unused copies of RCV_SKB_FAIL
Eric W. Biederman
1
-2
/
+0
2015-05-20
netfilter: nfnetlink_{log,queue}: Register pernet in first place
Francesco Ruggeri
1
-9
/
+10
2015-04-13
netfilter: Fix format string of nfnetlink_log proc file
Richard Weinberger
1
-1
/
+1
2015-04-13
netfilter: Fix portid types
Richard Weinberger
1
-2
/
+2
2015-04-08
netfilter: bridge: add helpers for fetching physin/outdev
Florian Westphal
1
-4
/
+13
2015-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-5
/
+7
2015-03-18
netfilter: Remove uses of seq_<foo> return values
Joe Perches
1
-5
/
+7
2015-03-17
netfilter: use sk_fullsock() helper
Eric Dumazet
1
-1
/
+1
2014-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-10
/
+8
2014-11-20
netfilter: nfnetlink_log: Make use of pr_fmt where applicable
Marcelo Leitner
1
-3
/
+6
2014-11-13
netfilter: nfnetlink_log: remove unnecessary error messages
Pablo Neira Ayuso
1
-7
/
+2
2014-10-24
netfilter: nf_log: release skbuff on nlmsg put failure
Houcheng Lin
1
-9
/
+8
2014-10-24
netfilter: nfnetlink_log: fix maximum packet length logged to userspace
Florian Westphal
1
-3
/
+5
[next]