index
:
Linux Stable
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-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
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Fix Kconfig indentation
Krzysztof Kozlowski
2019-09-26
2
-4
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-15
4
-6
/
+12
|
\
|
*
netfilter: nf_flow_table: set default timeout after successful insertion
Pablo Neira Ayuso
2019-09-03
1
-1
/
+1
|
*
netfilter: ctnetlink: honor IPS_OFFLOAD flag
Pablo Neira Ayuso
2019-09-03
1
-2
/
+5
|
*
netfilter: nft_fib_netdev: Terminate rule eval if protocol=IPv6 and ipv6 modu...
Leonardo Bras
2019-09-03
1
-0
/
+3
|
*
netfilter: nft_socket: fix erroneous socket assignment
Fernando Fernandez Mancera
2019-09-02
1
-3
/
+3
*
|
netfilter: conntrack: move code to linux/nf_conntrack_common.h.
Jeremy Sowden
2019-09-13
1
-1
/
+0
*
|
netfilter: remove nf_conntrack_icmpv6.h header.
Jeremy Sowden
2019-09-13
1
-1
/
+0
*
|
netfilter: update include directives.
Jeremy Sowden
2019-09-13
8
-6
/
+15
*
|
netfilter: inline xt_hashlimit, ebt_802_3 and xt_physdev headers
Jeremy Sowden
2019-09-13
2
-3
/
+9
*
|
netfilter: fix coding-style errors.
Jeremy Sowden
2019-09-13
2
-5
/
+5
*
|
netfilter: nf_tables_offload: remove rules when the device unregisters
wenxu
2019-09-13
2
-4
/
+50
*
|
netfilter: nf_tables_offload: refactor the nft_flow_offload_rule function
wenxu
2019-09-13
1
-7
/
+13
*
|
netfilter: nf_tables_offload: refactor the nft_flow_offload_chain function
wenxu
2019-09-13
1
-7
/
+13
*
|
netfilter: nf_tables_offload: add __nft_offload_get_chain function
wenxu
2019-09-13
1
-18
/
+34
*
|
netfilter: nft_{fwd,dup}_netdev: add offload support
Pablo Neira Ayuso
2019-09-10
5
-2
/
+62
*
|
netfilter: nft_synproxy: add synproxy stateful object support
Fernando Fernandez Mancera
2019-09-10
1
-21
/
+122
*
|
netfilter: nf_tables_offload: move indirect flow_block callback logic to core
Pablo Neira Ayuso
2019-09-08
2
-11
/
+21
*
|
netfilter: nf_tables_offload: avoid excessive stack usage
Arnd Bergmann
2019-09-08
1
-7
/
+13
*
|
netfilter: nf_tables: Fix an Oops in nf_tables_updobj() error handling
Dan Carpenter
2019-09-08
1
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2019-09-07
9
-21
/
+231
|
\
\
|
*
|
netfilter: nf_tables: fix possible null-pointer dereference in object update
Fernando Fernandez Mancera
2019-09-05
1
-0
/
+3
|
*
|
netfilter: nft_quota: add quota object update support
Fernando Fernandez Mancera
2019-09-03
1
-7
/
+22
|
*
|
netfilter: nf_tables: Introduce stateful object update operation
Fernando Fernandez Mancera
2019-09-03
1
-7
/
+71
|
*
|
netfilter: not mark a spinlock as __read_mostly
Li RongQing
2019-08-27
2
-3
/
+2
|
*
|
netfilter: nft_dynset: support for element deletion
Ander Juaristi
2019-08-27
2
-0
/
+25
|
*
|
netfilter: nfnetlink_log: add support for VLAN information
Michael Braun
2019-08-26
1
-0
/
+57
|
*
|
netfilter: nft_meta: support for time matching
Ander Juaristi
2019-08-26
1
-0
/
+46
|
*
|
netfilter: nf_tables: Introduce new 64-bit helper register functions
Ander Juaristi
2019-08-26
1
-4
/
+5
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-09-02
4
-6
/
+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
netfilter: nf_flow_table: clear skb tstamp before xmit
Florian Westphal
2019-08-29
1
-1
/
+2
|
*
|
netfilter: conntrack: make sysctls per-namespace again
Florian Westphal
2019-08-27
1
-0
/
+5
|
*
|
netfilter: nf_conntrack_ftp: Fix debug output
Thomas Jarosch
2019-08-27
1
-1
/
+1
|
*
|
netfilter: xt_physdev: Fix spurious error message in physdev_mt_check
Todd Seidelmann
2019-08-27
1
-4
/
+2
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-27
2
-11
/
+31
|
\
|
|
|
|
/
|
/
|
|
*
netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_info
Juliana Rodrigueiro
2019-08-19
1
-11
/
+25
|
*
netfilter: nft_flow_offload: missing netlink attribute policy
Pablo Neira Ayuso
2019-08-19
1
-0
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
6
-31
/
+116
|
\
|
|
*
netfilter: nf_tables: map basechain priority to hardware priority
Pablo Neira Ayuso
2019-08-18
2
-3
/
+18
|
*
netfilter: nft_flow_offload: skip tcp rst and fin packets
Pablo Neira Ayuso
2019-08-14
1
-3
/
+6
|
*
netfilter: conntrack: Use consistent ct id hash calculation
Dirk Morris
2019-08-13
1
-8
/
+8
|
*
netfilter: nf_flow_table: teardown flow timeout race
Pablo Neira Ayuso
2019-08-09
1
-9
/
+25
|
*
netfilter: nf_flow_table: conntrack picks up expired flows
Pablo Neira Ayuso
2019-08-09
1
-7
/
+10
|
*
netfilter: nf_tables: use-after-free in failing rule with bound set
Pablo Neira Ayuso
2019-08-09
1
-5
/
+10
|
*
netfilter: nf_flow_table: fix offload for flows that are subject to xfrm
Florian Westphal
2019-08-05
1
-0
/
+43
*
|
netfilter: nft_bitwise: Adjust parentheses to fix memcmp size argument
Nathan Chancellor
2019-08-14
1
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
2019-08-13
22
-87
/
+113
|
\
\
|
*
|
netfilter: connlabels: prefer static lock initialiser
Florian Westphal
2019-08-13
1
-2
/
+1
|
*
|
netfilter: nf_nat_proto: make tables static
Valdis Klētnieks
2019-08-13
1
-2
/
+2
|
*
|
netfilter: nf_tables: add missing prototypes.
Valdis Klētnieks
2019-08-13
3
-3
/
+3
[next]