summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-45/+62
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu-1/+1
2025-01-02mptcp: prevent excessive coalescing on receivePaolo Abeni-0/+1
2025-01-02mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni-9/+9
2025-01-02mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni-3/+3
2025-01-02ila: serialize calls to nf_register_net_hooks()Eric Dumazet-5/+11
2025-01-02af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet-12/+4
2025-01-02af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet-9/+3
2025-01-02ipv4: remove useless argYu Tian-6/+5
2025-01-02net: restrict SO_REUSEPORT to inet socketsEric Dumazet-1/+4
2025-01-02net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn-1/+3
2025-01-02devlink: Improve the port attributes descriptionParav Pandit-5/+6
2024-12-31MAINTAINERS: update email address of Marek LinderMarek Lindner-1/+1
2024-12-30mptcp: fix TCP options overflow.Paolo Abeni-0/+7
2024-12-30net: mac802154: Remove unused ieee802154_mlme_tx_oneDr. David Alan Gilbert-16/+0
2024-12-27net: llc: reset skb->transport_headerAntonio Pastor-1/+1
2024-12-23net: ethtool: Fix suspicious rcu_dereference usageKory Maincent-1/+4
2024-12-23netlink: correct nlmsg size for multicast notificationsYuyang Huang-5/+8
2024-12-23net: bridge: add skb drop reasons to the most common drop pointsRadu Rendec-9/+27
2024-12-23net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov-1/+2
2024-12-23netrom: check buffer length before accessing itIlya Shchipletsov-0/+6
2024-12-23net: Fix netns for ip_tunnel_init_flow()Xiao Liang-3/+3
2024-12-23net: fix memory leak in tcp_conn_request()Wang Liang-0/+1
2024-12-23udp: Deal with race between UDP socket address change and rehashStefano Brivio-0/+106
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-15/+31
2024-12-21Merge tag 'ceph-for-6.13-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds-0/+2
2024-12-20bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang-6/+15
2024-12-20tcp_bpf: Fix copied value in tcp_bpf_sendmsgLevi Zim-4/+4
2024-12-20skmsg: Return copied bytes in sk_msg_memcopy_from_iterLevi Zim-2/+3
2024-12-20l2tp: Use inet_sk_init_flowi4() in l2tp_ip_sendmsg().Guillaume Nault-13/+6
2024-12-20ipv4: Use inet_sk_init_flowi4() in __ip_queue_xmit().Guillaume Nault-12/+4
2024-12-20ipv4: Use inet_sk_init_flowi4() in inet_csk_rebuild_route().Guillaume Nault-9/+2
2024-12-20ipv4: Use inet_sk_init_flowi4() in ip4_datagram_release_cb().Guillaume Nault-9/+2
2024-12-20ipv4: Define inet_sk_init_flowi4() and use it in inet_sk_rebuild_header().Guillaume Nault-12/+2
2024-12-20net: bridge: Handle changes in VLAN_FLAG_BRIDGE_BINDINGPetr Machata-0/+40
2024-12-20net: bridge: Extract a helper to handle bridge_binding togglesPetr Machata-6/+14
2024-12-20inetpeer: avoid false sharing in inet_peer_xrlim_allow()Eric Dumazet-7/+11
2024-12-20netdev-genl: avoid empty messages in napi getJakub Kicinski-1/+5
2024-12-20tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang-2/+8
2024-12-20tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang-1/+1
2024-12-19xsk: add generic XSk &xdp_buff -> skb conversionAlexander Lobakin-0/+112
2024-12-19xdp: add generic xdp_build_skb_from_buff()Alexander Lobakin-0/+55
2024-12-19xdp: add generic xdp_buff_add_frag()Alexander Lobakin-0/+11
2024-12-19gre: Drop ip_route_output_gre().Guillaume Nault-7/+10
2024-12-19af_unix: Add a prompt to CONFIG_AF_UNIX_OOBFlorent Revest-1/+3
2024-12-19Merge tag 'wireless-next-2024-12-19' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-531/+385
2024-12-19net: netlink: catch attempts to send empty messagesJakub Kicinski-0/+1
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-79/+236
2024-12-19Merge tag 'net-6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-41/+203
2024-12-19ipv6: Add flow label to route get requestsIdo Schimmel-1/+19