summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski2025-01-083-18/+34
* ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima2025-01-081-3/+7
* tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington2025-01-081-1/+1
* net: don't dump Tx and uninitialized NAPIsJakub Kicinski2025-01-071-2/+3
* Merge tag 'ieee802154-for-net-2025-01-03' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2025-01-051-0/+4
|\
| * mac802154: check local interfaces before deleting sdata listLizhi Xu2024-11-191-0/+4
* | net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet2025-01-041-1/+2
* | net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor2025-01-041-2/+2
* | Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2025-01-0312-45/+62
|\ \
| * | mptcp: prevent excessive coalescing on receivePaolo Abeni2025-01-031-0/+1
| * | mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni2025-01-031-9/+9
| * | mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni2025-01-031-3/+3
| * | ila: serialize calls to nf_register_net_hooks()Eric Dumazet2025-01-031-5/+11
| * | af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet2025-01-031-12/+4
| * | af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet2025-01-031-9/+3
| * | net: restrict SO_REUSEPORT to inet socketsEric Dumazet2025-01-031-1/+4
| * | 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
|\ \ \ | |/ / |/| |