aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-08-29net_sched: gen_estimator: fix est_timer() vs CONFIG_PREEMPT_RT=yEric Dumazet1-0/+2
2025-08-29Merge tag 'nf-25-08-27' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-5/+2
2025-08-29Merge tag 'wireless-2025-08-28' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski5-8/+42
2025-08-29Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()Kuniyuki Iwashima1-0/+3
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski15-89/+178
2025-08-29Add RWF_NOSIGNAL flag for pwritev2Lauri Vasama1-0/+3
2025-08-28net_sched: act_skbmod: use RCU in tcf_skbmod_dump()Eric Dumazet1-14/+12
2025-08-28net_sched: act_tunnel_key: use RCU in tunnel_key_dump()Eric Dumazet1-11/+9
2025-08-28net_sched: act_vlan: use RCU in tcf_vlan_dump()Eric Dumazet1-11/+9
2025-08-28net_sched: remove BH blocking in eight actionsEric Dumazet8-16/+16
2025-08-28net: devmem: allow binding on rx queues with same DMA devicesDragos Tatulea1-1/+30
2025-08-28net: devmem: pre-read requested rx queues during bindDragos Tatulea1-27/+58
2025-08-28net: devmem: pull out dma_dev out of net_devmem_bind_dmabufDragos Tatulea3-12/+16
2025-08-28net: devmem: get netdev DMA device via new APIDragos Tatulea1-1/+9
2025-08-28queue_api: add support for fetching per queue DMA devDragos Tatulea2-0/+28
2025-08-28wifi: mac80211: do not permit 40 MHz EHT operation on 5/6 GHzBenjamin Berg2-5/+33
2025-08-28inet: raw: add drop_counters to raw socketsEric Dumazet2-0/+2
2025-08-28net: add sk->sk_drop_countersEric Dumazet1-0/+2
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet4-6/+6
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet15-40/+40
2025-08-28net: ipv4: fix regression in local-broadcast routesOscar Maes1-3/+7
2025-08-27net: Cache hash and flow_id to avoid recalculationKrishna Kumar1-8/+7
2025-08-27net: Prevent RPS table overwrite of active flowsKrishna Kumar2-8/+60
2025-08-27net: rose: fix a typo in rose_clear_routes()Eric Dumazet1-1/+1
2025-08-27l2tp: do not use sock_hold() in pppol2tp_session_get_sock()Eric Dumazet1-17/+8
2025-08-27sctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet1-0/+2
2025-08-27net: rose: include node references in rose_neigh refcountTakamitsu Iwai1-2/+16
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai4-28/+32
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai1-9/+6
2025-08-27netfilter: conntrack: helper: Replace -EEXIST by -EBUSYPhil Sutter1-2/+2
2025-08-27netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after confirmWang Liang1-3/+0
2025-08-26ipv6: sr: Prepare HMAC key ahead of timeEric Biggers1-5/+9
2025-08-26ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functionsEric Biggers3-191/+30
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault18-36/+42
2025-08-26devlink: Make health reporter burst period configurableShahar Shitrit2-4/+29
2025-08-26devlink: Introduce burst period for health reporterShahar Shitrit1-1/+21
2025-08-26devlink: Move health reporter recovery abort logic to a separate functionShahar Shitrit1-8/+23
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit1-17/+11
2025-08-26wifi: mac80211: increase scan_ies_len for S1GLachlan Hodges1-1/+6
2025-08-26wifi: mac80211: fix incorrect type for retLiao Yuanhong1-1/+1
2025-08-26wifi: cfg80211: fix use-after-free in cmp_bss()Dmitry Antipov1-1/+2
2025-08-25tcp: Move TCP-specific diag functions to tcp_diag.c.Kuniyuki Iwashima2-484/+455
2025-08-25tcp: Don't pass hashinfo to inet_diag helpers.Kuniyuki Iwashima2-19/+8
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima14-79/+65
2025-08-25tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup().Kuniyuki Iwashima2-4/+2
2025-08-25tcp: Remove timewait_sock_ops.twsk_destructor().Kuniyuki Iwashima4-5/+3
2025-08-25tcp: Remove sk_protocol test for tcp_twsk_unique().Kuniyuki Iwashima2-4/+2
2025-08-25ipv6: mcast: Add ip6_mc_find_idev() helperYue Haibing1-36/+31
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet7-10/+10
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet8-10/+12