summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-01-10bpf: Fix bpf_sk_select_reuseport() memory leakMichal Luczaj
2025-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-09netdev: define NETDEV_INTERNALJakub Kicinski
2025-01-09net: make sure we retain NAPI ordering on netdev->napi_listJakub Kicinski
2025-01-09net: no longer reset transport_header in __netif_receive_skb_core()Eric Dumazet
2025-01-08bpf: Disable migration when cloning sock storageHou Tao
2025-01-08bpf: Disable migration when destroying sock storageHou Tao
2025-01-08netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski
2025-01-07ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima
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-07dev: Hold per-netns RTNL in (un)?register_netdev().Kuniyuki Iwashima
2025-01-07rtnetlink: Add rtnl_net_lock_killable().Kuniyuki Iwashima
2025-01-07net: don't dump Tx and uninitialized NAPIsJakub 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-02net: restrict SO_REUSEPORT to inet socketsEric Dumazet
2025-01-02net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-20bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang
2024-12-20skmsg: Return copied bytes in sk_msg_memcopy_from_iterLevi Zim
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-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-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-19net: fib_rules: Enable flow label selector usageIdo Schimmel
2024-12-19net: fib_rules: Add flow label selector attributesIdo Schimmel
2024-12-18netdev-genl: avoid empty messages in queue dumpJakub Kicinski
2024-12-17rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima
2024-12-17net: page_pool: rename page_pool_is_last_ref()Jakub Kicinski
2024-12-16sock: Introduce SO_RCVPRIORITY socket optionAnna Emese Nyiri
2024-12-16sock: support SO_PRIORITY cmsgAnna Emese Nyiri
2024-12-16sock: Introduce sk_set_prio_allowed helper functionAnna Emese Nyiri
2024-12-16netdev: fix repeated netlink messages in queue statsJakub Kicinski
2024-12-16netdev: fix repeated netlink messages in queue dumpJakub Kicinski
2024-12-16net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent
2024-12-16net: Make net_hwtstamp_validate accessibleKory Maincent
2024-12-16net: Make dev_get_hwtstamp_phylib accessibleKory Maincent
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-12page_pool: disable sync for cpu for dmabuf memory providerMina Almasry
2024-12-12page_pool: Set `dma_sync` to false for devmem memory providerSamiullah Khawaja
2024-12-12net: page_pool: rename page_pool_alloc_netmem to *_netmemsMina Almasry
2024-12-12xdp: make __xdp_return() MP-agnosticAlexander Lobakin
2024-12-12xdp: get rid of xdp_frame::mem.idAlexander Lobakin
2024-12-12page_pool: allow mixing PPs within one bulkAlexander Lobakin