summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2026-06-12net: watchdog: fix refcount tracking racesEric Dumazet
2026-06-12net: remove some unused EXPORT_SYMBOL()sSabrina Dubroca
2026-06-11net: Stop leased rxq before uninstalling its memory providerDaniel Borkmann
2026-06-11net: fib_rules: Don't dump dying fib_rule in fib_rules_dump().Kuniyuki Iwashima
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-09net: guard timestamp cmsgs to real error queue skbsKyle Zeng
2026-06-09net: add retry mechanism to ndo_set_rx_mode_asyncStanislav Fomichev
2026-06-09net: ethtool: make dev->hwprov ops-protectedJakub Kicinski
2026-06-09netconsole: do not dequeue pooled skbs that cannot satisfy lenBreno Leitao
2026-06-08netdev: fix double-free in netdev_nl_bind_rx_doit()Jakub Kicinski
2026-06-08net: add pskb_may_pull() to skb_gro_receive_list()HanQuan
2026-06-08net: ensure SCM_TXTIME delivery time is no older than system bootWillem de Bruijn
2026-06-08neighbour: remove obsolete EXPORT_SYMBOL()Eric Dumazet
2026-06-08tcp: restrict SO_ATTACH_FILTER to priv usersEric Dumazet
2026-06-05net: devmem: allow bind-rx from non-init user namespacesBobby Eshleman
2026-06-05bpf: Update transport_header when encapsulating UDP tunnel in lwtLeon Hwang
2026-06-04rtnetlink: use dev_isalive() in rtnl_getlink()Eric Dumazet
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-04net: document NETDEV_CHANGENAME as ops lockedJakub Kicinski
2026-06-04net: rename netdev_ops_assert_locked()Jakub Kicinski
2026-06-03mm/slab: improve kmem_cache_alloc_bulkChristoph Hellwig
2026-06-02net: Annotate sk->sk_write_space() for UDP SOCKMAP.Kuniyuki Iwashima
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-05-29net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov
2026-05-29bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu
2026-05-28net: make page_pool_get_stats() voidJakub Kicinski
2026-05-28docs: page_pool: drop the mention of the legacy stats APIJakub Kicinski
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-28Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-05-28net: skbuff: fix missing zerocopy reference in pskb_carve helpersMinh Nguyen
2026-05-27net: page_pool: silence static analysis warnings in page_pool_nl_stats_fill()Zhao Dongdong
2026-05-26rtnetlink: add RTEXT_FILTER_NAME_ONLY support to rtnl_dump_ifinfo()Eric Dumazet
2026-05-26rtnetlink: do not assume RTNL is held in link_master_filtered()Eric Dumazet
2026-05-26rtnetlink: do not acquire RTNL in rtnl_getlink() with RTEXT_FILTER_NAME_ONLYEric Dumazet
2026-05-26net: defer netdev_name_node_alt_flush() call to netdev_run_todo()Eric Dumazet
2026-05-26rtnetlink: use nla_nest_end_safe() in rtnl_fill_prop_list()Eric Dumazet
2026-05-26net: napi: Skip last poll when arming gro timer in busy pollMartin Karsten
2026-05-26Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/s...Linus Torvalds
2026-05-26net: Avoid checksumming unreadable skb tail on trimBjörn Töpel
2026-05-22dpll: change dpll_netdev_pin_handle_size() to assume DPLL_A_PIN_ID will be usedEric Dumazet
2026-05-22rtnetlink: do not use RTNL in rtnl_af_register() and rtnl_af_unregister()Eric Dumazet
2026-05-21Revert "mm: introduce a new page type for page pool in page type"Byungchul Park
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-21net: bridge: prevent too big nested attributes in br_fill_linkxstats()Eric Dumazet
2026-05-21net: gro: don't merge zcopy skbsSabrina Dubroca
2026-05-21netpoll: normalize skb->dev to the netpoll deviceZhang Cen
2026-05-21net: skbuff: propagate shared-frag marker through frag-transfer helpersHyunwoo Kim
2026-05-20net: devmem: reject dma-buf bind with non-page-aligned size or SG lengthDavid Carlier
2026-05-20bpf, skmsg: fix verdict sk_data_ready racing with ktls rxXingwang Xiang
2026-05-18net: devmem: support TX over NETMEM_TX_NO_DMA devicesBobby Eshleman