index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packets
Willem de Bruijn
2025-01-03
1
-1
/
+3
|
|
|
/
|
|
/
|
|
*
|
mptcp: fix TCP options overflow.
Paolo Abeni
2024-12-31
1
-0
/
+7
|
*
|
net: llc: reset skb->transport_header
Antonio Pastor
2024-12-27
1
-1
/
+1
|
*
|
net/sctp: Prevent autoclose integer overflow in sctp_association_init()
Nikolay Kuratov
2024-12-23
1
-1
/
+2
|
*
|
netrom: check buffer length before accessing it
Ilya Shchipletsov
2024-12-23
1
-0
/
+6
|
*
|
net: Fix netns for ip_tunnel_init_flow()
Xiao Liang
2024-12-23
1
-3
/
+3
|
*
|
net: fix memory leak in tcp_conn_request()
Wang Liang
2024-12-23
1
-0
/
+1
|
*
|
netdev-genl: avoid empty messages in napi get
Jakub Kicinski
2024-12-20
1
-1
/
+5
*
|
|
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2024-12-21
3
-15
/
+31
|
\
\
\
|
*
|
|
bpf: Check negative offsets in __bpf_skb_min_len()
Cong Wang
2024-12-20
1
-6
/
+15
|
*
|
|
tcp_bpf: Fix copied value in tcp_bpf_sendmsg
Levi Zim
2024-12-20
1
-4
/
+4
|
*
|
|
skmsg: Return copied bytes in sk_msg_memcopy_from_iter
Levi Zim
2024-12-20
1
-2
/
+3
|
*
|
|
tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirection
Zijian Zhang
2024-12-20
2
-2
/
+8
|
*
|
|
tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()
Cong Wang
2024-12-20
1
-1
/
+1
*
|
|
|
Merge tag 'ceph-for-6.13-rc4' of https://github.com/ceph/ceph-client
Linus Torvalds
2024-12-21
1
-0
/
+2
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
ceph: allocate sparse_ext map only for sparse reads
Ilya Dryomov
2024-12-16
1
-0
/
+2
|
|
/
/
*
|
|
Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-12-19
12
-41
/
+203
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
net: mctp: handle skb cleanup on sock_queue failures
Jeremy Kerr
2024-12-19
2
-10
/
+112
|
*
|
Merge tag 'nf-24-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-12-19
2
-2
/
+5
|
|
\
\
|
|
*
|
netfilter: ipset: Fix for recursive locking warning
Phil Sutter
2024-12-19
1
-0
/
+3
|
|
*
|
ipvs: Fix clamp() of ip_vs_conn_tab on small memory systems
David Laight
2024-12-18
1
-2
/
+2
|
*
|
|
psample: adjust size if rate_as_probability is set
Adrian Moreno
2024-12-19
1
-3
/
+6
|
*
|
|
netdev-genl: avoid empty messages in queue dump
Jakub Kicinski
2024-12-19
1
-2
/
+2
|
*
|
|
net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg...
Vladimir Oltean
2024-12-19
1
-5
/
+11
|
|
/
/
|
*
|
rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().
Kuniyuki Iwashima
2024-12-18
1
-2
/
+3
|
*
|
netdev: fix repeated netlink messages in queue stats
Jakub Kicinski
2024-12-17
1
-2
/
+2
|
*
|
netdev: fix repeated netlink messages in queue dump
Jakub Kicinski
2024-12-17
1
-7
/
+4
|
*
|
net/smc: check return value of sock_recvmsg when draining clc data
Guangguan Wang
2024-12-15
1
-0
/
+5
|
*
|
net/smc: check smcd_v2_ext_offset when receiving proposal msg
Guangguan Wang
2024-12-15
2
-1
/
+9
|
*
|
net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msg
Guangguan Wang
2024-12-15
3
-3
/
+16
|
*
|
net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msg
Guangguan Wang
2024-12-15
3
-2
/
+14
|
*
|
net/smc: check sndbuf_space again after NOSPACE flag is set in smc_poll
Guangguan Wang
2024-12-15
1
-0
/
+7
|
*
|
net/smc: protect link down work from execute after lgr freed
Guangguan Wang
2024-12-15
1
-2
/
+7
*
|
|
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2024-12-14
2
-38
/
+33
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bpf: consider that tail calls invalidate packet pointers
Eduard Zingerman
2024-12-10
1
-0
/
+2
|
*
|
bpf: refactor bpf_helper_changes_pkt_data to use helper number
Eduard Zingerman
2024-12-10
1
-35
/
+28
|
*
|
bpf, sockmap: Fix race between element replace and close()
Michal Luczaj
2024-12-10
1
-3
/
+2
|
*
|
bpf, sockmap: Fix update element with same
Michal Luczaj
2024-12-10
1
-0
/
+1
*
|
|
Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2024-12-12
30
-232
/
+343
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2024-12-12
9
-99
/
+132
|
|
\
\
|
|
*
|
Bluetooth: iso: Fix circular lock in iso_conn_big_sync
Iulia Tanasescu
2024-12-12
1
-7
/
+27
|
|
*
|
Bluetooth: iso: Fix circular lock in iso_listen_bis
Iulia Tanasescu
2024-12-12
1
-2
/
+12
|
|
*
|
Bluetooth: SCO: Add support for 16 bits transparent voice setting
Frédéric Danis
2024-12-12
1
-14
/
+15
|
|
*
|
Bluetooth: iso: Fix recursive locking warning
Iulia Tanasescu
2024-12-12
1
-2
/
+6
|
|
*
|
Bluetooth: iso: Always release hdev at the end of iso_listen_bis
Iulia Tanasescu
2024-12-12
1
-2
/
+1
|
|
*
|
Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating
Luiz Augusto von Dentz
2024-12-12
1
-22
/
+11
|
|
*
|
Bluetooth: hci_core: Fix sleeping function called from invalid context
Luiz Augusto von Dentz
2024-12-12
5
-19
/
+27
|
|
*
|
Bluetooth: Improve setsockopt() handling of malformed user input
Michal Luczaj
2024-12-11
5
-31
/
+33
|
*
|
|
net: dsa: tag_ocelot_8021q: fix broken reception
Robert Hodaszi
2024-12-12
1
-1
/
+1
|
*
|
|
Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
2024-12-12
2
-41
/
+43
|
|
\
\
\
[prev]
[next]