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.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
2018-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
16
-33
/
+79
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+2
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-3
/
+4
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
4
-6
/
+8
2018-06-12
netfilter: nf_conncount: Fix garbage collection with zones
Yi-Hung Wei
2
-5
/
+10
2018-06-12
netfilter: xt_connmark: fix list corruption on rmmod
Florian Westphal
1
-1
/
+1
2018-06-12
netfilter: ctnetlink: avoid null pointer dereference
Florian Westphal
1
-1
/
+2
2018-06-12
netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()
Taehee Yoo
1
-1
/
+2
2018-06-12
netfilter: nf_tables: close race between netns exit and rmmod
Florian Westphal
2
-3
/
+15
2018-06-12
netfilter: nf_tables: fix module unload race
Florian Westphal
2
-6
/
+16
2018-06-12
netfilter: nft_dynset: do not reject set updates with NFT_SET_EVAL
Pablo Neira Ayuso
1
-3
/
+1
2018-06-12
netfilter: nft_socket: fix module autoload
Pablo Neira Ayuso
1
-0
/
+1
2018-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
7
-13
/
+31
2018-06-07
netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use it
Pablo Neira Ayuso
1
-5
/
+5
2018-06-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
74
-1840
/
+4792
2018-06-07
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2018-06-07
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-2
/
+1
2018-06-06
netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()
Taehee Yoo
1
-1
/
+1
2018-06-06
netfilter: ipset: forbid family for hash:mac sets
Florent Fourcot
1
-1
/
+4
2018-06-06
netfilter: ipset: Limit max timeout value
Jozsef Kadlecsik
1
-4
/
+4
2018-06-06
netfilter: xt_set: Check hook mask correctly
Serhey Popovych
1
-1
/
+1
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
11
-344
/
+63
2018-06-04
ipvs: fix check on xmit to non-local addresses
Julian Anastasov
1
-1
/
+1
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
8
-42
/
+69
2018-06-03
netfilter: nf_tables: handle chain name lookups via rhltable
Florian Westphal
1
-15
/
+98
2018-06-03
netfilter: nf_tables: add connlimit support
Pablo Neira Ayuso
3
-0
/
+307
2018-06-03
netfilter: nf_tables: add destroy_clone expression
Pablo Neira Ayuso
2
-2
/
+11
2018-06-03
netfilter: nf_tables: garbage collection for stateful expressions
Pablo Neira Ayuso
2
-2
/
+28
2018-06-03
netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()
Pablo Neira Ayuso
1
-4
/
+12
2018-06-03
netfilter: nf_conncount: expose connection list interface
Pablo Neira Ayuso
1
-13
/
+23
2018-06-03
netfilter: nf_tables: pass context to object destroy indirection
Pablo Neira Ayuso
3
-8
/
+10
2018-06-03
netfilter: Libify xt_TPROXY
Máté Eckl
2
-337
/
+20
2018-06-03
netfilter: Decrease code duplication regarding transparent socket option
Máté Eckl
3
-16
/
+6
2018-06-02
ipvs: register conntrack hooks for ftp
Julian Anastasov
1
-0
/
+4
2018-06-01
ipvs: add ipv6 support to ftp
Julian Anastasov
5
-178
/
+325
2018-06-01
ipvs: add full ipv6 support to nfct
Julian Anastasov
1
-52
/
+49
2018-06-01
netfilter: nft_fwd_netdev: allow to forward packets via neighbour layer
Pablo Neira Ayuso
1
-1
/
+145
2018-06-01
netfilter: nf_tables: check msg_type before nft_trans_set(trans)
Alexey Kodanev
1
-5
/
+6
2018-06-01
netfilter: xt_CT: Reject the non-null terminated string from user space
Gao Feng
1
-0
/
+10
2018-06-01
netfilter: nfnetlink: Remove VLA usage
Kees Cook
1
-2
/
+23
2018-06-01
netfilter: nf_flow_table: attach dst to skbs
Jason A. Donenfeld
1
-2
/
+4
2018-06-01
netfilter: nf_tables: fix chain dependency validation
Pablo Neira Ayuso
4
-32
/
+196
2018-06-01
netfilter: nf_tables: Add audit support to log statement
Phil Sutter
1
-1
/
+91
2018-06-01
netfilter: nf_tables: add support for native socket matching
Máté Eckl
3
-0
/
+153
2018-06-01
netfilter: fix ptr_ret.cocci warnings
kbuild test robot
2
-12
/
+3
2018-05-29
netfilter: nf_tables: remove unused variables
Taehee Yoo
1
-16
/
+0
2018-05-29
netfilter: nf_tables: use call_rcu in netlink dumps
Florian Westphal
1
-39
/
+72
2018-05-29
netfilter: nf_tables: fail batch if fatal signal is pending
Florian Westphal
1
-0
/
+8
2018-05-29
netfilter: nf_tables: fix endian mismatch in return type
Florian Westphal
1
-1
/
+1
[next]