summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn2025-01-031-1/+3
| | |/ | |/|
| * | mptcp: fix TCP options overflow.Paolo Abeni2024-12-311-0/+7
| * | net: llc: reset skb->transport_headerAntonio Pastor2024-12-271-1/+1
| * | net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov2024-12-231-1/+2
| * | netrom: check buffer length before accessing itIlya Shchipletsov2024-12-231-0/+6
| * | net: Fix netns for ip_tunnel_init_flow()Xiao Liang2024-12-231-3/+3
| * | net: fix memory leak in tcp_conn_request()Wang Liang2024-12-231-0/+1
| * | netdev-genl: avoid empty messages in napi getJakub Kicinski2024-12-201-1/+5
* | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-213-15/+31
|\ \ \
| * | | bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang2024-12-201-6/+15
| * | | tcp_bpf: Fix copied value in tcp_bpf_sendmsgLevi Zim2024-12-201-4/+4
| * | | skmsg: Return copied bytes in sk_msg_memcopy_from_iterLevi Zim2024-12-201-2/+3
| * | | tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang2024-12-202-2/+8
| * | | tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang2024-12-201-1/+1
* | | | Merge tag 'ceph-for-6.13-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2024-12-211-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | ceph: allocate sparse_ext map only for sparse readsIlya Dryomov2024-12-161-0/+2
| |/ /
* | | Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-12-1912-41/+203
|\ \ \ | |/ / |/| |
| * | net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr2024-12-192-10/+112
| * | Merge tag 'nf-24-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-12-192-2/+5
| |\ \
| | * | netfilter: ipset: Fix for recursive locking warningPhil Sutter2024-12-191-0/+3
| | * | ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight2024-12-181-2/+2
| * | | psample: adjust size if rate_as_probability is setAdrian Moreno2024-12-191-3/+6
| * | | netdev-genl: avoid empty messages in queue dumpJakub Kicinski2024-12-191-2/+2
| * | | net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg...Vladimir Oltean2024-12-191-5/+11
| |/ /
| * | rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima2024-12-181-2/+3
| * | netdev: fix repeated netlink messages in queue statsJakub Kicinski2024-12-171-2/+2
| * | netdev: fix repeated netlink messages in queue dumpJakub Kicinski2024-12-171-7/+4
| * | net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang2024-12-151-0/+5
| * | net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang2024-12-152-1/+9
| * | net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang2024-12-153-3/+16
| * | net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang2024-12-153-2/+14
| * | net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang2024-12-151-0/+7
| * | net/smc: protect link down work from execute after lgr freedGuangguan Wang2024-12-151-2/+7
* | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-142-38/+33
|\ \ \ | |/ / |/| |
| * | bpf: consider that tail calls invalidate packet pointersEduard Zingerman2024-12-101-0/+2
| * | bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman2024-12-101-35/+28
| * | bpf, sockmap: Fix race between element replace and close()Michal Luczaj2024-12-101-3/+2
| * | bpf, sockmap: Fix update element with sameMichal Luczaj2024-12-101-0/+1
* | | Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-12-1230-232/+343
|\ \ \ | |/ / |/| |
| * | Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2024-12-129-99/+132
| |\ \
| | * | Bluetooth: iso: Fix circular lock in iso_conn_big_syncIulia Tanasescu2024-12-121-7/+27
| | * | Bluetooth: iso: Fix circular lock in iso_listen_bisIulia Tanasescu2024-12-121-2/+12
| | * | Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis2024-12-121-14/+15
| | * | Bluetooth: iso: Fix recursive locking warningIulia Tanasescu2024-12-121-2/+6
| | * | Bluetooth: iso: Always release hdev at the end of iso_listen_bisIulia Tanasescu2024-12-121-2/+1
| | * | Bluetooth: hci_event: Fix using rcu_read_(un)lock while iteratingLuiz Augusto von Dentz2024-12-121-22/+11
| | * | Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz2024-12-125-19/+27
| | * | Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj2024-12-115-31/+33
| * | | net: dsa: tag_ocelot_8021q: fix broken receptionRobert Hodaszi2024-12-121-1/+1
| * | | Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-12-122-41/+43
| |\ \ \