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: fix nf_l4proto_log_invalid to log invalid packets
Andrei Vagin
2019-04-22
1
-1
/
+1
*
netfilter: never get/set skb->tstamp
Florian Westphal
2019-04-22
4
-16
/
+18
*
netfilter: nat: fix icmp id randomization
Florian Westphal
2019-04-15
1
-3
/
+8
*
netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()
Dan Carpenter
2019-04-15
1
-1
/
+1
*
netfilter: ctnetlink: don't use conntrack/expect object addresses as id
Florian Westphal
2019-04-15
2
-5
/
+64
*
ipvs: do not schedule icmp errors from tunnels
Julian Anastasov
2019-04-13
1
-1
/
+1
*
netfilter: conntrack: initialize ct->timeout
Alexander Potapenko
2019-04-13
1
-0
/
+1
*
netfilter: conntrack: don't set related state for different outer address
Florian Westphal
2019-04-13
2
-67
/
+78
*
netfilter: nf_tables: add missing ->release_ops() in error path of newrule()
Taehee Yoo
2019-03-20
1
-1
/
+4
*
netfilter: nft_redir: fix module autoload with ip4
Pablo Neira Ayuso
2019-03-18
1
-1
/
+1
*
netfilter: nf_tables: bogus EBUSY in helper removal from transaction
Pablo Neira Ayuso
2019-03-18
1
-3
/
+16
*
netfilter: fix NETFILTER_XT_TARGET_TEE dependencies
Arnd Bergmann
2019-03-18
1
-0
/
+1
*
netfilter: nft_set_rbtree: check for inactive element after flag mismatch
Pablo Neira Ayuso
2019-03-18
1
-4
/
+3
*
netfilter: nf_conntrack_sip: remove direct dependency on IPv6
Alin Nastac
2019-03-18
1
-21
/
+16
*
netfilter: nf_tables: return immediately on empty commit
Florian Westphal
2019-03-11
1
-0
/
+5
*
netfilter: nf_tables: use-after-free in dynamic operations
Pablo Neira Ayuso
2019-03-11
1
-1
/
+3
*
netfilter: nf_tables: bogus EBUSY when deleting set after flush
Pablo Neira Ayuso
2019-03-11
4
-13
/
+54
*
netfilter: nf_tables: fix set double-free in abort path
Pablo Neira Ayuso
2019-03-08
1
-6
/
+11
*
netfilter: nat: don't register device notifier twice
Florian Westphal
2019-03-08
1
-16
/
+19
*
netfilter: nf_tables: merge ipv4 and ipv6 nat chain types
Florian Westphal
2019-03-01
3
-0
/
+111
*
netfilter: nf_tables: nat: merge nft_masq protocol specific modules
Florian Westphal
2019-03-01
2
-13
/
+168
*
netfilter: nf_tables: nat: merge nft_redir protocol specific modules
Florian Westphal
2019-03-01
2
-12
/
+143
*
netfilter: xt_IDLETIMER: fix sysfs callback function type
Sami Tolvanen
2019-03-01
1
-10
/
+4
*
netfilter: nf_conntrack: ensure that CONNTRACK_LOCKS is power of 2
Li RongQing
2019-03-01
1
-0
/
+1
*
netfilter: nf_tables: check the result of dereferencing base_chain->stats
Li RongQing
2019-03-01
1
-6
/
+8
*
ipvs: get sctphdr by sctphoff in sctp_csum_check
Xin Long
2019-03-01
1
-5
/
+2
*
netfilter: convert the proto argument from u8 to u16
Li RongQing
2019-03-01
1
-2
/
+2
*
netfilter: nft_tunnel: Add dst_cache support
wenxu
2019-03-01
1
-0
/
+7
*
netfilter: conntrack: tcp: only close if RST matches exact sequence
Florian Westphal
2019-03-01
1
-10
/
+40
*
ipvs: change some data types from int to bool
Andrea Claudi
2019-03-01
5
-18
/
+18
*
netfilter: nft_set_hash: remove nft_hash_key()
Pablo Neira Ayuso
2019-02-27
1
-11
/
+2
*
netfilter: nft_set_hash: bogus element self comparison from deactivation path
Pablo Neira Ayuso
2019-02-27
1
-1
/
+1
*
netfilter: nft_set_hash: fix lookups with fixed size hash on big endian
Pablo Neira Ayuso
2019-02-27
1
-4
/
+19
*
netfilter: remove unneeded switch fall-through
Li RongQing
2019-02-27
2
-2
/
+1
*
netfilter: conntrack: avoid same-timeout update
Florian Westphal
2019-02-27
1
-5
/
+4
*
netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h
Florian Westphal
2019-02-27
7
-19
/
+10
*
netfilter: nat: remove l3proto struct
Florian Westphal
2019-02-27
2
-92
/
+0
*
netfilter: nat: remove csum_recalc hook
Florian Westphal
2019-02-27
2
-10
/
+24
*
netfilter: nat: remove csum_update hook
Florian Westphal
2019-02-27
1
-33
/
+36
*
netfilter: nat: remove l3 manip_pkt hook
Florian Westphal
2019-02-27
2
-19
/
+26
*
netfilter: nat: remove nf_nat_l4proto.h
Florian Westphal
2019-02-27
2
-10
/
+6
*
netfilter: nat: merge nf_nat_ipv4,6 into nat core
Florian Westphal
2019-02-27
3
-1
/
+702
*
netfilter: nat: move nlattr parse and xfrm session decode to core
Florian Westphal
2019-02-27
1
-19
/
+123
*
netfilter: nat: merge ipv4 and ipv6 masquerade functionality
Florian Westphal
2019-02-27
3
-0
/
+366
*
netfilter: nf_conntrack_amanda: add support for STATE streams
Florian Tham
2019-02-27
1
-2
/
+7
*
netfilter: nft_compat: use .release_ops and remove list of extension
Pablo Neira Ayuso
2019-02-27
2
-227
/
+61
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-02-20
2
-1
/
+5
|
\
|
*
ipvs: fix warning on unused variable
Andrea Claudi
2019-02-16
1
-1
/
+2
|
*
netfilter: nf_tables: fix flush after rule deletion in the same batch
Pablo Neira Ayuso
2019-02-15
1
-0
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2019-02-18
9
-28
/
+97
|
\
\
[next]