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-02-22
netfilter: nf_tables: fix memory leak during stateful obj update
Florian Westphal
1
-4
/
+9
2022-02-21
netfilter: nft_limit: fix stateful object memory leak
Florian Westphal
1
-0
/
+18
2022-02-21
netfilter: nf_tables: unregister flowtable hooks on netns exit
Pablo Neira Ayuso
1
-0
/
+3
2022-02-20
netfilter: nf_tables_offload: incorrect flow offload action array size
Pablo Neira Ayuso
4
-2
/
+25
2022-02-13
netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
Pablo Neira Ayuso
1
-0
/
+2
2022-02-10
netfilter: nft_synproxy: unregister hooks on init error path
Pablo Neira Ayuso
1
-1
/
+3
2022-02-09
netfilter: xt_socket: fix a typo in socket_mt_destroy()
Eric Dumazet
1
-1
/
+1
2022-02-04
netfilter: ctnetlink: disable helper autoassign
Florian Westphal
1
-1
/
+2
2022-02-04
netfilter: conntrack: re-init state for retransmitted syn-ack
Florian Westphal
1
-0
/
+12
2022-02-04
netfilter: conntrack: move synack init code to helper
Florian Westphal
1
-18
/
+29
2022-02-04
netfilter: nft_payload: don't allow th access for fragments
Florian Westphal
2
-5
/
+6
2022-02-04
netfilter: conntrack: don't refresh sctp entries in closed state
Florian Westphal
1
-0
/
+9
2022-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
3
-2
/
+16
2022-01-27
Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-9
/
+19
2022-01-27
netfilter: nf_tables: remove assignment with no effect in chain blob builder
Pablo Neira Ayuso
1
-1
/
+0
2022-01-27
netfilter: nft_byteorder: track register operations
Pablo Neira Ayuso
1
-0
/
+12
2022-01-27
netfilter: nft_ct: fix use after free when attaching zone template
Florian Westphal
1
-1
/
+4
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
3
-16
/
+16
2022-01-16
netfilter: conntrack: don't increment invalid counter on NF_REPEAT
Florian Westphal
1
-3
/
+5
2022-01-13
netfilter: nft_connlimit: memleak if nf_ct_netns_get() fails
Pablo Neira Ayuso
1
-1
/
+10
2022-01-12
netfilter: nf_tables: set last expression in register tracking area
Pablo Neira Ayuso
1
-1
/
+1
2022-01-11
netfilter: nf_tables: remove unused variable
Pablo Neira Ayuso
1
-2
/
+0
2022-01-11
netfilter: nf_conntrack_netbios_ns: fix helper module alias
Florian Westphal
1
-2
/
+3
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
[next]