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
/
net
/
ipv4
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_tables: add and use nft_sk helper
Florian Westphal
2021-05-29
1
-1
/
+1
*
netfilter: arptables: use pernet ops struct during unregister
Florian Westphal
2021-05-03
2
-4
/
+3
*
netfilter: allow to turn off xtables compat layer
Florian Westphal
2021-04-26
3
-20
/
+20
*
netfilter: arp_tables: pass table pointer via nf_hook_ops
Florian Westphal
2021-04-26
2
-18
/
+31
*
netfilter: ip_tables: pass table pointer via nf_hook_ops
Florian Westphal
2021-04-26
6
-52
/
+65
*
netfilter: xt_nat: pass table to hookfn
Florian Westphal
2021-04-26
1
-10
/
+34
*
netfilter: x_tables: remove paranoia tests
Florian Westphal
2021-04-26
6
-18
/
+0
*
netfilter: arptables: unregister the tables by name
Florian Westphal
2021-04-26
2
-10
/
+12
*
netfilter: iptables: unregister the tables by name
Florian Westphal
2021-04-26
6
-32
/
+20
*
netfilter: x_tables: remove ipt_unregister_table
Florian Westphal
2021-04-26
2
-10
/
+1
*
netfilter: disable defrag once its no longer needed
Florian Westphal
2021-04-26
1
-6
/
+24
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-04-17
3
-3
/
+20
|
\
|
*
netfilter: x_tables: fix compat match/target pad out-of-bound write
Florian Westphal
2021-04-13
2
-0
/
+4
|
*
netfilter: arp_tables: add pre_exit hook for table unregister
Florian Westphal
2021-04-10
2
-3
/
+16
*
|
netfilter: nf_defrag_ipv4: use net_generic infra
Florian Westphal
2021-04-06
1
-5
/
+15
*
|
netfilter: nf_log_arp: merge with nf_log_syslog
Florian Westphal
2021-03-31
3
-176
/
+4
*
|
netfilter: nf_log_ipv4: rename to nf_log_syslog
Florian Westphal
2021-03-31
3
-397
/
+4
|
/
*
Revert "netfilter: x_tables: Switch synchronization to RCU"
Mark Tomlinson
2021-03-15
2
-14
/
+14
*
Revert "netfilter: x_tables: Update remaining dereference to RCU"
Mark Tomlinson
2021-03-15
2
-2
/
+2
*
netfilter: nftables: add nft_parse_register_load() and use it
Pablo Neira Ayuso
2021-01-27
1
-9
/
+9
*
netfilter: rpfilter: mask ecn bits before fib lookup
Guillaume Nault
2021-01-19
1
-1
/
+1
*
netfilter: x_tables: Update remaining dereference to RCU
Subash Abhinov Kasiviswanathan
2020-12-17
2
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
2020-12-14
3
-5
/
+7
|
\
|
*
netfilter: use actual socket sk for REJECT action
Jan Engelhardt
2020-12-01
3
-5
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-12-11
2
-14
/
+14
|
\
\
|
|
/
|
/
|
|
*
netfilter: x_tables: Switch synchronization to RCU
Subash Abhinov Kasiviswanathan
2020-12-08
2
-14
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-11-06
2
-2
/
+2
|
\
|
|
*
netfilter: use actual socket sk rather than skb sk when routing harder
Jason A. Donenfeld
2020-10-30
2
-2
/
+2
*
|
netfilter: nft_reject_inet: allow to use reject from inet ingress
Pablo Neira Ayuso
2020-11-01
1
-2
/
+4
*
|
netfilter: nf_reject: add reject skbuff creation helpers
Jose M. Guisado Gomez
2020-10-31
1
-0
/
+122
|
/
*
netfilter: nf_log: missing vlan offload tag and proto
Pablo Neira Ayuso
2020-10-14
2
-4
/
+21
*
netfilter: delete repeated words
Randy Dunlap
2020-08-28
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-05
4
-151
/
+81
|
\
|
*
net: remove sockptr_advance
Christoph Hellwig
2020-07-28
2
-8
/
+8
|
*
netfilter: arp_tables: restore a SPDX identifier
Christoph Hellwig
2020-07-28
1
-1
/
+1
|
*
netfilter: switch nf_setsockopt to sockptr_t
Christoph Hellwig
2020-07-24
2
-26
/
+26
|
*
netfilter: switch xt_copy_counters to sockptr_t
Christoph Hellwig
2020-07-24
2
-8
/
+6
|
*
netfilter: remove the compat argument to xt_copy_counters_from_user
Christoph Hellwig
2020-07-19
2
-4
/
+2
|
*
netfilter/ip_tables: clean up compat {get,set}sockopt handling
Christoph Hellwig
2020-07-19
1
-65
/
+21
|
*
netfilter/arp_tables: clean up compat {get, set}sockopt handling
Christoph Hellwig
2020-07-19
1
-64
/
+21
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2020-07-08
1
-0
/
+21
|
|
\
|
|
*
netfilter: introduce support for reject at prerouting stage
Laura Garcia Liebana
2020-06-30
1
-0
/
+21
|
*
|
Replace HTTP links with HTTPS ones: IPv*
Alexander A. Klimov
2020-07-06
1
-1
/
+1
|
|
/
*
/
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
1
-3
/
+3
|
/
*
netfilter: iptables: Add a .pre_exit hook in all iptable_foo.c.
David Wilder
2020-06-25
5
-7
/
+44
*
netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help...
David Wilder
2020-06-25
1
-1
/
+14
*
netfilter: Add MODULE_DESCRIPTION entries to kernel modules
Rob Gill
2020-06-25
5
-0
/
+5
*
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-14
1
-8
/
+8
*
netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
Pablo Neira Ayuso
2020-05-25
1
-5
/
+2
*
netfilter: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-03-15
2
-4
/
+4
[next]