index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-23
395
-1515
/
+3232
|
\
|
*
Merge tag 'net-6.8.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-02-22
75
-378
/
+870
|
|
\
|
|
*
l2tp: pass correct message length to ip6_append_data
Tom Parkin
2024-02-22
1
-1
/
+1
|
|
*
Merge tag 'nf-24-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-02-22
3
-43
/
+57
|
|
|
\
|
|
|
*
netfilter: nf_tables: use kzalloc for hook allocation
Florian Westphal
2024-02-22
1
-1
/
+1
|
|
|
*
netfilter: nf_tables: register hooks last when adding new chain/flowtable
Pablo Neira Ayuso
2024-02-22
1
-38
/
+40
|
|
|
*
netfilter: nft_flow_offload: release dst in case direct xmit path is used
Pablo Neira Ayuso
2024-02-22
1
-0
/
+1
|
|
|
*
netfilter: nft_flow_offload: reset dst in route object after setting up flow
Pablo Neira Ayuso
2024-02-22
2
-4
/
+14
|
|
|
*
netfilter: nf_tables: set dormant flag on hook register failure
Florian Westphal
2024-02-22
1
-0
/
+1
|
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Paolo Abeni
2024-02-22
15
-17
/
+217
|
|
|
\
\
|
|
|
*
|
bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()
Shigeru Yoshida
2024-02-21
1
-2
/
+5
|
|
|
*
|
selftests/bpf: Add negtive test cases for task iter
Yafang Shao
2024-02-19
2
-1
/
+12
|
|
|
*
|
bpf: Fix an issue due to uninitialized bpf_iter_task
Yafang Shao
2024-02-19
1
-0
/
+2
|
|
|
*
|
selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...
Martin KaFai Lau
2024-02-19
2
-2
/
+67
|
|
|
*
|
bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel
Martin KaFai Lau
2024-02-19
1
-1
/
+4
|
|
|
*
|
Merge branch 'fix-the-read-of-vsyscall-page-through-bpf'
Alexei Starovoitov
2024-02-16
5
-9
/
+122
|
|
|
|
\
\
|
|
|
|
*
|
selftest/bpf: Test the read of vsyscall page under x86-64
Hou Tao
2024-02-16
2
-0
/
+102
|
|
|
|
*
|
x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()
Hou Tao
2024-02-16
1
-0
/
+10
|
|
|
|
*
|
x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.h
Hou Tao
2024-02-16
2
-9
/
+10
|
|
|
|
/
/
|
|
|
*
|
bpf, scripts: Correct GPL license name
Gianmarco Lusvardi
2024-02-14
1
-1
/
+1
|
|
|
*
|
xsk: Add truesize to skb_add_rx_frag().
Sebastian Andrzej Siewior
2024-02-13
1
-1
/
+2
|
|
|
*
|
bpf: Fix warning for bpf_cpumask in verifier
Hari Bathini
2024-02-13
1
-0
/
+2
|
|
*
|
|
net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHY
Siddharth Vadapalli
2024-02-22
1
-1
/
+3
|
|
*
|
|
Merge branch 'ioam6-fix-write-to-cloned-skb-s'
Paolo Abeni
2024-02-22
3
-67
/
+76
|
|
|
\
\
\
|
|
|
*
|
|
selftests: ioam: refactoring to align with the fix
Justin Iurman
2024-02-22
2
-67
/
+66
|
|
|
*
|
|
Fix write to cloned skb in ipv6_hop_ioam()
Justin Iurman
2024-02-22
1
-0
/
+10
|
|
|
/
/
/
|
|
*
|
|
phonet/pep: fix racy skb_queue_empty() use
Rémi Denis-Courmont
2024-02-22
1
-9
/
+32
|
|
*
|
|
phonet: take correct lock to peek at the RX queue
Rémi Denis-Courmont
2024-02-22
1
-2
/
+2
|
|
*
|
|
net: sparx5: Add spinlock for frame transmission from CPU
Horatiu Vultur
2024-02-22
3
-0
/
+4
|
|
*
|
|
net/sched: flower: Add lock protection when remove filter handle
Jianbo Liu
2024-02-22
1
-1
/
+4
|
|
*
|
|
devlink: fix port dump cmd type
Jiri Pirko
2024-02-22
1
-1
/
+1
|
|
*
|
|
net: stmmac: Fix EST offset for dwmac 5.10
Kurt Kanzenbach
2024-02-22
1
-1
/
+1
|
|
*
|
|
Merge branch 'tools-ynl-fix-impossible-errors'
Jakub Kicinski
2024-02-22
1
-4
/
+15
|
|
|
\
\
\
|
|
|
*
|
|
tools: ynl: don't leak mcast_groups on init error
Jakub Kicinski
2024-02-22
1
-1
/
+7
|
|
|
*
|
|
tools: ynl: make sure we always pass yarg to mnl_cb_run
Jakub Kicinski
2024-02-22
1
-3
/
+8
|
|
|
/
/
/
|
|
*
|
|
net: mctp: put sock on tag allocation failure
Jeremy Kerr
2024-02-22
1
-1
/
+1
|
|
*
|
|
Merge branch 'tls-fixes-for-record-type-handling-with-peek'
Jakub Kicinski
2024-02-21
2
-8
/
+61
|
|
|
\
\
\
|
|
|
*
|
|
selftests: tls: add test for peeking past a record of a different type
Sabrina Dubroca
2024-02-21
1
-0
/
+19
|
|
|
*
|
|
selftests: tls: add test for merging of same-type control messages
Sabrina Dubroca
2024-02-21
1
-0
/
+26
|
|
|
*
|
|
tls: don't skip over different type records from the rx_list
Sabrina Dubroca
2024-02-21
1
-8
/
+14
|
|
|
*
|
|
tls: stop recv() if initial process_rx_list gave us non-DATA
Sabrina Dubroca
2024-02-21
1
-1
/
+1
|
|
|
*
|
|
tls: break out of main loop when PEEK gets a non-data record
Sabrina Dubroca
2024-02-21
1
-0
/
+2
|
|
|
/
/
/
|
|
*
|
|
gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()
Vasiliy Kovalev
2024-02-21
1
-5
/
+5
|
|
*
|
|
MAINTAINERS: Add framer headers to NETWORKING [GENERAL]
Simon Horman
2024-02-21
1
-0
/
+2
|
|
*
|
|
af_unix: Drop oob_skb ref before purging queue in GC.
Kuniyuki Iwashima
2024-02-21
1
-13
/
+9
|
|
*
|
|
net: ipa: don't overrun IPA suspend interrupt registers
Alex Elder
2024-02-21
1
-1
/
+1
|
|
*
|
|
net: implement lockless setsockopt(SO_PEEK_OFF)
Eric Dumazet
2024-02-21
3
-34
/
+15
|
|
*
|
|
octeontx2-af: Consider the action set by PF
Subbaraya Sundeep
2024-02-21
1
-0
/
+4
|
|
*
|
|
docs: netdev: update the link to the CI repo
Jakub Kicinski
2024-02-20
1
-1
/
+1
|
|
*
|
|
arp: Prevent overflow in arp_req_get().
Kuniyuki Iwashima
2024-02-20
1
-1
/
+2
[next]