summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-08-28net_sched: act_vlan: use RCU in tcf_vlan_dump()Eric Dumazet-11/+9
2025-08-28net_sched: remove BH blocking in eight actionsEric Dumazet-16/+16
2025-08-28net: devmem: allow binding on rx queues with same DMA devicesDragos Tatulea-1/+30
2025-08-28net: devmem: pre-read requested rx queues during bindDragos Tatulea-27/+58
2025-08-28net: devmem: pull out dma_dev out of net_devmem_bind_dmabufDragos Tatulea-12/+16
2025-08-28net: devmem: get netdev DMA device via new APIDragos Tatulea-1/+9
2025-08-28queue_api: add support for fetching per queue DMA devDragos Tatulea-0/+28
2025-08-28wifi: mac80211: do not permit 40 MHz EHT operation on 5/6 GHzBenjamin Berg-5/+33
2025-08-28inet: raw: add drop_counters to raw socketsEric Dumazet-0/+2
2025-08-28net: add sk->sk_drop_countersEric Dumazet-0/+2
2025-08-28net: add sk_drops_skbadd() helperEric Dumazet-6/+6
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet-40/+40
2025-08-28net: ipv4: fix regression in local-broadcast routesOscar Maes-3/+7
2025-08-27net: Cache hash and flow_id to avoid recalculationKrishna Kumar-8/+7
2025-08-27net: Prevent RPS table overwrite of active flowsKrishna Kumar-8/+60
2025-08-27net: rose: fix a typo in rose_clear_routes()Eric Dumazet-1/+1
2025-08-27l2tp: do not use sock_hold() in pppol2tp_session_get_sock()Eric Dumazet-17/+8
2025-08-27sctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet-0/+2
2025-08-27net: rose: include node references in rose_neigh refcountTakamitsu Iwai-2/+16
2025-08-27net: rose: convert 'use' field to refcount_tTakamitsu Iwai-28/+32
2025-08-27net: rose: split remove and free operations in rose_remove_neigh()Takamitsu Iwai-9/+6
2025-08-27netfilter: conntrack: helper: Replace -EEXIST by -EBUSYPhil Sutter-2/+2
2025-08-27netfilter: br_netfilter: do not check confirmed bit in br_nf_local_in() after...Wang Liang-3/+0
2025-08-26ipv6: sr: Prepare HMAC key ahead of timeEric Biggers-5/+9
2025-08-26ipv6: sr: Use HMAC-SHA1 and HMAC-SHA256 library functionsEric Biggers-191/+30
2025-08-26ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault-36/+42
2025-08-26devlink: Make health reporter burst period configurableShahar Shitrit-4/+29
2025-08-26devlink: Introduce burst period for health reporterShahar Shitrit-1/+21
2025-08-26devlink: Move health reporter recovery abort logic to a separate functionShahar Shitrit-8/+23
2025-08-26devlink: Move graceful period parameter to reporter opsShahar Shitrit-17/+11
2025-08-26wifi: mac80211: increase scan_ies_len for S1GLachlan Hodges-1/+6
2025-08-26wifi: mac80211: fix incorrect type for retLiao Yuanhong-1/+1
2025-08-26wifi: cfg80211: fix use-after-free in cmp_bss()Dmitry Antipov-1/+2
2025-08-25tcp: Move TCP-specific diag functions to tcp_diag.c.Kuniyuki Iwashima-484/+455
2025-08-25tcp: Don't pass hashinfo to inet_diag helpers.Kuniyuki Iwashima-19/+8
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima-79/+65
2025-08-25tcp: Remove hashinfo test for inet6?_lookup_run_sk_lookup().Kuniyuki Iwashima-4/+2
2025-08-25tcp: Remove timewait_sock_ops.twsk_destructor().Kuniyuki Iwashima-5/+3
2025-08-25tcp: Remove sk_protocol test for tcp_twsk_unique().Kuniyuki Iwashima-4/+2
2025-08-25ipv6: mcast: Add ip6_mc_find_idev() helperYue Haibing-36/+31
2025-08-25tcp: annotate data-races around icsk->icsk_probes_outEric Dumazet-10/+10
2025-08-25tcp: annotate data-races around icsk->icsk_retransmitsEric Dumazet-10/+12
2025-08-25net: ipv4: allow directed broadcast routes to use dst hintOscar Maes-5/+8
2025-08-23net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey-4/+4
2025-08-23net/9p: Fix buffer overflow in USB transport layerDominique Martinet-3/+13
2025-08-22atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima-3/+12
2025-08-22rds: Fix endianness annotations for RDS extension headersUjwal Kundur-6/+6
2025-08-22rds: Fix endianness annotation for RDS_MPATH_HASHUjwal Kundur-1/+1
2025-08-22rds: Fix endianness annotation of jhash wrappersUjwal Kundur-4/+5
2025-08-22rds: Replace POLLERR with EPOLLERRUjwal Kundur-1/+1