summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* netlink: introduce type-checking attribute iterationJohannes Berg2024-03-297-35/+11
* mlx5: stop warning for 64KB pagesArnd Bergmann2024-03-291-2/+4
* net: axienet: Fix kernel doc warningsSuraj Gupta2024-03-292-5/+22
* octeontx2-pf: remove unused variables req_hdr and rsp_hdrSu Hui2024-03-291-6/+2
* nfc: st95hf: drop driver owner assignmentKrzysztof Kozlowski2024-03-291-1/+0
* nfc: mrvl: spi: drop driver owner assignmentKrzysztof Kozlowski2024-03-291-1/+0
* net: wwan: mhi: drop driver owner assignmentKrzysztof Kozlowski2024-03-291-1/+0
* net: microchip: encx24j600: drop driver owner assignmentKrzysztof Kozlowski2024-03-291-1/+0
* mlx5: avoid truncating error messageArnd Bergmann2024-03-291-1/+1
* qed: avoid truncating work queue lengthArnd Bergmann2024-03-291-5/+4
* enetc: avoid truncating error messageArnd Bergmann2024-03-291-1/+1
* octeontx2-af: Increase maximum BPID channelsRadha Mohan Chintakuntla2024-03-291-4/+2
* nfc: st95hf: Switch to using gpiod APIAndy Shevchenko2024-03-291-16/+11
* net: phy: air_en8811h: Add the Airoha EN8811H PHY driverEric Woudstra2024-03-293-0/+1092
* net: dsa: hellcreek: Convert to gettimex64()Kurt Kanzenbach2024-03-291-10/+15
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2024-03-2818-489/+232
|\
| * ice: count representor statsMichal Swiatkowski2024-03-254-30/+98
| * ice: do switchdev slow-path Rx using PF VSIMichal Swiatkowski2024-03-255-1/+62
| * ice: change repr::id valuesMichal Swiatkowski2024-03-252-3/+3
| * ice: remove switchdev control plane VSIMichal Swiatkowski2024-03-2512-277/+13
| * ice: control default Tx rule in lagMichal Swiatkowski2024-03-252-10/+37
| * ice: default Tx rule instead of to queueMichal Swiatkowski2024-03-254-97/+23
| * ice: do Tx through PF netdev in slow-pathMichal Swiatkowski2024-03-253-34/+6
| * ice: remove eswitch changing queues algorithmMichal Swiatkowski2024-03-254-47/+0
* | bnxt_en: Support adding ntuple rules on RSS contextsPavan Chebbi2024-03-283-9/+51
* | bnxt_en: Refactor bnxt_cfg_rfs_ring_tbl_idx()Pavan Chebbi2024-03-281-2/+4
* | bnxt_en: Support RSS contexts in ethtool .{get|set}_rxfh()Pavan Chebbi2024-03-283-8/+196
* | bnxt_en: Refactor bnxt_set_rxfh()Michael Chan2024-03-281-13/+27
* | bnxt_en: Add a new_rss_ctx parameter to bnxt_rfs_capable()Pavan Chebbi2024-03-282-4/+7
* | bnxt_en: Simplify bnxt_rfs_capable()Michael Chan2024-03-281-15/+6
* | bnxt_en: Refactor RSS indir alloc/set functionsPavan Chebbi2024-03-282-10/+23
* | bnxt_en: Introduce rss ctx structure, alloc/free functionsPavan Chebbi2024-03-283-0/+80
* | bnxt_en: Refactor VNIC alloc and cfg functionsPavan Chebbi2024-03-283-72/+75
* | bnxt_en: Add helper function bnxt_hwrm_vnic_rss_cfg_p5()Pavan Chebbi2024-03-282-11/+21
* | bnxt_en: Retry PTP TX timestamp from FW for 1 secondPavan Chebbi2024-03-282-1/+19
* | bnxt_en: Add a timeout parameter to bnxt_hwrm_port_ts_query()Michael Chan2024-03-282-4/+13
* | net: pcs: rzn1-miic: Init RX clock early if MAC requires itRomain Gantois2024-03-281-0/+28
* | net: phy: qcom: at803x: Avoid hibernating if MAC requires RX clockRussell King (Oracle)2024-03-281-1/+2
* | net: stmmac: Signal to PHY/PCS drivers to keep RX clock onRomain Gantois2024-03-281-0/+7
* | net: stmmac: Support a generic PCS field in mac_device_infoRomain Gantois2024-03-283-9/+6
* | net: stmmac: don't rely on lynx_pcs presence to check for a PHYMaxime Chevallier2024-03-281-2/+1
* | net: phylink: add rxc_always_on flag to phylink_pcsRomain Gantois2024-03-281-0/+15
* | net: phylink: add PHY_F_RXC_ALWAYS_ON to PHY dev flagsRussell King (Oracle)2024-03-281-1/+9
* | idpf: sprinkle __counted_by{,_le}() in the virtchnl2 headerAlexander Lobakin2024-03-281-10/+10
* | idpf: make virtchnl2.h self-containedAlexander Lobakin2024-03-282-2/+4
* | net: remove gfp_mask from napi_alloc_skb()Jakub Kicinski2024-03-289-22/+11
* | qed: Drop useless pci_params.pm_capBjorn Helgaas2024-03-282-4/+1
* | gve: Add counter adminq_get_ptype_map_cnt to stats reportJohn Fraker2024-03-281-1/+2
* | ravb: Add support for an optional MDIO modeNiklas Söderlund2024-03-281-1/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-03-28217-1554/+3358
|\ \