index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Lines
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
-147
/
+189
2018-07-24
netfilter: nf_tables: move dumper state allocation into ->start
Florian Westphal
-104
/
+115
2018-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-993
/
+2556
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
-88
/
+62
2018-07-20
netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior state
Florian Westphal
-4
/
+4
2018-07-20
netfilter: nf_tables: don't allow to rename to already-pending name
Florian Westphal
-13
/
+29
2018-07-20
netfilter: nf_tables: fix memory leaks on chain rename
Florian Westphal
-6
/
+11
2018-07-20
netfilter: nf_tables: free flow table struct too
Florian Westphal
-0
/
+1
2018-07-20
netfilter: nf_tables: use dev->name directly
Florian Westphal
-9
/
+5
2018-07-18
netfilter: nft_set_rbtree: fix panic when destroying set by GC
Taehee Yoo
-2
/
+5
2018-07-18
netfilter: nft_set_hash: add rcu_barrier() in the nft_rhash_destroy()
Taehee Yoo
-0
/
+1
2018-07-18
netfilter: nft_socket: Expose socket mark
Máté Eckl
-0
/
+11
2018-07-18
netfilter: nft_socket: Break evaluation if no socket found
Máté Eckl
-1
/
+1
2018-07-18
netfilter: nf_osf: add struct nf_osf_hdr_ctx
Pablo Neira Ayuso
-43
/
+62
2018-07-18
netfilter: nf_osf: add nf_osf_match_one()
Pablo Neira Ayuso
-96
/
+111
2018-07-18
netfilter: nf_tables: use dedicated mutex to guard transactions
Florian Westphal
-28
/
+76
2018-07-18
netfilter: nf_tables: avoid global info storage
Florian Westphal
-16
/
+12
2018-07-18
netfilter: nf_tables: take module reference when starting a batch
Florian Westphal
-0
/
+10
2018-07-18
netfilter: nf_tables: make valid_genid callback mandatory
Florian Westphal
-3
/
+3
2018-07-18
netfilter: nf_tables: add and use helper for module autoload
Florian Westphal
-29
/
+52
2018-07-18
netfilter: Remove useless param helper of nf_ct_helper_ext_add
Gao Feng
-8
/
+6
2018-07-18
ipvs: drop conn templates under attack
Julian Anastasov
-20
/
+39
2018-07-18
ipvs: add assured state for conn templates
Julian Anastasov
-14
/
+27
2018-07-18
ipvs: provide just conn to ip_vs_state_name
Julian Anastasov
-8
/
+8
2018-07-18
netfilter: nf_conntrack: resolve clash for matching conntracks
Martynas Pumputis
-8
/
+22
2018-07-18
netfilter: nf_conncount: Add list lock and gc worker, and RCU for init tree s...
Yi-Hung Wei
-87
/
+183
2018-07-18
netfilter: nf_conncount: Split insert and traversal
Yi-Hung Wei
-20
/
+67
2018-07-18
netfilter: nf_conncount: Move locking into count_tree()
Yi-Hung Wei
-27
/
+25
2018-07-18
netfilter: nf_conncount: Early exit in nf_conncount_lookup() and cleanup
Yi-Hung Wei
-21
/
+26
2018-07-18
netfilter: nf_conncount: Switch to plain list
Yi-Hung Wei
-44
/
+63
2018-07-18
netfilter: nf_conncount: Early exit for garbage collection
Yi-Hung Wei
-2
/
+37
2018-07-17
netfilter: nf_tables: fix jumpstack depth validation
Taehee Yoo
-9
/
+18
2018-07-17
netfilter: Kconfig: Change select IPv6 dependencies
Máté Eckl
-7
/
+7
2018-07-17
netfilter: conntrack: remove l3proto abstraction
Florian Westphal
-256
/
+1408
2018-07-16
netfilter: conntrack: remove get_timeout() indirection
Florian Westphal
-75
/
+67
2018-07-16
netfilter: conntrack: avoid l4proto pkt_to_tuple calls
Florian Westphal
-78
/
+15
2018-07-16
netfilter: conntrack: avoid calls to l4proto invert_tuple
Florian Westphal
-63
/
+7
2018-07-16
netfilter: conntrack: remove get_l4proto indirection from l3 protocol trackers
Florian Westphal
-67
/
+94
2018-07-16
netfilter: conntrack: remove invert_tuple indirection from l3 protocol trackers
Florian Westphal
-20
/
+16
2018-07-16
netfilter: conntrack: remove pkt_to_tuple indirection from l3 protocol trackers
Florian Westphal
-16
/
+33
2018-07-16
netfilter: conntrack: remove ctnetlink callbacks from l3 protocol trackers
Florian Westphal
-41
/
+77
2018-07-16
netfilter: Kconfig: Make NETFILTER_XT_MATCH_SOCKET select NF_SOCKET_IPV4/6
Máté Eckl
-2
/
+2
2018-07-16
openvswitch: use nf_ct_get_tuplepr, invert_tuplepr
Florian Westphal
-2
/
+1
2018-07-16
netfilter: utils: move nf_ip6_checksum* from ipv6 to utils
Florian Westphal
-11
/
+65
2018-07-16
netfilter: utils: move nf_ip_checksum* from ipv4 to utils
Florian Westphal
-0
/
+55
2018-07-16
netfilter: nft_tproxy: Move nf_tproxy_assign_sock() to nf_tproxy.h
Máté Eckl
-9
/
+0
2018-07-16
netfilter: flowtables: use fixed renew timeout on teardown
Florian Westphal
-8
/
+5
2018-07-10
netfilter: Add nf_ct_get_tuple_skb global lookup function
Toke Høiland-Jørgensen
-0
/
+51
2018-07-09
netfilter: nf_conntrack: Fix possible possible crash on module loading.
Andrey Ryabinin
-1
/
+1
2018-07-09
netfilter: nft_compat: explicitly reject ERROR and standard target
Florian Westphal
-0
/
+13
[prev]
[next]