index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
netfilter: nf_tables: move dumper state allocation into ->start
Florian Westphal
2018-07-24
1
-104
/
+115
*
netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state
Florian Westphal
2018-07-20
1
-4
/
+4
*
netfilter: nf_tables: don't allow to rename to already-pending name
Florian Westphal
2018-07-20
1
-13
/
+29
*
netfilter: nf_tables: fix memory leaks on chain rename
Florian Westphal
2018-07-20
1
-6
/
+11
*
netfilter: nf_tables: free flow table struct too
Florian Westphal
2018-07-20
1
-0
/
+1
*
netfilter: nf_tables: use dev->name directly
Florian Westphal
2018-07-20
1
-9
/
+5
*
netfilter: nft_set_rbtree: fix panic when destroying set by GC
Taehee Yoo
2018-07-18
1
-2
/
+5
*
netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()
Taehee Yoo
2018-07-18
1
-0
/
+1
*
netfilter: nf_tables: fix jumpstack depth validation
Taehee Yoo
2018-07-17
3
-9
/
+18
*
netfilter: nf_conntrack: Fix possible possible crash on module loading.
Andrey Ryabinin
2018-07-09
1
-1
/
+1
*
netfilter: nft_compat: explicitly reject ERROR and standard target
Florian Westphal
2018-07-09
1
-0
/
+13
*
netfilter: nf_tables: place all set backends in one single module
Pablo Neira Ayuso
2018-07-06
6
-83
/
+44
*
netfilter: nf_tproxy: fix possible non-linear access to transport header
Máté Eckl
2018-07-06
1
-4
/
+4
*
netfilter: nf_conncount: fix garbage collection confirm race
Florian Westphal
2018-06-26
1
-5
/
+47
*
netfilter: nf_log: don't hold nf_log_mutex during user access
Jann Horn
2018-06-26
1
-3
/
+6
*
netfilter: nf_log: fix uninit read in nf_log_proc_dostring
Jann Horn
2018-06-26
1
-0
/
+4
*
netfilter: nf_ct_helper: Fix possible panic after nf_conntrack_helper_unregister
Gao Feng
2018-06-18
1
-0
/
+5
*
netfilter: nf_queue: augment nfqa_cfg_policy
Eric Dumazet
2018-06-18
1
-0
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-06-16
16
-33
/
+79
|
\
|
*
netfilter: nf_conncount: Fix garbage collection with zones
Yi-Hung Wei
2018-06-12
2
-5
/
+10
|
*
netfilter: xt_connmark: fix list corruption on rmmod
Florian Westphal
2018-06-12
1
-1
/
+1
|
*
netfilter: ctnetlink: avoid null pointer dereference
Florian Westphal
2018-06-12
1
-1
/
+2
|
*
netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()
Taehee Yoo
2018-06-12
1
-1
/
+2
|
*
netfilter: nf_tables: close race between netns exit and rmmod
Florian Westphal
2018-06-12
2
-3
/
+15
|
*
netfilter: nf_tables: fix module unload race
Florian Westphal
2018-06-12
2
-6
/
+16
|
*
netfilter: nft_dynset: do not reject set updates with NFT_SET_EVAL
Pablo Neira Ayuso
2018-06-12
1
-3
/
+1
|
*
netfilter: nft_socket: fix module autoload
Pablo Neira Ayuso
2018-06-12
1
-0
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2018-06-11
7
-13
/
+31
|
|
\
|
|
*
netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()
Taehee Yoo
2018-06-06
1
-1
/
+1
|
|
*
netfilter: ipset: forbid family for hash:mac sets
Florent Fourcot
2018-06-06
1
-1
/
+4
|
|
*
netfilter: ipset: Limit max timeout value
Jozsef Kadlecsik
2018-06-06
1
-4
/
+4
|
|
*
netfilter: xt_set: Check hook mask correctly
Serhey Popovych
2018-06-06
1
-1
/
+1
|
|
*
ipvs: fix check on xmit to non-local addresses
Julian Anastasov
2018-06-04
1
-1
/
+1
|
|
*
ipvs: register conntrack hooks for ftp
Julian Anastasov
2018-06-02
1
-0
/
+4
|
|
*
netfilter: nf_tables: check msg_type before nft_trans_set(trans)
Alexey Kodanev
2018-06-01
1
-5
/
+6
|
|
*
netfilter: xt_CT: Reject the non-null terminated string from user space
Gao Feng
2018-06-01
1
-0
/
+10
*
|
|
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
1
-1
/
+2
*
|
|
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
2
-3
/
+4
*
|
|
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-12
4
-6
/
+8
|
/
/
*
|
netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use it
Pablo Neira Ayuso
2018-06-07
1
-5
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-06-06
74
-1840
/
+4792
|
\
\
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-06-03
8
-42
/
+69
|
|
\
|
|
*
|
netfilter: nf_tables: handle chain name lookups via rhltable
Florian Westphal
2018-06-03
1
-15
/
+98
|
*
|
netfilter: nf_tables: add connlimit support
Pablo Neira Ayuso
2018-06-03
3
-0
/
+307
|
*
|
netfilter: nf_tables: add destroy_clone expression
Pablo Neira Ayuso
2018-06-03
2
-2
/
+11
|
*
|
netfilter: nf_tables: garbage collection for stateful expressions
Pablo Neira Ayuso
2018-06-03
2
-2
/
+28
|
*
|
netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()
Pablo Neira Ayuso
2018-06-03
1
-4
/
+12
|
*
|
netfilter: nf_conncount: expose connection list interface
Pablo Neira Ayuso
2018-06-03
1
-13
/
+23
|
*
|
netfilter: nf_tables: pass context to object destroy indirection
Pablo Neira Ayuso
2018-06-03
3
-8
/
+10
|
*
|
netfilter: Libify xt_TPROXY
Máté Eckl
2018-06-03
2
-337
/
+20
[next]