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
2021-12-23
netfilter: nf_tables: consolidate rule verdict trace call
Pablo Neira Ayuso
-7
/
+32
2021-12-23
netfilter: nft_payload: WARN_ON_ONCE instead of BUG
Pablo Neira Ayuso
-2
/
+4
2021-12-23
netfilter: nf_tables: remove rcu read-size lock
Pablo Neira Ayuso
-2
/
+0
2021-12-16
netfilter: ctnetlink: remove expired entries first
Florian Westphal
-2
/
+3
2021-12-16
netfilter: nf_nat_masquerade: add netns refcount tracker to masq_dev_work
Eric Dumazet
-1
/
+3
2021-12-16
netfilter: nfnetlink: add netns refcount tracker to struct nfulnl_instance
Eric Dumazet
-2
/
+3
2021-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
-18
/
+9
2021-12-16
netfilter: conntrack: Remove useless assignment statements
luo penghao
-1
/
+0
2021-12-16
netfilter: fix regression in looped (broad|multi)cast's MAC handling
Ignacy Gawędzki
-2
/
+4
2021-12-15
netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()
Eric Dumazet
-2
/
+2
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-12
/
+15
2021-12-08
netfilter: conntrack: annotate data-races around ct->timeout
Eric Dumazet
-6
/
+6
2021-12-08
netfilter: nft_exthdr: break evaluation if setting TCP option fails
Pablo Neira Ayuso
-4
/
+7
2021-12-08
nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups
Stefano Brivio
-1
/
+1
2021-11-30
netfilter: nft_fwd_netdev: Support egress hook
Pablo Neira Ayuso
-2
/
+5
2021-11-30
netfilter: nfnetlink_queue: silence bogus compiler warning
Florian Westphal
-1
/
+1
2021-11-30
netfilter: ctnetlink: remove useless type conversion to bool
Bernard Zhao
-1
/
+1
2021-11-30
netfilter: nf_queue: remove leftover synchronize_rcu
Florian Westphal
-6
/
+0
2021-11-30
netfilter: conntrack: Use memset_startat() to zero struct nf_conn
Kees Cook
-3
/
+1
2021-11-30
ipvs: remove unused variable for ip_vs_new_dest
GuoYong Zheng
-5
/
+2
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-13
/
+10
2021-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
-13
/
+10
2021-11-16
net: align static siphash keys
Eric Dumazet
-5
/
+5
2021-11-11
Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-1
/
+3
2021-11-08
netfilter: flowtable: fix IPv6 tunnel addr match
Will Mortensen
-2
/
+2
2021-11-08
netfilter: xt_IDLETIMER: replace snprintf in show functions with sysfs_emit
Jing Yao
-2
/
+2
2021-11-08
netfilter: ipvs: Fix reuse connection if RS weight is 0
yangxingwu
-4
/
+4
2021-11-08
netfilter: ctnetlink: do not erase error code with EINVAL
Florent Fourcot
-3
/
+1
2021-11-08
netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY
Florent Fourcot
-1
/
+1
2021-11-08
netfilter: nft_payload: Remove duplicated include in nft_payload.c
Wan Jiabing
-1
/
+0
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-1
/
+0
2021-11-06
include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h
Mianhan Liu
-1
/
+0
2021-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
-1
/
+3
2021-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-11
/
+70
2021-11-01
netfilter: nft_payload: support for inner header matching / mangling
Pablo Neira Ayuso
-2
/
+54
2021-11-01
netfilter: nf_tables: convert pktinfo->tprot_set to flags field
Pablo Neira Ayuso
-6
/
+6
2021-11-01
netfilter: nft_meta: add NFT_META_IFTYPE
Pablo Neira Ayuso
-1
/
+5
2021-11-01
netfilter: conntrack: set on IPS_ASSURED if flows enters internal stream state
Pablo Neira Ayuso
-2
/
+5
2021-10-26
netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrf
Florian Westphal
-1
/
+27
2021-10-22
ipvs: autoload ipvs on genl access
Thomas Weißschuh
-0
/
+2
2021-10-22
netfilter: nfnetlink_queue: fix OOB when mac header was cleared
Florian Westphal
-1
/
+1
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-8
/
+10
2021-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
-153
/
+106
2021-10-18
net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types
Ahmed S. Darwish
-4
/
+4
2021-10-18
net: sched: Protect Qdisc::bstats with u64_stats
Ahmed S. Darwish
-0
/
+1
2021-10-17
netfilter: core: Fix clang warnings about unused static inlines
Lukas Wunner
-2
/
+4
2021-10-14
netfilter: ipvs: make global sysctl readonly in non-init netns
Antoine Tenart
-0
/
+5
2021-10-14
netfilter: ipvs: merge ipv4 + ipv6 icmp reply handlers
Florian Westphal
-23
/
+14
2021-10-14
netfilter: ipvs: remove unneeded input wrappers
Florian Westphal
-53
/
+4
2021-10-14
netfilter: ipvs: remove unneeded output wrappers
Florian Westphal
-56
/
+6
[prev]
[next]