summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-06-26netlink: specs: add the multicast group name to specJakub Kicinski2-2/+2
2025-06-26team: replace team lock with rtnl lockStanislav Fomichev1-3/+0
2025-06-25Merge tag 'wireless-next-2025-06-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski4-13/+224
2025-06-25udp_tunnel: fix deadlock in udp_tunnel_nic_set_port_priv()Paolo Abeni1-2/+1
2025-06-24wifi: mac80211: handle station association response with S1GLachlan Hodges1-0/+2
2025-06-24wifi: cfg80211: support configuration of S1G station capabilitiesLachlan Hodges1-1/+3
2025-06-24wifi: cfg80211: Report per-radio RTS threshold to userspaceRoopni Devanathan1-0/+2
2025-06-24wifi: cfg80211: Add Support to Set RTS Threshold for each RadioRoopni Devanathan1-0/+18
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan3-10/+29
2025-06-24wifi: mac80211: add link_sta_statistics ops to fill link station statisticsSarika Sharma1-0/+13
2025-06-24wifi: mac80211: extend support to fill link level sinfo structureSarika Sharma1-0/+11
2025-06-24wifi: cfg80211: allocate memory for link_station info structureSarika Sharma1-0/+7
2025-06-24wifi: cfg80211: add link_station_info structure to support MLO statisticsSarika Sharma1-0/+101
2025-06-24wifi: mac80211: add support towards MLO handling of station statisticsSarika Sharma1-1/+2
2025-06-24net: pse-pd: tps23881: Clarify setup_pi_matrix callback documentationKory Maincent1-1/+7
2025-06-24net: phy: Add interface types for 50G and 100GAlexander Duyck1-0/+12
2025-06-24net: make sk->sk_rcvtimeo locklessEric Dumazet1-1/+1
2025-06-24net: make sk->sk_sndtimeo locklessEric Dumazet1-1/+1
2025-06-24net: remove sock_i_uid()Eric Dumazet1-2/+0
2025-06-24net: annotate races around sk->sk_uidEric Dumazet2-4/+12
2025-06-21net: pse-pd: Fix ethnl_pse_send_ntf() stub parameter typeKory Maincent1-1/+1
2025-06-21netmem: fix skb_frag_address_safe with unreadable skbsMina Almasry1-1/+7
2025-06-20wifi: cfg80211: Add support for link reconfiguration negotiation offload to d...Kavita Kavita2-1/+11
2025-06-20wifi: cfg80211: Improve the documentation for NL80211_CMD_ASSOC_MLO_RECONFKavita Kavita1-1/+5
2025-06-20wifi: cfg80211: Add utility API to get radio index from channelVasanthakumar Thiagarajan1-0/+11
2025-06-20wifi: ieee80211: add Radio Measurement action fieldsAditya Kumar Singh1-0/+10
2025-06-20Merge branch 'ref_tracker-add-ability-to-register-a-debugfs-file-for-a-ref_tr...Jakub Kicinski1-4/+46
2025-06-20ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton1-6/+14
2025-06-20ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs fileJeff Layton1-0/+11
2025-06-20ref_tracker: automatically register a file in debugfs for a ref_tracker_dirJeff Layton1-0/+17
2025-06-20ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton1-0/+4
2025-06-20ref_tracker: have callers pass output function to pr_ostream()Jeff Layton1-0/+2
2025-06-20net: add dev_dstats_rx_dropped_add() helperBreno Leitao1-0/+10
2025-06-20neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande1-0/+1
2025-06-20net: usb: Convert tasklet API to new bottom half workqueue mechanismJun Miao1-1/+1
2025-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-41/+41
2025-06-19Merge tag 'net-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-15/+17
2025-06-19Merge tag 'wireless-2025-06-18' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-9/+9
2025-06-19net: mana: Handle unsupported HWC commandsErni Sri Satya Vennela1-0/+1
2025-06-19net: mana: Add speed support in mana_get_link_ksettingsErni Sri Satya Vennela1-0/+2
2025-06-19net: mana: Add support for net_shaper_opsErni Sri Satya Vennela1-0/+40
2025-06-19net: ethtool: Add PSE port priority support featureKory Maincent (Dent Project)1-0/+2
2025-06-19net: pse-pd: Add support for budget evaluation strategiesKory Maincent (Dent Project)2-0/+94
2025-06-19net: ethtool: Add support for new power domains index descriptionKory Maincent (Dent Project)2-0/+3
2025-06-19net: pse-pd: Add support for PSE power domainsKory Maincent (Dent Project)1-0/+2
2025-06-19net: pse-pd: Add support for reporting eventsKory Maincent (Dent Project)3-0/+46
2025-06-19net: pse-pd: Introduce attached_phydev to pse controlKory Maincent (Dent Project)1-2/+4
2025-06-19devlink: Add new "enable_phc" generic device paramDavid Arinzon1-0/+4
2025-06-19udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-24/+63
2025-06-19tcp: Remove inet_hashinfo2_free_mod()Yue Haibing1-6/+0