index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
netfilter
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
3
-16
/
+16
2022-01-10
netfilter: nf_tables: typo NULL check in _clone() function
Pablo Neira Ayuso
4
-4
/
+4
2022-01-10
netfilter: nf_tables: don't use 'data_size' uninitialized
Linus Torvalds
1
-0
/
+1
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+11
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
29
-285
/
+786
2022-01-09
netfilter: nft_meta: cancel register tracking after meta update
Pablo Neira Ayuso
1
-0
/
+20
2022-01-09
netfilter: nft_payload: cancel register tracking after payload update
Pablo Neira Ayuso
1
-0
/
+21
2022-01-09
netfilter: nft_bitwise: track register operations
Pablo Neira Ayuso
3
-2
/
+97
2022-01-09
netfilter: nft_meta: track register operations
Pablo Neira Ayuso
1
-0
/
+28
2022-01-09
netfilter: nft_payload: track register operations
Pablo Neira Ayuso
1
-0
/
+30
2022-01-09
netfilter: nf_tables: add register tracking infrastructure
Pablo Neira Ayuso
1
-0
/
+11
2022-01-09
netfilter: nf_tables: add rule blob layout
Pablo Neira Ayuso
3
-63
/
+129
2022-01-09
netfilter: nft_limit: move stateful fields out of expression data
Pablo Neira Ayuso
1
-12
/
+82
2022-01-09
netfilter: nft_limit: rename stateful structure
Pablo Neira Ayuso
1
-52
/
+52
2022-01-09
netfilter: nft_numgen: move stateful fields out of expression data
Pablo Neira Ayuso
1
-6
/
+28
2022-01-09
netfilter: nft_quota: move stateful fields out of expression data
Pablo Neira Ayuso
1
-5
/
+47
2022-01-09
netfilter: nft_last: move stateful fields out of expression data
Pablo Neira Ayuso
1
-18
/
+51
2022-01-09
netfilter: nft_connlimit: move stateful fields out of expression data
Pablo Neira Ayuso
1
-8
/
+18
2022-01-09
net: prefer nf_ct_put instead of nf_conntrack_put
Florian Westphal
1
-2
/
+2
2022-01-09
netfilter: conntrack: avoid useless indirection during conntrack destruction
Florian Westphal
1
-6
/
+6
2022-01-09
netfilter: make function op structures const
Florian Westphal
5
-14
/
+14
2022-01-09
netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook
Florian Westphal
2
-14
/
+9
2022-01-09
netfilter: conntrack: convert to refcount_t api
Florian Westphal
8
-27
/
+23
2022-01-06
netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone
Florian Westphal
1
-0
/
+8
2022-01-06
netfilter: nft_payload: do not update layer 4 checksum when mangling fragments
Pablo Neira Ayuso
1
-0
/
+3
2022-01-04
net/sched: act_ct: Fill offloading tuple iifidx
Paul Blakey
1
-1
/
+5
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-0
/
+2
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2
-0
/
+2
2021-12-24
netfilter: nft_set_pipapo_avx2: remove redundant pointer lt
Colin Ian King
1
-3
/
+1
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-6
/
+9
2021-12-23
netfilter: flowtable: remove ipv4/ipv6 modules
Florian Westphal
1
-0
/
+26
2021-12-23
netfilter: nat: force port remap to prevent shadowing well-known ports
Florian Westphal
1
-3
/
+40
2021-12-23
netfilter: conntrack: tag conntracks picked up in local out hook
Florian Westphal
1
-0
/
+3
2021-12-23
netfilter: nf_tables: make counter support built-in
Pablo Neira Ayuso
4
-51
/
+21
2021-12-23
netfilter: nf_tables: replace WARN_ON by WARN_ON_ONCE for unknown verdicts
Pablo Neira Ayuso
1
-1
/
+1
2021-12-23
netfilter: nf_tables: consolidate rule verdict trace call
Pablo Neira Ayuso
1
-7
/
+32
2021-12-23
netfilter: nft_payload: WARN_ON_ONCE instead of BUG
Pablo Neira Ayuso
1
-2
/
+4
2021-12-23
netfilter: nf_tables: remove rcu read-size lock
Pablo Neira Ayuso
1
-2
/
+0
2021-12-16
netfilter: ctnetlink: remove expired entries first
Florian Westphal
1
-2
/
+3
2021-12-16
netfilter: nf_nat_masquerade: add netns refcount tracker to masq_dev_work
Eric Dumazet
1
-1
/
+3
2021-12-16
netfilter: nfnetlink: add netns refcount tracker to struct nfulnl_instance
Eric Dumazet
1
-2
/
+3
2021-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
5
-18
/
+9
2021-12-16
netfilter: conntrack: Remove useless assignment statements
luo penghao
1
-1
/
+0
2021-12-16
netfilter: fix regression in looped (broad|multi)cast's MAC handling
Ignacy Gawędzki
2
-2
/
+4
2021-12-15
netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()
Eric Dumazet
1
-2
/
+2
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-12
/
+15
2021-12-08
netfilter: conntrack: annotate data-races around ct->timeout
Eric Dumazet
3
-6
/
+6
2021-12-08
netfilter: nft_exthdr: break evaluation if setting TCP option fails
Pablo Neira Ayuso
1
-4
/
+7
2021-12-08
nft_set_pipapo: Fix bucket load in AVX2 lookup routine for six 8-bit groups
Stefano Brivio
1
-1
/
+1
2021-11-30
netfilter: nft_fwd_netdev: Support egress hook
Pablo Neira Ayuso
1
-2
/
+5
[next]