Sign in
android-kvm
/
linux
/
08ca1b52f69b4dfa8703d54e26e2c6e11aa453eb
/
net
/
netfilter
9215310
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
21ba884
netfilter: nf_conncount: Fix garbage collection with zones
by Yi-Hung Wei
· 7 years ago
fc6ddbe
netfilter: xt_connmark: fix list corruption on rmmod
by Florian Westphal
· 7 years ago
c05a45c
netfilter: ctnetlink: avoid null pointer dereference
by Florian Westphal
· 7 years ago
adc972c5
netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()
by Taehee Yoo
· 7 years ago
0a2cf5e
netfilter: nf_tables: close race between netns exit and rmmod
by Florian Westphal
· 7 years ago
71ad00c
netfilter: nf_tables: fix module unload race
by Florian Westphal
· 7 years ago
215a31f
netfilter: nft_dynset: do not reject set updates with NFT_SET_EVAL
by Pablo Neira Ayuso
· 7 years ago
3fb61ec
netfilter: nft_socket: fix module autoload
by Pablo Neira Ayuso
· 7 years ago
a08ce73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 7 years ago
7eced5a
netfilter: nf_tables: add NFT_LOGLEVEL_* enumeration and use it
by Pablo Neira Ayuso
· 7 years ago
1c8c5a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
2857676
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 7 years ago
8b5c6a3
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
by Linus Torvalds
· 7 years ago
acafe7e
treewide: Use struct_size() for kmalloc()-family
by Kees Cook
· 7 years ago
82e20b4
netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()
by Taehee Yoo
· 7 years ago
cbdebe4
netfilter: ipset: forbid family for hash:mac sets
by Florent Fourcot
· 7 years ago
30a2e10
netfilter: ipset: Limit max timeout value
by Jozsef Kadlecsik
· 7 years ago
9dcceb1
netfilter: xt_set: Check hook mask correctly
by Serhey Popovych
· 7 years ago
cf626b0
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
6fcc02e
ipvs: fix check on xmit to non-local addresses
by Julian Anastasov
· 7 years ago
9c54aeb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
1b2470e
netfilter: nf_tables: handle chain name lookups via rhltable
by Florian Westphal
· 7 years ago
290180e
netfilter: nf_tables: add connlimit support
by Pablo Neira Ayuso
· 7 years ago
371ebcb
netfilter: nf_tables: add destroy_clone expression
by Pablo Neira Ayuso
· 7 years ago
79b174a
netfilter: nf_tables: garbage collection for stateful expressions
by Pablo Neira Ayuso
· 7 years ago
3453c92
netfilter: nf_tables: pass ctx to nf_tables_expr_destroy()
by Pablo Neira Ayuso
· 7 years ago
5e5cbc7
netfilter: nf_conncount: expose connection list interface
by Pablo Neira Ayuso
· 7 years ago
00bfb32
netfilter: nf_tables: pass context to object destroy indirection
by Pablo Neira Ayuso
· 7 years ago
45ca4e0
netfilter: Libify xt_TPROXY
by Máté Eckl
· 7 years ago
8d6e555
netfilter: Decrease code duplication regarding transparent socket option
by Máté Eckl
· 7 years ago
31875d4
ipvs: register conntrack hooks for ftp
by Julian Anastasov
· 7 years ago
d12e122
ipvs: add ipv6 support to ftp
by Julian Anastasov
· 7 years ago
0cfceb9
ipvs: add full ipv6 support to nfct
by Julian Anastasov
· 7 years ago
d32de98
netfilter: nft_fwd_netdev: allow to forward packets via neighbour layer
by Pablo Neira Ayuso
· 7 years ago
9c7f96f
netfilter: nf_tables: check msg_type before nft_trans_set(trans)
by Alexey Kodanev
· 7 years ago
8f4d19a
netfilter: xt_CT: Reject the non-null terminated string from user space
by Gao Feng
· 7 years ago
7b7744e
netfilter: nfnetlink: Remove VLA usage
by Kees Cook
· 7 years ago
2a79fd3
netfilter: nf_flow_table: attach dst to skbs
by Jason A. Donenfeld
· 7 years ago
a654de8
netfilter: nf_tables: fix chain dependency validation
by Pablo Neira Ayuso
· 7 years ago
1a893b4
netfilter: nf_tables: Add audit support to log statement
by Phil Sutter
· 7 years ago
554ced0
netfilter: nf_tables: add support for native socket matching
by Máté Eckl
· 7 years ago
7849958
netfilter: fix ptr_ret.cocci warnings
by kbuild test robot
· 7 years ago
e523452
netfilter: nf_tables: remove unused variables
by Taehee Yoo
· 7 years ago
d9adf22
netfilter: nf_tables: use call_rcu in netlink dumps
by Florian Westphal
· 7 years ago
8a3d4c3
netfilter: nf_tables: fail batch if fatal signal is pending
by Florian Westphal
· 7 years ago
d6501de
netfilter: nf_tables: fix endian mismatch in return type
by Florian Westphal
· 7 years ago
eb1fb14
netfilter: nft_compat: use call_rcu for nfnl_compat_get
by Florian Westphal
· 7 years ago
88491c1
netfilter: nat: make symbol nat_hook static
by Wei Yongjun
· 7 years ago
0cbc06b
netfilter: nf_tables: remove synchronize_rcu in commit phase
by Florian Westphal
· 7 years ago
0030879
netfilter: nfnetlink: allow commit to fail
by Florian Westphal
· 7 years ago
1ac89d2
netfilter: nat: merge nf_nat_redirect into nf_nat
by Florian Westphal
· 7 years ago
bbb8c61
netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()
by Taehee Yoo
· 7 years ago
360cc79
netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()
by Taehee Yoo
· 7 years ago
ad9d9e8
netfilter: nf_tables: disable preemption in nft_update_chain_stats()
by Pablo Neira Ayuso
· 7 years ago
4b83a90
netfilter: provide correct argument to nla_strlcpy()
by Eric Dumazet
· 7 years ago
fb83eb9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
52f9675
ipvs: fix buffer overflow with sync daemon and service
by Julian Anastasov
· 7 years ago
3e0f64b
netfilter: nft_limit: fix packet ratelimiting
by Pablo Neira Ayuso
· 7 years ago
97a0549
netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval
by Taehee Yoo
· 7 years ago
368982c
netfilter: nfnetlink_queue: resolve clash for unconfirmed conntracks
by Pablo Neira Ayuso
· 7 years ago
2c205dd
netfilter: add struct nf_nat_hook and use it
by Pablo Neira Ayuso
· 7 years ago
1f4b243
netfilter: add struct nf_ct_hook and use it
by Pablo Neira Ayuso
· 7 years ago
8d8540c
netfilter: nft_set_rbtree: add timeout support
by Pablo Neira Ayuso
· 7 years ago
57a4c9c
netfilter: make NF_OSF non-visible symbol
by Fernando Fernandez Mancera
· 7 years ago
a37061a
netfilter: lift one-nat-hook-only restriction
by Florian Westphal
· 7 years ago
9971a51
netfilter: nf_nat: add nat type hooks to nat core
by Florian Westphal
· 7 years ago
1cd472b
netfilter: nf_nat: add nat hook register functions to nf_nat
by Florian Westphal
· 7 years ago
06cad3a
netfilter: core: export raw versions of add/delete hook functions
by Florian Westphal
· 7 years ago
4e25ceb
netfilter: nf_tables: allow chain type to override hook register
by Florian Westphal
· 7 years ago
1f55236
netfilter: nf_nat: move common nat code to nat core
by Florian Westphal
· 7 years ago
6f6e434
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 7 years ago
b9ccc07
netfilter: nft_hash: add map lookups for hashing operations
by Laura Garcia Liebana
· 7 years ago
978d8f9
netfilter: nft_numgen: add map lookups for numgen random operations
by Laura Garcia Liebana
· 7 years ago
e65eebe
netfilter: nf_tables: remove old nf_log based tracing
by Florian Westphal
· 7 years ago
b715345
netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()
by Taehee Yoo
· 7 years ago
1cd6718
netfilter/x_tables: switch to proc_create_seq_private
by Christoph Hellwig
· 7 years ago
fd24de8
netfilter/xt_hashlimit: switch to proc_create_{seq,single}_data
by Christoph Hellwig
· 7 years ago
3617d94
proc: introduce proc_create_net_single
by Christoph Hellwig
· 7 years ago
c350637
proc: introduce proc_create_net{,_data}
by Christoph Hellwig
· 7 years ago
1d98c16
netfilter/x_tables: simplify ѕeq_file code
by Christoph Hellwig
· 7 years ago
cdfb6b3
audit: use inline function to get audit context
by Richard Guy Briggs
· 7 years ago
f0dfd7a
netfilter: nf_tables: fix memory leak on error exit return
by Colin Ian King
· 7 years ago
bb7b40a
netfilter: nf_tables: bogus EBUSY in chain deletions
by Pablo Neira Ayuso
· 7 years ago
732a804
netfilter: nft_compat: fix handling of large matchinfo size
by Florian Westphal
· 7 years ago
8bdf164
netfilter: nft_compat: prepare for indirect info storage
by Florian Westphal
· 7 years ago
0092409
netfilter: nf_tables: don't assume chain stats are set when jumplabel is set
by Florian Westphal
· 7 years ago
4e09fc8
netfilter: prefer nla_strlcpy for dealing with NLA_STRING attributes
by Florian Westphal
· 7 years ago
25fd386
netfilter: core: add missing __rcu annotation
by Florian Westphal
· 7 years ago
d5e032f
ipvs: fix stats update from local clients
by Julian Anastasov
· 7 years ago
a050d34
ipvs: fix refcount usage for conns in ops mode
by Julian Anastasov
· 7 years ago
b8e9dc1
netfilter: nf_tables: nft_compat: fix refcount leak on xt module
by Florian Westphal
· 7 years ago
9027887
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 7 years ago
b13468d
netfilter: nft_dynset: fix timeout updates on 32bit
by Florian Westphal
· 7 years ago
538c567
netfilter: ctnetlink: export nf_conntrack_max
by Florent Fourcot
· 7 years ago
bfb15f2
netfilter: extract Passive OS fingerprint infrastructure from xt_osf
by Fernando Fernandez Mancera
· 7 years ago
75e72f0
netfilter: nft_numgen: enable hashing of one element
by Laura Garcia Liebana
· 7 years ago
Next »