index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
/
iptable_filter.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
netfilter: use NF_DROP instead of -NF_DROP
Jason Xing
1
-1
/
+1
2021-10-14
netfilter: iptables: allow use of ipt_do_table as hookfn
Florian Westphal
1
-8
/
+1
2021-08-09
netfilter: x_tables: never register tables by default
Florian Westphal
1
-8
/
+16
2021-04-26
netfilter: ip_tables: pass table pointer via nf_hook_ops
Florian Westphal
1
-5
/
+3
2021-04-26
netfilter: x_tables: remove paranoia tests
Florian Westphal
1
-3
/
+0
2021-04-26
netfilter: iptables: unregister the tables by name
Florian Westphal
1
-6
/
+2
2020-06-25
netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.
David Wilder
1
-1
/
+9
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2018-01-08
netfilter: remove defensive check on malformed packets from raw sockets
Pablo Neira Ayuso
1
-6
/
+0
2016-03-02
netfilter: xtables: don't hook tables by default
Florian Westphal
1
-11
/
+24
2016-03-02
netfilter: xtables: prepare for on-demand hook register
Florian Westphal
1
-4
/
+5
2015-09-18
netfilter: Pass priv instead of nf_hook_ops to netfilter hooks
Eric W. Biederman
1
-1
/
+1
2015-09-18
inet netfilter: Remove hook from ip6t_do_table, arp_do_table, ipt_do_table
Eric W. Biederman
1
-3
/
+2
2015-09-17
netfilter: Use nf_hook_state.net
Eric W. Biederman
1
-4
/
+2
2015-04-04
netfilter: Pass nf_hook_state through ipt_do_table().
David S. Miller
1
-2
/
+1
2015-04-04
netfilter: Make nf_hookfn use nf_hook_state.
David S. Miller
1
-4
/
+3
2013-10-14
netfilter: pass hook ops to hookfn
Patrick McHardy
1
-3
/
+4
2013-07-15
PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.
Rusty Russell
1
-1
/
+1
2012-08-22
netfilter: remove unnecessary goto statement for error recovery
Jean Sacren
1
-5
/
+1
2012-08-14
netfilter: PTR_RET can be used
Wu Fengguang
1
-3
/
+1
2012-03-22
netfilter: remove forward module param confusion.
Rusty Russell
1
-7
/
+2
2011-12-19
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
1
-1
/
+1
2010-05-13
netfilter: cleanup printk messages
Stephen Hemminger
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-10
netfilter: xtables: generate initial table on-demand
Jan Engelhardt
1
-35
/
+11
2010-02-10
netfilter: xtables: use xt_table for hook instantiation
Jan Engelhardt
1
-26
/
+7
2010-02-10
netfilter: xtables: compact table hook functions (2/2)
Jan Engelhardt
1
-12
/
+9
2010-02-10
netfilter: xtables: compact table hook functions (1/2)
Jan Engelhardt
1
-34
/
+16
2010-01-18
netfilter: xtables: add struct xt_mtdtor_param::net
Alexey Dobriyan
1
-1
/
+1
2009-08-24
netfilter: xtables: mark initial tables constant
Jan Engelhardt
1
-1
/
+1
2009-08-10
netfilter: xtables: switch table AFs to nfproto
Jan Engelhardt
1
-1
/
+1
2009-08-10
netfilter: xtables: switch hook PFs to nfproto
Jan Engelhardt
1
-3
/
+3
2009-02-18
netfilter: x_tables: remove unneeded initializations
Stephen Hemminger
1
-1
/
+0
2009-01-12
netfilter 01/09: remove "happy cracking" message
Patrick McHardy
1
-6
/
+1
2008-10-08
netfilter: netns: remove nf_*_net() wrappers
Alexey Dobriyan
1
-3
/
+3
2008-04-14
[NETFILTER]: Use non-deprecated __RW_LOCK_UNLOCKED macro
Robert P. J. Day
1
-1
/
+1
2008-04-14
[NETFILTER]: ip_tables: per-netns FILTER/MANGLE/RAW tables for real
Alexey Dobriyan
1
-3
/
+16
2008-01-31
[NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAW
Alexey Dobriyan
1
-12
/
+29
2008-01-31
[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()
Alexey Dobriyan
1
-8
/
+10
2008-01-28
[NETFILTER]: Mark hooks __read_mostly
Patrick McHardy
1
-1
/
+1
2008-01-28
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
1
-10
/
+12
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
1
-6
/
+6
2007-05-10
[NETFILTER]: iptable_{filter,mangle}: more descriptive "happy cracking" message
Patrick McHardy
1
-1
/
+2
2007-05-10
[NETFILTER]: Clean up table initialization
Patrick McHardy
1
-47
/
+23
2007-04-25
[IP]: Introduce ip_hdrlen()
Arnaldo Carvalho de Melo
1
-1
/
+2
2007-02-10
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-1
/
+1
2007-02-08
[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...
Jan Engelhardt
1
-1
/
+1
2006-09-22
[NETFILTER]: x_tables: remove unused argument to target functions
Patrick McHardy
1
-2
/
+2
2006-04-09
[NETFILTER]: Clean up hook registration
Patrick McHardy
1
-19
/
+2
2006-03-28
[NETFILTER]: Rename init functions.
Andrew Morton
1
-4
/
+4
[next]