summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2025-07-18net: s/dev_get_flags/netif_get_flags/Stanislav Fomichev
2025-07-18net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev
2025-07-18net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev
2025-07-18net: s/dev_get_mac_address/netif_get_mac_address/Stanislav Fomichev
2025-07-18net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev
2025-07-18net: selftests: add PHY-loopback test for bad TCP checksumsOleksij Rempel
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer
2025-07-18net: stream: add description for sk_stream_write_space()Suchit Karunakaran
2025-07-17neighbour: Update pneigh_entry in pneigh_create().Kuniyuki Iwashima
2025-07-17neighbour: Protect tbl->phash_buckets[] with a dedicated mutex.Kuniyuki Iwashima
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Remove __pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Use rcu_dereference() in pneigh_get_{first,next}().Kuniyuki Iwashima
2025-07-17neighbour: Drop read_lock_bh(&tbl->lock) in pneigh_dump_table().Kuniyuki Iwashima
2025-07-17neighbour: Convert RTM_GETNEIGH to RCU.Kuniyuki Iwashima
2025-07-17neighbour: Annotate access to struct pneigh_entry.{flags,protocol}.Kuniyuki Iwashima
2025-07-17neighbour: Free pneigh_entry after RCU grace period.Kuniyuki Iwashima
2025-07-17neighbour: Annotate neigh_table.phash_buckets and pneigh_entry.next with __rcu.Kuniyuki Iwashima
2025-07-17neighbour: Split pneigh_lookup().Kuniyuki Iwashima
2025-07-17neighbour: Move neigh_find_table() to neigh_get().Kuniyuki Iwashima
2025-07-17neighbour: Allocate skb in neigh_get().Kuniyuki Iwashima
2025-07-17neighbour: Move two validations from neigh_get() to neigh_valid_get_req().Kuniyuki Iwashima
2025-07-17neighbour: Make neigh_valid_get_req() return ndmsg.Kuniyuki Iwashima
2025-07-14Add support to set NAPI threaded for individual NAPISamiullah Khawaja
2025-07-14dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima
2025-07-11bpf: Remove attach_type in sockmap_linkTao Chen
2025-07-11bpf: Add attach_type field to bpf_linkTao Chen
2025-07-09skbuff: Add MSG_MORE flag to optimize tcp large packet transmissionFeng Yang
2025-07-08ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.Kuniyuki Iwashima
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski
2025-07-08net: account for encap headers in qdisc pkt lenFengyuan Gong
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj
2025-07-08net: skbuff: Drop unused @skbMichal Luczaj
2025-07-08net: splice: Drop unused @gfpMichal Luczaj
2025-07-08net: splice: Drop unused @pipeMichal Luczaj
2025-07-07netpoll: move Ethernet setup to push_eth() helperBreno Leitao
2025-07-07netpoll: factor out UDP header setup into push_udp() helperBreno Leitao
2025-07-07netpoll: factor out IPv4 header setup into push_ipv4() helperBreno Leitao
2025-07-07netpoll: factor out IPv6 header setup into push_ipv6() helperBreno Leitao
2025-07-07netpoll: factor out UDP checksum calculation into helperBreno Leitao
2025-07-07netpoll: Improve code clarity with explicit struct size calculationsBreno Leitao
2025-07-07net: remove RTNL use for /proc/sys/net/core/rps_default_maskEric Dumazet
2025-07-07page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems...Byungchul Park
2025-07-07page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netme...Byungchul Park
2025-07-07page_pool: rename page_pool_return_page() to page_pool_return_netmem()Byungchul Park
2025-07-04af_unix: enable handing out pidfds for reaped tasks in SCM_PIDFDAlexander Mikhalitsyn
2025-07-04af_unix: stash pidfs dentry when neededAlexander Mikhalitsyn
2025-07-04af_unix: introduce and use scm_replace_pid() helperAlexander Mikhalitsyn
2025-07-02net: preserve MSG_ZEROCOPY with forwardingWillem de Bruijn
2025-07-02net: dst: add four helpers to annotate data-races around dst->devEric Dumazet