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: nft_socket: only do sk lookups when indev is available
Florian Westphal
2022-04-28
1
-14
/
+38
*
netfilter: conntrack: fix udp offload timeout sysctl
Volodymyr Mytnyk
2022-04-27
1
-1
/
+1
*
netfilter: nf_conntrack_tcp: re-init for syn packets only
Florian Westphal
2022-04-27
1
-15
/
+6
*
netfilter: nft_set_rbtree: overlap detection with element re-addition after d...
Pablo Neira Ayuso
2022-04-22
1
-1
/
+5
*
ipvs: correctly print the memory size of ip_vs_conn_tab
Pengcheng Yang
2022-04-19
1
-1
/
+1
*
netfilter: nf_tables: nft_parse_register can return a negative value
Antoine Tenart
2022-04-12
1
-1
/
+1
*
netfilter: nft_socket: make cgroup match work in input too
Florian Westphal
2022-04-11
1
-4
/
+3
*
netfilter: nf_tables: memcg accounting for dynamically allocated objects
Vasily Averin
2022-04-05
6
-6
/
+6
*
netfilter: bitwise: fix reduce comparisons
Jeremy Sowden
2022-03-29
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
2022-03-28
3
-27
/
+36
|
\
|
*
memcg: enable accounting for nft objects
Vasily Averin
2022-03-28
2
-23
/
+23
|
*
netfilter: nf_conntrack_tcp: preserve liberal flag in tcp options
Pablo Neira Ayuso
2022-03-24
1
-4
/
+13
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-23
4
-24
/
+35
|
\
|
|
*
netfilter: nf_tables: initialize registers in nft_do_chain()
Pablo Neira Ayuso
2022-03-17
1
-1
/
+1
|
*
netfilter: nf_tables: validate registers coming from userspace.
Pablo Neira Ayuso
2022-03-17
1
-5
/
+17
|
*
netfilter: flowtable: Fix QinQ and pppoe support for inet table
Pablo Neira Ayuso
2022-03-16
2
-18
/
+17
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-03-22
1
-2
/
+3
|
\
\
|
*
|
bpf: Replace __diag_ignore with unified __diag_ignore_all
Kumar Kartikeya Dwivedi
2022-03-05
1
-2
/
+3
*
|
|
netfilter: flowtable: pass flowtable to nf_flow_table_iterate()
Pablo Neira Ayuso
2022-03-20
1
-10
/
+10
*
|
|
netfilter: flowtable: remove redundant field in flow_offload_work struct
Pablo Neira Ayuso
2022-03-20
1
-5
/
+6
*
|
|
netfilter: nft_exthdr: add reduce support
Florian Westphal
2022-03-20
1
-0
/
+33
*
|
|
netfilter: nft_fib: add reduce support
Florian Westphal
2022-03-20
3
-0
/
+44
*
|
|
netfilter: nft_tunnel: track register operations
Pablo Neira Ayuso
2022-03-20
1
-0
/
+28
*
|
|
netfilter: nft_xfrm: track register operations
Pablo Neira Ayuso
2022-03-20
1
-0
/
+28
*
|
|
netfilter: nft_socket: track register operations
Pablo Neira Ayuso
2022-03-20
1
-0
/
+28
*
|
|
netfilter: nft_immediate: cancel register tracking for data destination register
Pablo Neira Ayuso
2022-03-20
1
-0
/
+12
*
|
|
netfilter: nft_hash: track register operations
Pablo Neira Ayuso
2022-03-20
1
-0
/
+36
*
|
|
netfilter: nft_osf: track register operations
Pablo Neira Ayuso
2022-03-20
1
-0
/
+25
*
|
|
netfilter: nft_numgen: cancel register tracking
Pablo Neira Ayuso
2022-03-20
1
-0
/
+22
*
|
|
netfilter: nft_meta: extend reduce support to bridge family
Florian Westphal
2022-03-20
1
-2
/
+3
*
|
|
netfilter: nft_lookup: only cancel tracking for clobbered dregs
Florian Westphal
2022-03-20
1
-0
/
+12
*
|
|
netfilter: nft_ct: track register operations
Pablo Neira Ayuso
2022-03-20
2
-0
/
+48
*
|
|
netfilter: nf_tables: cancel tracking for clobbered destination registers
Pablo Neira Ayuso
2022-03-20
5
-26
/
+78
*
|
|
netfilter: nf_tables: do not reduce read-only expressions
Pablo Neira Ayuso
2022-03-20
25
-1
/
+45
*
|
|
netfilter: conntrack: Add and use nf_ct_set_auto_assign_helper_warned()
Phil Sutter
2022-03-20
2
-0
/
+9
*
|
|
netfilter: conntrack: revisit gc autotuning
Florian Westphal
2022-03-19
1
-17
/
+68
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-17
3
-45
/
+10
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
netfilter: nf_tables: disable register tracking
Pablo Neira Ayuso
2022-03-12
1
-2
/
+7
|
*
|
Revert "netfilter: conntrack: tag conntracks picked up in local out hook"
Florian Westphal
2022-03-08
1
-3
/
+0
|
*
|
Revert "netfilter: nat: force port remap to prevent shadowing well-known ports"
Florian Westphal
2022-03-08
1
-40
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2022-03-15
6
-22
/
+116
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
netfilter: flowtable: Support GRE
Toshiaki Makita
2022-03-03
4
-19
/
+88
|
*
|
netfilter: nf_tables: Reject tables of unsupported family
Phil Sutter
2022-03-03
1
-0
/
+27
|
*
|
Revert "netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY"
Florian Westphal
2022-03-03
1
-3
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
5
-13
/
+50
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
Paul Blakey
2022-03-01
1
-1
/
+5
|
*
|
netfilter: nf_queue: handle socket prefetch
Florian Westphal
2022-03-01
1
-0
/
+12
|
*
|
netfilter: nf_queue: fix possible use-after-free
Florian Westphal
2022-03-01
2
-7
/
+18
|
*
|
netfilter: nf_queue: don't assume sk is full socket
Florian Westphal
2022-03-01
1
-1
/
+10
|
*
|
netfilter: fix use-after-free in __nf_register_net_hook()
Eric Dumazet
2022-02-28
1
-2
/
+3
[next]