summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-01-06nfsd: don't use sv_nrthreads in connection limiting calculations.NeilBrown
2025-01-05netfilter: xt_hashlimit: htable_selective_cleanup() optimizationEric Dumazet
2025-01-05ipvs: speed up reads from ip_vs_conn proc fileFlorian Westphal
2025-01-05netfilter: nf_tables: remove the genmask parametertuqiang
2025-01-04net: corrections for security_secid_to_secctx returnsCasey Schaufler
2025-01-04Merge tag 'ieee802154-for-net-next-2025-01-03' of git://git.kernel.org/pub/sc...Jakub Kicinski
2025-01-04Merge tag 'ieee802154-for-net-2025-01-03' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2025-01-04net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet
2025-01-04net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-03Merge tag 'net-6.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu
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