summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-01-09netdev: define NETDEV_INTERNALJakub Kicinski
2025-01-09net: make sure we retain NAPI ordering on netdev->napi_listJakub Kicinski
2025-01-09net: hsr: remove synchronize_rcu() from hsr_add_port()Eric Dumazet
2025-01-09net: no longer reset transport_header in __netif_receive_skb_core()Eric Dumazet
2025-01-09netlink: add IPv6 anycast join/leave notificationsYuyang Huang
2025-01-07net: dsa: no longer call ds->ops->get_mac_eee()Russell King (Oracle)
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_dev_net().Kuniyuki Iwashima
2025-01-07net: Hold rtnl_net_lock() in (un)?register_netdevice_notifier_net().Kuniyuki Iwashima
2025-01-07net: Hold __rtnl_net_lock() in (un)?register_netdevice_notifier().Kuniyuki Iwashima
2025-01-07net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down()Eric Dumazet
2025-01-07bridge: Make br_is_nd_neigh_msg() accept pointer to "const struct sk_buff"Ted Chen
2025-01-07dev: Hold per-netns RTNL in (un)?register_netdev().Kuniyuki Iwashima
2025-01-07rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima
2025-01-06net: hsr: remove one synchronize_rcu() from hsr_del_port()Eric Dumazet
2025-01-06ax25: rcu protect dev->ax25_ptrEric Dumazet
2025-01-06sctp: Prepare sctp_v4_get_dst() to dscp_t conversion.Guillaume Nault
2025-01-04Merge tag 'ieee802154-for-net-next-2025-01-03' of git://git.kernel.org/pub/sc...Jakub Kicinski
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-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-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