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
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-11
netfilter: nf_tables: return immediately on empty commit
Florian Westphal
1
-0
/
+5
2019-03-11
netfilter: nf_tables: use-after-free in dynamic operations
Pablo Neira Ayuso
1
-1
/
+3
2019-03-11
netfilter: nf_tables: bogus EBUSY when deleting set after flush
Pablo Neira Ayuso
4
-13
/
+54
2019-03-08
netfilter: nf_tables: fix set double-free in abort path
Pablo Neira Ayuso
1
-6
/
+11
2019-03-08
netfilter: nat: don't register device notifier twice
Florian Westphal
1
-16
/
+19
2019-03-01
netfilter: nf_tables: merge ipv4 and ipv6 nat chain types
Florian Westphal
3
-0
/
+111
2019-03-01
netfilter: nf_tables: nat: merge nft_masq protocol specific modules
Florian Westphal
2
-13
/
+168
2019-03-01
netfilter: nf_tables: nat: merge nft_redir protocol specific modules
Florian Westphal
2
-12
/
+143
2019-03-01
netfilter: xt_IDLETIMER: fix sysfs callback function type
Sami Tolvanen
1
-10
/
+4
2019-03-01
netfilter: nf_conntrack: ensure that CONNTRACK_LOCKS is power of 2
Li RongQing
1
-0
/
+1
2019-03-01
netfilter: nf_tables: check the result of dereferencing base_chain->stats
Li RongQing
1
-6
/
+8
2019-03-01
ipvs: get sctphdr by sctphoff in sctp_csum_check
Xin Long
1
-5
/
+2
2019-03-01
netfilter: convert the proto argument from u8 to u16
Li RongQing
1
-2
/
+2
2019-03-01
netfilter: nft_tunnel: Add dst_cache support
wenxu
1
-0
/
+7
2019-03-01
netfilter: conntrack: tcp: only close if RST matches exact sequence
Florian Westphal
1
-10
/
+40
2019-03-01
ipvs: change some data types from int to bool
Andrea Claudi
5
-18
/
+18
2019-02-27
netfilter: nft_set_hash: remove nft_hash_key()
Pablo Neira Ayuso
1
-11
/
+2
2019-02-27
netfilter: nft_set_hash: bogus element self comparison from deactivation path
Pablo Neira Ayuso
1
-1
/
+1
2019-02-27
netfilter: nft_set_hash: fix lookups with fixed size hash on big endian
Pablo Neira Ayuso
1
-4
/
+19
2019-02-27
netfilter: remove unneeded switch fall-through
Li RongQing
2
-2
/
+1
2019-02-27
netfilter: conntrack: avoid same-timeout update
Florian Westphal
1
-5
/
+4
2019-02-27
netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h
Florian Westphal
7
-19
/
+10
2019-02-27
netfilter: nat: remove l3proto struct
Florian Westphal
2
-92
/
+0
2019-02-27
netfilter: nat: remove csum_recalc hook
Florian Westphal
2
-10
/
+24
2019-02-27
netfilter: nat: remove csum_update hook
Florian Westphal
1
-33
/
+36
2019-02-27
netfilter: nat: remove l3 manip_pkt hook
Florian Westphal
2
-19
/
+26
2019-02-27
netfilter: nat: remove nf_nat_l4proto.h
Florian Westphal
2
-10
/
+6
2019-02-27
netfilter: nat: merge nf_nat_ipv4,6 into nat core
Florian Westphal
3
-1
/
+702
2019-02-27
netfilter: nat: move nlattr parse and xfrm session decode to core
Florian Westphal
1
-19
/
+123
2019-02-27
netfilter: nat: merge ipv4 and ipv6 masquerade functionality
Florian Westphal
3
-0
/
+366
2019-02-27
netfilter: nf_conntrack_amanda: add support for STATE streams
Florian Tham
1
-2
/
+7
2019-02-27
netfilter: nft_compat: use .release_ops and remove list of extension
Pablo Neira Ayuso
2
-227
/
+61
2019-02-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+5
2019-02-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
9
-28
/
+97
2019-02-16
netfilter: nf_conntrack_sip: add sip_external_media logic
Alin Nastac
1
-0
/
+42
2019-02-16
ipvs: fix warning on unused variable
Andrea Claudi
1
-1
/
+2
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-8
/
+18
2019-02-15
netfilter: nf_tables: fix flush after rule deletion in the same batch
Pablo Neira Ayuso
1
-0
/
+3
2019-02-13
netfilter: nft_compat: use-after-free when deleting targets
Pablo Neira Ayuso
1
-1
/
+2
2019-02-12
ipvs: fix dependency on nf_defrag_ipv6
Andrea Claudi
3
-6
/
+15
2019-02-12
netfilter: conntrack: fix cloned unconfirmed skb->_nfct race in __nf_conntrac...
Chieh-Min Wang
1
-3
/
+11
2019-02-12
netfilter: xt_recent: Use struct_size() in kvzalloc()
Gustavo A. R. Silva
1
-3
/
+1
2019-02-12
ipvs: Use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+2
2019-02-12
netfilter: conntrack: fix indentation issue
Colin Ian King
1
-1
/
+1
2019-02-12
netfilter: compat: initialize all fields in xt_init
Francesco Ruggeri
1
-1
/
+1
2019-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-115
/
+108
2019-02-05
netfilter: nft_compat: don't use refcount_inc on newly allocated entry
Florian Westphal
1
-39
/
+23
2019-02-04
netfilter: ipv6: avoid indirect calls for IPV6=y case
Florian Westphal
2
-15
/
+7
2019-02-04
netfilter: nf_tables: unbind set in rule from commit path
Pablo Neira Ayuso
6
-79
/
+72
2019-02-04
netfilter: nft_tunnel: Add NFTA_TUNNEL_MODE options
wenxu
1
-2
/
+32
[next]