summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2024-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-10rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump()Eric Dumazet
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet
2024-12-10net: pktgen: Use kthread_create_on_cpu()Frederic Weisbecker
2024-12-10bpf: consider that tail calls invalidate packet pointersEduard Zingerman
2024-12-10bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman
2024-12-10bpf, sockmap: Fix race between element replace and close()Michal Luczaj
2024-12-10bpf, sockmap: Fix update element with sameMichal Luczaj
2024-12-07rtnetlink: fix error code in rtnl_newlink()Dan Carpenter
2024-12-06net: defer final 'struct net' free in netns dismantleEric Dumazet
2024-12-05page_pool: make page_pool_put_page_bulk() handle array of netmemsAlexander Lobakin
2024-12-05xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen
2024-12-05xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model()Alexander Lobakin
2024-12-05xdp: allow attaching already registered memory model to xdp_rxq_infoAlexander Lobakin
2024-12-05bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski