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
*
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
|
*
netfilter: nf_tables: prefer kfree_rcu(ptr, rcu) variant
Eric Dumazet
2022-02-23
1
-2
/
+2
*
|
net: Get rcv tstamp if needed in nfnetlink_{log, queue}.c
Martin KaFai Lau
2022-03-03
2
-5
/
+9
*
|
net: Add skb_clear_tstamp() to keep the mono delivery_time
Martin KaFai Lau
2022-03-03
4
-7
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-24
7
-6
/
+57
|
\
|
|
*
netfilter: nf_tables: fix memory leak during stateful obj update
Florian Westphal
2022-02-22
1
-4
/
+9
|
*
netfilter: nft_limit: fix stateful object memory leak
Florian Westphal
2022-02-21
1
-0
/
+18
|
*
netfilter: nf_tables: unregister flowtable hooks on netns exit
Pablo Neira Ayuso
2022-02-21
1
-0
/
+3
|
*
netfilter: nf_tables_offload: incorrect flow offload action array size
Pablo Neira Ayuso
2022-02-20
4
-2
/
+25
|
*
netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency
Pablo Neira Ayuso
2022-02-13
1
-0
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
2
-2
/
+4
|
\
|
|
*
netfilter: nft_synproxy: unregister hooks on init error path
Pablo Neira Ayuso
2022-02-10
1
-1
/
+3
|
*
netfilter: xt_socket: fix a typo in socket_mt_destroy()
Eric Dumazet
2022-02-09
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-10
5
-24
/
+58
|
\
|
|
*
netfilter: ctnetlink: disable helper autoassign
Florian Westphal
2022-02-04
1
-1
/
+2
|
*
netfilter: conntrack: re-init state for retransmitted syn-ack
Florian Westphal
2022-02-04
1
-0
/
+12
|
*
netfilter: conntrack: move synack init code to helper
Florian Westphal
2022-02-04
1
-18
/
+29
|
*
netfilter: nft_payload: don't allow th access for fragments
Florian Westphal
2022-02-04
2
-5
/
+6
|
*
netfilter: conntrack: don't refresh sctp entries in closed state
Florian Westphal
2022-02-04
1
-0
/
+9
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2022-02-09
20
-411
/
+403
|
\
\
|
*
|
netfilter: ctnetlink: use dump structure instead of raw args
Florian Westphal
2022-02-09
1
-12
/
+24
|
*
|
nfqueue: enable to set skb->priority
Nicolas Dichtel
2022-02-09
1
-0
/
+8
|
*
|
netfilter: nft_cmp: optimize comparison for 16-bytes
Pablo Neira Ayuso
2022-02-09
2
-2
/
+116
|
*
|
netfilter: cttimeout: use option structure
Florian Westphal
2022-02-09
2
-22
/
+20
|
*
|
netfilter: ecache: don't use nf_conn spinlock
Florian Westphal
2022-02-09
1
-12
/
+13
|
*
|
netfilter: nft_compat: suppress comment match
Florian Westphal
2022-02-04
1
-0
/
+9
|
*
|
netfilter: exthdr: add support for tcp option removal
Florian Westphal
2022-02-04
1
-1
/
+95
|
*
|
netfilter: conntrack: pptp: use single option structure
Florian Westphal
2022-02-04
1
-42
/
+18
|
*
|
netfilter: conntrack: remove extension register api
Florian Westphal
2022-02-04
11
-227
/
+7
|
*
|
netfilter: conntrack: handle ->destroy hook via nat_ops instead
Florian Westphal
2022-02-04
3
-33
/
+15
|
*
|
netfilter: conntrack: move extension sizes into core
Florian Westphal
2022-02-04
11
-56
/
+76
|
*
|
netfilter: conntrack: make all extensions 8-byte alignned
Florian Westphal
2022-02-04
10
-10
/
+1
|
*
|
netfilter: nfqueue: enable to get skb->priority
Nicolas Dichtel
2022-02-04
1
-0
/
+5
|
*
|
netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY
Kevin Mitchell
2022-02-04
1
-1
/
+3
*
|
|
net: netfilter: use kfree_drop_reason() for NF_DROP
Menglong Dong
2022-02-07
1
-1
/
+2
|
/
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-03
3
-2
/
+16
|
\
|
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2022-01-27
3
-2
/
+16
|
|
\
|
|
*
netfilter: nf_tables: remove assignment with no effect in chain blob builder
Pablo Neira Ayuso
2022-01-27
1
-1
/
+0
|
|
*
netfilter: nft_byteorder: track register operations
Pablo Neira Ayuso
2022-01-27
1
-0
/
+12
|
|
*
netfilter: nft_ct: fix use after free when attaching zone template
Florian Westphal
2022-01-27
1
-1
/
+4
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-27
3
-16
/
+16
|
\
|
|
|
*
|
Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-01-27
4
-9
/
+19
|
|
\
|
|
*
|
proc: remove PDE_DATA() completely
Muchun Song
2022-01-22
3
-16
/
+16
*
|
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-01-24
3
-0
/
+270
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
Kumar Kartikeya Dwivedi
2022-01-18
3
-0
/
+270
[next]