Sign in
android-kvm
/
linux
/
9a8bb60650b3d6994bd19a3200941f029c95a7a0
/
net
/
netfilter
de4d195
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
19809c2
mm, vmalloc: use __GFP_HIGHMEM implicitly
by Michal Hocko
· 8 years ago
752ade6
treewide: use kv[mz]alloc* rather than opencoded variants
by Michal Hocko
· 8 years ago
4ac4d58
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 8 years ago
46f0537
Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/audit
by Linus Torvalds
· 8 years ago
4d89ac2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
by David S. Miller
· 8 years ago
ab71632
netfilter: conntrack: Force inlining of build check to prevent build failure
by Geert Uytterhoeven
· 8 years ago
9744a6f
netfilter: nf_tables: check if same extensions are set when adding elements
by Pablo Neira Ayuso
· 8 years ago
2173c51
audit: normalize NETFILTER_PKT
by Richard Guy Briggs
· 8 years ago
0cb88b6
netfilter: use consistent ipv4 network offset in xt_AUDIT
by Richard Guy Briggs
· 8 years ago
a01aa92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
by David S. Miller
· 8 years ago
8eeef23
netfilter: nf_ct_ext: invoke destroy even when ext is not attached
by Liping Zhang
· 8 years ago
d1908ca
Merge tag 'ipvs3-for-v4.12' of http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next
by Pablo Neira Ayuso
· 8 years ago
039b40e
netfilter: nf_queue: only call synchronize_net twice if nf_queue is active
by Florian Westphal
· 8 years ago
c83fa19
netfilter: nf_log: don't call synchronize_rcu in nf_log_unset
by Florian Westphal
· 8 years ago
933bd83
netfilter: batch synchronize_net calls during hook unregister
by Florian Westphal
· 8 years ago
1a41dbc
Merge tag 'ipvs-fixes-for-v4.11' of http://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs
by Pablo Neira Ayuso
· 8 years ago
7dde07e
netfilter: x_tables: unlock on error in xt_find_table_lock()
by Dan Carpenter
· 8 years ago
1442f6f
ipvs: explicitly forbid ipv6 service/dest creation if ipv6 mod is disabled
by Paolo Abeni
· 8 years ago
fb90e8d
ipvs: change comparison on sync_refresh_period
by Aaron Conole
· 8 years ago
65ba101
ipvs: remove unused function ip_vs_set_state_timeout
by Aaron Conole
· 8 years ago
9a08ecf
netfilter: don't attach a nat extension by default
by Florian Westphal
· 8 years ago
2fe7c32
netfilter: pptp: attach nat extension when needed
by Florian Westphal
· 8 years ago
22d4536
netfilter: conntrack: handle initial extension alloc via krealloc
by Florian Westphal
· 8 years ago
23f671a
netfilter: conntrack: mark extension structs as const
by Florian Westphal
· 8 years ago
54044b1
netfilter: conntrack: remove prealloc support
by Florian Westphal
· 8 years ago
efe4160
ipvs: convert to use pernet nf_hook api
by Florian Westphal
· 8 years ago
277a292
netfilter: nft_dynset: continue to next expr if _OP_ADD succeeded
by Liping Zhang
· 8 years ago
6bd3d19
netfilter: xt_socket: Fix broken IPv6 handling
by Peter Tirsek
· 8 years ago
64f3967
netfilter: ctnetlink: acquire ct->lock before operating nf_ct_seqadj
by Liping Zhang
· 8 years ago
53b56da
netfilter: ctnetlink: make it safer when updating ct->status
by Liping Zhang
· 8 years ago
88be4c0
netfilter: ctnetlink: fix deadlock due to acquire _expect_lock twice
by Liping Zhang
· 8 years ago
14e5676
netfilter: ctnetlink: drop the incorrect cthelper module request
by Liping Zhang
· 8 years ago
54a5f9d
netfilter: nft_set_bitmap: free dummy elements when destroy the set
by Liping Zhang
· 8 years ago
66e5a6b
netfilter: nf_ct_helper: permit cthelpers with different names via nfnetlink
by Liping Zhang
· 8 years ago
470acf5
netfilter: xt_CT: fix refcnt leak on error path
by Gao Feng
· 8 years ago
58d30c3
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 8 years ago
122868b
netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14
by Gao Feng
· 8 years ago
be7be6e
netfilter: ipvs: fix incorrect conflict resolution
by Florian Westphal
· 8 years ago
01026ed
nefilter: eache: reduce struct size from 32 to 24 byte
by Florian Westphal
· 8 years ago
c6dd940
netfilter: allow early drop of assured conntracks
by Florian Westphal
· 8 years ago
b3a5db1
netfilter: conntrack: use u8 for extension sizes again
by Florian Westphal
· 8 years ago
faec865
netfilter: remove last traces of variable-sized extensions
by Florian Westphal
· 8 years ago
9f0f3eb
netfilter: helpers: remove data_len usage for inkernel helpers
by Florian Westphal
· 8 years ago
157ffff
netfilter: nfnetlink_cthelper: reject too large userspace allocation requests
by Florian Westphal
· 8 years ago
dcf6774
netfilter: helper: add build-time asserts for helper data size
by Florian Westphal
· 8 years ago
694a005
netfilter: nft_ct: allow to set ctnetlink event types of a connection
by Florian Westphal
· 8 years ago
5f0d5a3
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
by Paul E. McKenney
· 8 years ago
6b6cbc1
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
ab8bc7e
netfilter: remove nf_ct_is_untracked
by Florian Westphal
· 8 years ago
cc41c84
netfilter: kill the fake untracked conntrack objects
by Florian Westphal
· 8 years ago
6e354a5
netfilter: ecache: Refine the nf_ct_deliver_cached_events
by Gao Feng
· 8 years ago
7025bac
netfilter: nf_nat: Fix return NF_DROP in nfnetlink_parse_nat_setup
by Gao Feng
· 8 years ago
a702ece
Merge tag 'ipvs2-for-v4.12' of https://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-next
by Pablo Neira Ayuso
· 8 years ago
db268d4
ipset: remove unused function __ip_set_get_netlink
by Aaron Conole
· 8 years ago
809c2d9
netfilter: nf_conntrack: remove double assignment
by Aaron Conole
· 8 years ago
7925056
netfilter: nf_tables: remove double return statement
by Aaron Conole
· 8 years ago
79e09ef
netfilter: nft_hash: do not dump the auto generated seed
by Liping Zhang
· 8 years ago
5389023
netfilter: nat: remove rcu_read_lock in __nf_nat_decode_session.
by Taehee Yoo
· 8 years ago
fe52145
netlink: pass extended ACK struct where available
by Johannes Berg
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
2d4bc93
netlink: extended ACK reporting
by Johannes Berg
· 8 years ago
7cddd96
netfilter: nf_ct_expect: use proper RCU list traversal/update APIs
by Liping Zhang
· 8 years ago
207df81
netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULL
by Liping Zhang
· 8 years ago
0c7930e
netfilter: make it safer during the inet6_dev->addr_list traversal
by Liping Zhang
· 8 years ago
3173d5b
netfilter: ctnetlink: make it safer when checking the ct helper name
by Liping Zhang
· 8 years ago
8b5995d
netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_find
by Gao Feng
· 8 years ago
97aae0d
netfilter: ctnetlink: using bit to represent the ct event
by Liping Zhang
· 8 years ago
2638fd0f
netfilter: xt_TCPMSS: add more sanity tests on tcph->doff
by Eric Dumazet
· 8 years ago
d4ef383
netfilter: Remove exceptional & on function name
by Arushi Singhal
· 8 years ago
cbbb40e
net: netfilter: Use list_{next/prev}_entry instead of list_entry
by simran singhal
· 8 years ago
cdec268
netfilter: Use seq_puts()/seq_putc() where possible
by simran singhal
· 8 years ago
68ad546
netfilter: Remove unnecessary cast on void pointer
by simran singhal
· 8 years ago
dedb67c
netfilter: Add nfnl_msg_type() helper function
by Pablo Neira Ayuso
· 8 years ago
2c62e0b
netfilter: ctnetlink: Expectations must have a conntrack helper area
by Gao Feng
· 8 years ago
6e699867
netfilter: nat: avoid use of nf_conn_nat extension
by Florian Westphal
· 8 years ago
cba81cc
netfilter: nat: nf_nat_mangle_{udp,tcp}_packet returns boolean
by Gao Feng
· 8 years ago
ec0e3f0
netfilter: nf_ct_expect: Add nf_ct_remove_expect()
by Gao Feng
· 8 years ago
92f7322
netfilter: expect: Make sure the max_expected limit is effective
by Gao Feng
· 8 years ago
f323d95
netfilter: nf_tables: add nft_is_base_chain() helper
by Pablo Neira Ayuso
· 8 years ago
6f14f44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
e241137
ipvs: remove unused variable
by Arushi Singhal
· 8 years ago
848850a
netfilter: ipvs: Replace kzalloc with kcalloc.
by Varsha Rao
· 8 years ago
4139089
netfilter: ipvs: don't check for presence of nat extension
by Florian Westphal
· 8 years ago
77c1c03
netfilter: nfnetlink_queue: fix secctx memory leak
by Liping Zhang
· 8 years ago
9c3f379
netfilter: nf_ct_ext: fix possible panic after nf_ct_extend_unregister
by Liping Zhang
· 8 years ago
83d9021
netfilter: nfnl_cthelper: fix a race when walk the nf_ct_helper_hash table
by Liping Zhang
· 8 years ago
3b7dabf
netfilter: invoke synchronize_rcu after set the _hook_ to NULL
by Liping Zhang
· 8 years ago
16ae1f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
f83bf8d
netfilter: nfnl_cthelper: Fix memory leak
by Jeffy Chen
· 8 years ago
2c42225
netfilter: nfnl_cthelper: fix runtime expectation policy updates
by Pablo Neira Ayuso
· 8 years ago
ae5c682
netfilter: nfnl_cthelper: fix incorrect helper->expect_class_max
by Liping Zhang
· 8 years ago
4485a84
netfilter: fix the warning on unused refcount variable
by Reshetova, Elena
· 8 years ago
b54ab92
netfilter: refcounter conversions
by Reshetova, Elena
· 8 years ago
864e91c
ipvs: remove an annoying printk in netns init
by Cong Wang
· 8 years ago
4494dbc
netfilter: nft_ct: do cleanup work when NFTA_CT_DIRECTION is invalid
by Liping Zhang
· 8 years ago
03e5fd0
netfilter: nft_set_rbtree: use per-set rwlock to improve the scalability
by Liping Zhang
· 8 years ago
2cb4bbd
netfilter: limit: use per-rule spinlock to improve the scalability
by Liping Zhang
· 8 years ago
fc09e4a
netfilter: nf_conntrack: reduce resolve_normal_ct args
by Florian Westphal
· 8 years ago
04166f4
Revert "netfilter: nf_tables: add flush field to struct nft_set_iter"
by Pablo Neira Ayuso
· 8 years ago
Next »