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
2019-05-06
netfilter: nf_flow_table: do not flow offload deleted conntrack entries
Taehee Yoo
-1
/
+8
2019-05-06
netfilter: nf_conntrack_h323: Remove deprecated config check
Subash Abhinov Kasiviswanathan
-8
/
+3
2019-05-06
netfilter: ctnetlink: Resolve conntrack L3-protocol flush regression
Kristian Evensen
-1
/
+1
2019-05-06
netfilter: xt_hashlimit: use struct_size() helper
Gustavo A. R. Silva
-2
/
+1
2019-05-06
netfilter: nf_flow_table: fix missing error check for rhashtable_insert_fast
Taehee Yoo
-7
/
+18
2019-05-06
netfilter: nf_tables: fix base chain stat rcu_dereference usage
Florian Westphal
-2
/
+7
2019-05-06
netfilter: nf_conntrack_h323: restore boundary check correctness
Jakub Jankowski
-1
/
+1
2019-04-30
netfilter: connlabels: fix spelling mistake "trackling" -> "tracking"
Colin Ian King
-1
/
+1
2019-04-30
netfilter: nft_ct: Add ct id support
Brett Mastbergen
-0
/
+8
2019-04-30
netfilter: nf_nat: register NAT helpers.
Flavio Leitner
-6
/
+39
2019-04-30
netfilter: add API to manage NAT helpers.
Flavio Leitner
-36
/
+140
2019-04-30
netfilter: use macros to create module aliases.
Flavio Leitner
-5
/
+5
2019-04-30
netfilter: conntrack: limit sysctl setting for boolean options
Tonghao Zhang
-15
/
+33
2019-04-30
netfilter: nf_flow_table: check ttl value in flow offload data path
Taehee Yoo
-0
/
+6
2019-04-30
netfilter: nf_flow_table: fix netdev refcnt leak
Taehee Yoo
-0
/
+1
2019-04-30
netfilter: nft_flow_offload: add entry to flowtable after confirmation
Pablo Neira Ayuso
-2
/
+1
2019-04-30
netfilter: nf_tables: delay chain policy update until transaction is complete
Florian Westphal
-11
/
+39
2019-04-30
netfilter: nf_tables: fix implicit include of module.h
Paul Gortmaker
-0
/
+1
2019-04-30
netfilter: nf_tables: relocate header content to consumer
Paul Gortmaker
-0
/
+17
2019-04-27
genetlink: optionally validate strictly/dumps
Johannes Berg
-0
/
+16
2019-04-27
netlink: make validation more configurable for future strictness
Johannes Berg
-119
/
+128
2019-04-27
ipset: drop ipset_nest_start() and ipset_nest_end()
Michal Kubecek
-21
/
+21
2019-04-27
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
-53
/
+53
2019-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-94
/
+172
2019-04-22
netfilter: fix nf_l4proto_log_invalid to log invalid packets
Andrei Vagin
-1
/
+1
2019-04-22
netfilter: never get/set skb->tstamp
Florian Westphal
-16
/
+18
2019-04-15
netfilter: nat: fix icmp id randomization
Florian Westphal
-3
/
+8
2019-04-15
netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()
Dan Carpenter
-1
/
+1
2019-04-15
netfilter: ctnetlink: don't use conntrack/expect object addresses as id
Florian Westphal
-5
/
+64
2019-04-13
ipvs: do not schedule icmp errors from tunnels
Julian Anastasov
-1
/
+1
2019-04-13
netfilter: conntrack: initialize ct->timeout
Alexander Potapenko
-0
/
+1
2019-04-13
netfilter: conntrack: don't set related state for different outer address
Florian Westphal
-67
/
+78
2019-04-12
bridge: netfilter: unroll NF_HOOK helper in bridge input path
Florian Westphal
-3
/
+2
2019-04-11
netfilter: nf_nat_masquerade: unify ipv4/6 notifier registration
Florian Westphal
-91
/
+42
2019-04-11
netfilter: x_tables: merge ip and ipv6 masquerade modules
Florian Westphal
-0
/
+158
2019-04-11
netfilter: nf_nat: merge ip/ip6 masquerade headers
Florian Westphal
-4
/
+2
2019-04-08
netfilter: make two functions static
Florian Westphal
-5
/
+3
2019-04-08
netfilter: nft_osf: Add version option support
Fernando Fernandez Mancera
-12
/
+32
2019-04-08
netfilter: nft_redir: add inet support
Florian Westphal
-0
/
+61
2019-04-08
netfilter: nft_masq: add inet support
Florian Westphal
-0
/
+64
2019-04-08
netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)
Florian Westphal
-15
/
+10
2019-04-08
netfilter: nf_tables: merge route type into core
Florian Westphal
-16
/
+174
2019-04-08
netfilter: nat: add inet family nat support
Florian Westphal
-17
/
+136
2019-04-08
ipvs: allow tunneling with gue encapsulation
Jacky Hu
-5
/
+114
2019-04-08
netfilter: nf_flowtable: skip device lookup from interface index
Pablo Neira Ayuso
-8
/
+2
2019-04-08
netfilter: nft_redir: Make nft_redir_dump static
YueHaibing
-1
/
+1
2019-04-08
netfilter: nf_tables: remove unused parameter ctx
Colin Ian King
-3
/
+2
2019-04-08
time: Introduce jiffies64_to_msecs()
Li RongQing
-3
/
+1
2019-04-07
rhashtable: use bit_spin_locks to protect hash bucket.
NeilBrown
-1
/
+0
2019-03-28
netfilter: Export nf_ct_{set,destroy}_timeout()
Yi-Hung Wei
-87
/
+95
[prev]
[next]