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