summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethtool: use the tracking array for get_rxfh on custom RSS contextsEdward Cree2024-06-291-5/+21
* net: ethtool: add a mutex protecting RSS contextsEdward Cree2024-06-292-0/+12
* net: ethtool: add an extack parameter to new rxfh_context APIsEdward Cree2024-06-292-4/+7
* net: ethtool: let the core choose RSS context IDsEdward Cree2024-06-292-13/+39
* net: ethtool: record custom RSS contexts in the XArrayEdward Cree2024-06-291-1/+73
* net: ethtool: attach an XArray of custom RSS contexts to a netdeviceEdward Cree2024-06-291-0/+27
* net: move ethtool-related netdev state into its own structEdward Cree2024-06-293-2/+6
* udp: Allow GSO transmit from devices with no checksum offloadJakub Sitnicki2024-06-293-4/+10
* ethtool: Add ability to flash transceiver modules' firmwareDanielle Ratson2024-06-284-0/+334
* ethtool: cmis_fw_update: add a layer for supporting firmware update using CDBDanielle Ratson2024-06-284-1/+438
* ethtool: cmis_cdb: Add a layer for supporting CDB commandsDanielle Ratson2024-06-284-1/+730
* ethtool: Veto some operations during firmware flashing processDanielle Ratson2024-06-283-0/+30
* ethtool: Add flashing transceiver modules' firmware notifications abilityDanielle Ratson2024-06-284-0/+154
* Revert "net: micro-optimize skb_datagram_iter"Sagi Grimberg2024-06-281-2/+2
* Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-2731-340/+621
|\
| * net: rfkill: Correct return value in invalid parameter caseZijun Hu2024-06-261-4/+4
| * wifi: mac80211: fix NULL dereference at band check in starting tx ba sessionZong-Zhe Yang2024-06-261-1/+3
| * wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach2024-06-267-14/+23
| * wifi: cfg80211: Always call tracingIlan Peer2024-06-261-35/+21
| * wifi: mac80211: check SSID in beaconJohannes Berg2024-06-261-0/+32
| * wifi: mac80211: correcty limit wider BW TDLS STAsJohannes Berg2024-06-261-0/+11
| * wifi: mac80211: add ieee80211_tdls_sta_link_id()Johannes Berg2024-06-262-4/+8
| * wifi: mac80211: update STA/chandef width during switchJohannes Berg2024-06-263-17/+55
| * wifi: mac80211: make ieee80211_chan_bw_change() able to use reservedJohannes Berg2024-06-261-12/+19
| * wifi: mac80211: optionally pass chandef to ieee80211_sta_cur_vht_bw()Johannes Berg2024-06-262-10/+23
| * wifi: mac80211: optionally pass chandef to ieee80211_sta_cap_rx_bw()Johannes Berg2024-06-262-25/+31
| * wifi: mac80211: handle protected dual of public actionJohannes Berg2024-06-262-8/+15
| * wifi: mac80211: restrict public action ECSA frame handlingJohannes Berg2024-06-265-18/+65
| * wifi: mac80211: refactor CSA queue block/unblockJohannes Berg2024-06-264-48/+37
| * wifi: cfg80211: honor WIPHY_FLAG_SPLIT_SCAN_6GHZ in cfg80211_conn_scanEmmanuel Grumbach2024-06-121-2/+2
| * wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()Johannes Berg2024-06-121-2/+3
| * wifi: mac80211: fix erroneous errors for STA changesJohannes Berg2024-06-121-19/+36
| * wifi: nl80211: remove the FTMs per burst limit for NDP rangingAvraham Stern2024-06-122-3/+10
| * wifi: cfg80211: reject non-conformant 6 GHz center frequenciesBenjamin Berg2024-06-122-11/+49
| * wifi: cfg80211: add regulatory flag to allow VLP AP operationJohannes Berg2024-06-124-19/+62
| * wifi: cfg80211: refactor regulatory beaconing checkingJohannes Berg2024-06-121-18/+12
| * wifi: cfg80211: refactor 6 GHz AP power type parsingJohannes Berg2024-06-122-27/+46
| * wifi: mac80211: refactor channel checksJohannes Berg2024-06-123-10/+14
| * wifi: nl80211: expose can-monitor channel propertyJohannes Berg2024-06-121-0/+3
| * wifi: cfg80211: handle 2x996 RU allocation in cfg80211_calculate_bitrate_he()Baochen Qiang2024-06-121-1/+3
| * wifi: cfg80211: fix typo in cfg80211_calculate_bitrate_he()Baochen Qiang2024-06-121-2/+2
| * wifi: mac80211: Remove generic .ndo_get_stats64Breno Leitao2024-06-121-9/+0
| * wifi: mac80211: Move stats allocation to coreBreno Leitao2024-06-121-12/+1
| * wifi: cfg80211: make hash table duplicates more survivableJohannes Berg2024-06-121-12/+34
| * wifi: mac80211: correct EHT EIRP TPE parsingJohannes Berg2024-06-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-2719-55/+213
|\ \
| * \ Merge tag 'wireless-2024-06-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2024-06-273-1/+8
| |\ \
| | * | wifi: mac80211: disable softirqs for queued frame handlingJohannes Berg2024-06-262-0/+3
| | * | wifi: cfg80211: restrict NL80211_ATTR_TXQ_QUANTUM valuesEric Dumazet2024-06-261-1/+5
| * | | Merge tag 'net-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-06-2715-51/+200
| |\ \ \