summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-08-29tcp_metrics: use dst_dev_net_rcu()Eric Dumazet
2025-08-29net: use dst_dev_rcu() in sk_setup_caps()Eric Dumazet
2025-08-29ipv6: use RCU in ip6_output()Eric Dumazet
2025-08-29ipv6: use RCU in ip6_xmit()Eric Dumazet
2025-08-29ipv6: start using dst_dev_rcu()Eric Dumazet
2025-08-29net: dst: introduce dst->dev_rcuEric Dumazet
2025-08-29inet_diag: avoid cache line misses in inet_diag_bc_sk()Eric Dumazet
2025-08-29inet_diag: change inet_diag_bc_sk() first argumentEric Dumazet
2025-08-29inet_diag: annotate data-races in inet_diag_bc_sk()Eric Dumazet
2025-08-29tcp: annotate data-races in tcp_req_diag_fill()Eric Dumazet
2025-08-29inet_diag: annotate data-races in inet_diag_msg_common_fill()Eric Dumazet
2025-08-29net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet
2025-08-29Merge tag 'nf-25-08-27' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski
2025-08-29Merge tag 'wireless-2025-08-28' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2025-08-29Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-08-29Add RWF_NOSIGNAL flag for pwritev2Lauri Vasama
2025-08-28net_sched: act_skbmod: use RCU in tcf_skbmod_dump()Eric Dumazet
2025-08-28net_sched: act_tunnel_key: use RCU in tunnel_key_dump()Eric Dumazet
2025-08-28net_sched: act_vlan: use RCU in tcf_vlan_dump()Eric Dumazet
2025-08-28net_sched: remove BH blocking in eight actionsEric Dumazet
2025-08-28net: devmem: allow binding on rx queues with same DMA devicesDragos Tatulea
2025-08-28net: devmem: pre-read requested rx queues during bindDragos Tatulea
2025-08-28net: devmem: pull out dma_dev out of net_devmem_bind_dmabufDragos Tatulea
2025-08-28net: devmem: get netdev DMA device via new APIDragos Tatulea
2025-08-28queue_api: add support for fetching per queue DMA devDragos Tatulea
2025-08-28wifi: mac80211: do not permit 40 MHz EHT operation on 5/6 GHzBenjamin Berg
2025-08-28inet: raw: add drop_counters to raw socketsEric Dumazet
2025-08-28net: add sk->sk_drop_countersEric Dumazet
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet
2025-08-28net: ipv4: fix regression in local-broadcast routesOscar Maes
2025-08-27net: Cache hash and flow_id to avoid recalculationKrishna Kumar
2025-08-27net: Prevent RPS table overwrite of active flowsKrishna Kumar
2025-08-27net: rose: fix a typo in rose_clear_routes()Eric Dumazet
2025-08-27l2tp: do not use sock_hold() in pppol2tp_session_get_sock()Eric Dumazet
2025-08-27sctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet
2025-08-27net: rose: include node references in rose_neigh refcountTakamitsu Iwai
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai
2025-08-27netfilter: conntrack: helper: Replace -EEXIST by -EBUSYPhil Sutter
2025-08-27netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after...Wang Liang
2025-08-26ipv6: sr: Prepare HMAC key ahead of timeEric Biggers
2025-08-26ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functionsEric Biggers
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault
2025-08-26devlink: Make health reporter burst period configurableShahar Shitrit
2025-08-26devlink: Introduce burst period for health reporterShahar Shitrit
2025-08-26devlink: Move health reporter recovery abort logic to a separate functionShahar Shitrit
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit
2025-08-26wifi: mac80211: increase scan_ies_len for S1GLachlan Hodges