index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
netfilter
/
iptable_raw.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-08
netfilter: add missing module descriptions
Florian Westphal
1
-0
/
+1
2021-10-15
netfilter: iptables: allow use of ipt_do_table as hookfn
Florian Westphal
1
-9
/
+1
2021-09-21
netfilter: iptable_raw: drop bogus net_init annotation
Florian Westphal
1
-1
/
+1
2021-08-09
netfilter: x_tables: never register tables by default
Florian Westphal
1
-11
/
+10
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-10
Update my email address
Jozsef Kadlecsik
1
-1
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2018-01-16
netfilter: nf_defrag: mark xt_table structures 'const' again
Arnd Bergmann
1
-5
/
+19
2018-01-11
netfilter: nf_defrag: Skip defrag if NOTRACK is set
Subash Abhinov Kasiviswanathan
1
-1
/
+12
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
-8
/
+21
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-18
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
/
+4
2013-10-14
netfilter: pass hook ops to hookfn
Patrick McHardy
1
-3
/
+3
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
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
-29
/
+7
2010-02-10
netfilter: xtables: use xt_table for hook instantiation
Jan Engelhardt
1
-20
/
+7
2010-02-10
netfilter: xtables: compact table hook functions (2/2)
Jan Engelhardt
1
-10
/
+9
2010-02-10
netfilter: xtables: compact table hook functions (1/2)
Jan Engelhardt
1
-17
/
+9
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
-2
/
+2
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
-2
/
+2
2009-02-18
netfilter: x_tables: remove unneeded initializations
Stephen Hemminger
1
-1
/
+0
2009-01-13
netfilter 01/09: remove "happy cracking" message
Patrick McHardy
1
-5
/
+1
2008-10-08
netfilter: netns: remove nf_*_net() wrappers
Alexey Dobriyan
1
-2
/
+2
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
-2
/
+4
2008-02-01
[NETFILTER]: ip_tables: per-netns FILTER, MANGLE, RAW
Alexey Dobriyan
1
-12
/
+29
2008-02-01
[NETFILTER]: x_tables: return new table from {arp,ip,ip6}t_register_table()
Alexey Dobriyan
1
-8
/
+10
2008-01-29
[NETFILTER]: Mark hooks __read_mostly
Patrick McHardy
1
-1
/
+1
2008-01-29
[NETFILTER]: Introduce NF_INET_ hook values
Patrick McHardy
1
-7
/
+7
2007-11-20
[IPV4]: Add missing "space"
Joe Perches
1
-1
/
+1
2007-10-15
[NETFILTER]: Replace sk_buff ** with sk_buff *
Herbert Xu
1
-6
/
+6
2007-05-11
[NETFILTER]: iptable_raw: ignore short packets sent by SOCK_RAW sockets
Patrick McHardy
1
-1
/
+20
2007-05-11
[NETFILTER]: Clean up table initialization
Patrick McHardy
1
-51
/
+7
2007-02-11
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-13
/
+13
2007-02-08
[NETFILTER]: {ip,ip6}_tables: use struct xt_table instead of redefined struct...
Jan Engelhardt
1
-1
/
+1
2006-09-23
[NETFILTER]: x_tables: remove unused argument to target functions
Patrick McHardy
1
-1
/
+1
2006-04-10
[NETFILTER]: Clean up hook registration
Patrick McHardy
1
-23
/
+12
[next]