index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-14
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-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
/
+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-12
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-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
-7
/
+7
2007-11-19
[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-10
[NETFILTER]: iptable_raw: ignore short packets sent by SOCK_RAW sockets
Patrick McHardy
1
-1
/
+20
2007-05-10
[NETFILTER]: Clean up table initialization
Patrick McHardy
1
-51
/
+7
2007-02-10
[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-22
[NETFILTER]: x_tables: remove unused argument to target functions
Patrick McHardy
1
-1
/
+1
2006-04-09
[NETFILTER]: Clean up hook registration
Patrick McHardy
1
-23
/
+12
[next]