index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
netfilter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: decouple nf_hook_entry and nf_hook_ops
Aaron Conole
2016-12-06
1
-4
/
+6
*
netfilter: introduce accessor functions for hook entries
Aaron Conole
2016-12-06
1
-0
/
+27
*
netfilter: remove hook_entries field from nf_hook_state
Pablo Neira Ayuso
2016-11-03
1
-6
/
+4
*
netfilter: kill NF_HOOK_THRESH() and state->tresh
Pablo Neira Ayuso
2016-11-03
1
-37
/
+13
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
2016-09-25
1
-0
/
+2
|
\
|
*
net: Add _nf_(un)register_hooks symbols
Mahesh Bandewar
2016-09-19
1
-0
/
+2
*
|
netfilter: replace list_head with single linked list
Aaron Conole
2016-09-25
1
-29
/
+34
*
|
netfilter: call nf_hook_state_init with rcu_read_lock held
Florian Westphal
2016-09-24
1
-1
/
+7
|
/
*
netfilter: don't call hooks unless needed
Florian Westphal
2016-03-02
1
-18
/
+11
*
netfilter: turn NF_HOOK into an inline function
Arnd Bergmann
2015-10-16
1
-2
/
+17
*
netfilter: remove hook owner refcounting
Florian Westphal
2015-10-16
1
-1
/
+0
*
netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ct
Ken-ichirou MATSUZAWA
2015-10-05
1
-1
/
+1
*
netfilter: nfnetlink_queue: rename related to nfqueue attaching conntrack info
Ken-ichirou MATSUZAWA
2015-10-05
1
-2
/
+2
*
netfilter: nfnetlink_queue: get rid of nfnetlink_queue_ct.c
Pablo Neira Ayuso
2015-10-04
1
-4
/
+8
*
netfilter: Push struct net down into nf_afinfo.reroute
Eric W. Biederman
2015-09-29
1
-1
/
+1
*
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
Eric W. Biederman
2015-09-18
1
-1
/
+1
*
netfilter: Pass net into okfn
Eric W. Biederman
2015-09-17
1
-12
/
+14
*
netfilter: Pass struct net into the netfilter hooks
Eric W. Biederman
2015-09-17
1
-15
/
+12
*
netfilter: Pass net to nf_hook_thresh
Eric W. Biederman
2015-09-17
1
-4
/
+7
*
netfilter: Store net in nf_hook_state
Eric W. Biederman
2015-09-17
1
-1
/
+4
*
netfilter: Remove !CONFIG_NETFITLER definition of nf_hook_thresh
Eric W. Biederman
2015-09-17
1
-9
/
+0
*
netfilter: nf_conntrack: make nf_ct_zone_dflt built-in
Daniel Borkmann
2015-09-02
1
-0
/
+2
*
netfilter: rename local nf_hook_list to hook_list
Pablo Neira Ayuso
2015-07-23
1
-7
/
+7
*
netfilter: move tee_active to core
Florian Westphal
2015-07-15
1
-0
/
+11
*
netfilter: Per network namespace netfilter hooks.
Eric W. Biederman
2015-07-15
1
-3
/
+11
*
netfilter: kill nf_hooks_active
Eric W. Biederman
2015-07-15
1
-7
/
+4
*
netfilter: don't pull include/linux/netfilter.h from netns headers
Pablo Neira Ayuso
2015-06-18
1
-4
/
+2
*
netfilter: add netfilter ingress hook after handle_ing() under unique static key
Pablo Neira
2015-05-14
1
-0
/
+1
*
netfilter: add nf_hook_list_active()
Pablo Neira
2015-05-14
1
-5
/
+12
*
netfilter: add hook list to nf_hook_state
Pablo Neira
2015-05-14
1
-2
/
+5
*
netfilter: cleanup struct nf_hook_ops indentation
Pablo Neira
2015-05-14
1
-7
/
+7
*
netfilter: Pass socket pointer down through okfn().
David Miller
2015-04-07
1
-28
/
+34
*
netfilter: Add socket pointer to nf_hook_state.
David Miller
2015-04-07
1
-1
/
+6
*
netfilter: Add nf_hook_state initializer function.
David Miller
2015-04-07
1
-8
/
+18
*
netfilter: Make nf_hookfn use nf_hook_state.
David S. Miller
2015-04-04
1
-3
/
+1
*
netfilter: Create and use nf_hook_state.
David S. Miller
2015-04-04
1
-5
/
+23
*
netfilter: HAVE_JUMP_LABEL instead of CONFIG_JUMP_LABEL
Zhouyi Zhou
2014-08-25
1
-2
/
+3
*
netfilter: add nftables
Patrick McHardy
2013-10-14
1
-5
/
+6
*
netfilter: pass hook ops to hookfn
Patrick McHardy
2013-10-14
1
-1
/
+2
*
netfilter: Remove extern from function prototypes
Joe Perches
2013-09-26
1
-5
/
+5
*
netfilter: nf_conntrack: make sequence number adjustments usuable without NAT
Patrick McHardy
2013-08-28
1
-6
/
+3
*
netfilter: nfnetlink_queue: allow to attach expectations to conntracks
Pablo Neira Ayuso
2013-08-13
1
-0
/
+2
*
netfilter: nf_nat: change sequence number adjustments to 32 bits
Patrick McHardy
2013-07-31
1
-1
/
+1
*
netfilter: nf_conntrack: constify sk_buff argument to nf_ct_attach()
Patrick McHardy
2013-07-31
1
-2
/
+2
*
netfilter: don't panic on error while walking through the init path
Pablo Neira Ayuso
2013-05-23
1
-1
/
+1
*
netfilter: remove unneeded variable proc_net_netfilter
Pablo Neira Ayuso
2013-04-05
1
-5
/
+0
*
UAPI: (Scripted) Disintegrate include/linux
David Howells
2012-10-13
1
-71
/
+1
*
netfilter: add protocol independent NAT core
Patrick McHardy
2012-08-30
1
-8
/
+6
*
netfilter: nfnetlink_queue: fix compilation with CONFIG_NF_NAT=m and CONFIG_N...
Pablo Neira Ayuso
2012-06-22
1
-1
/
+5
*
netfilter: nfq_ct_hook needs __rcu and __read_mostly
Pablo Neira Ayuso
2012-06-20
1
-1
/
+1
[next]