aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2023-05-18net: cdc_ncm: Deal with too low values of dwNtbOutMaxSizeTudor Ambarus1-9/+15
2023-05-18net: sfp: add support for rate selectionRussell King (Oracle)1-24/+188
2023-05-18net: sfp: add support for setting signalling rateRussell King (Oracle)4-0/+50
2023-05-18net: sfp: change st_mutex lockingRussell King (Oracle)1-14/+42
2023-05-18net: sfp: move sm_mutex into sfp_check_state()Russell King (Oracle)1-9/+14
2023-05-18net: sfp: swap order of rtnl and st_mutex locksRussell King (Oracle)1-2/+2
2023-05-18net: sfp: move rtnl lock to cover reading stateRussell King (Oracle)1-1/+1
2023-05-18net: sfp: add helper to modify signal statesRussell King (Oracle)1-4/+8
2023-05-18wifi: ath10/11/12k: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo3-6/+3
2023-05-18wifi: mwifiex: Use default @max_active for workqueuesTejun Heo2-6/+6
2023-05-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski81-247/+575
2023-05-18e1000e: Add @adapter description to kdocBaozhu Ni1-1/+1
2023-05-18igb: Define igb_pm_ops conditionally on CONFIG_PMTom Rix1-0/+2
2023-05-18igc: Avoid transmit queue timeout for XDPKurt Kanzenbach1-0/+8
2023-05-18net: lan966x: Add support for DSCP rewriteHoratiu Vultur3-3/+81
2023-05-18net: lan966x: Add support for PCP rewriteHoratiu Vultur3-1/+107
2023-05-18net: lan966x: Add support for offloading default prioHoratiu Vultur3-0/+34
2023-05-18net: lan966x: Add support for offloading dscp tableHoratiu Vultur3-4/+89
2023-05-18net: lan966x: Add support for apptrustHoratiu Vultur1-4/+114
2023-05-18net: lan966x: Add support for offloading pcp tableHoratiu Vultur6-0/+172
2023-05-18net: lan966x: Add registers to configure PCP, DEI, DSCPHoratiu Vultur1-0/+132
2023-05-18Merge tag 'linux-can-fixes-for-6.4-20230518' of git://git.kernel.org/pub/scm/...Paolo Abeni1-22/+29
2023-05-17Merge tag 'wireless-2023-05-17' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski34-99/+186
2023-05-17net: isa: include net/Space.hArnd Bergmann6-1/+9
2023-05-17mlxfw: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2023-05-17net: libwx: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-05-17ice: Remove LAG+SRIOV mutual exclusionDave Ertman5-91/+0
2023-05-17ice: update PHY type to ethtool link mode mappingPaul Greenwalt1-19/+19
2023-05-17ice: refactor PHY type to ethtool link modePaul Greenwalt3-274/+141
2023-05-17ice: update ICE_PHY_TYPE_HIGH_MAX_INDEXPaul Greenwalt1-1/+1
2023-05-17Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo23-152/+545
2023-05-17net/pppoe: make number of hash bits configurableJaco Kroon2-1/+35
2023-05-17net: wwan: t7xx: Ensure init is completed before system sleepKai-Heng Feng2-0/+19
2023-05-17net: pcs: xpcs: fix C73 AN not getting enabledVladimir Oltean1-1/+1
2023-05-17net: wwan: iosm: fix NULL pointer dereference when removing deviceM Chetan Kumar3-12/+33
2023-05-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller16-620/+569
2023-05-17igb: fix bit_shift to be in [1..8] rangeAleksandr Loktionov1-2/+2
2023-05-17Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller6-9/+30
2023-05-17wifi: ath11k: Send HT fixed rate in WMI peer fixed paramMaharaja Kennadyrajan1-2/+61
2023-05-17wifi: ath11k: Relocate the func ath11k_mac_bitrate_mask_num_ht_rates() and ch...Maharaja Kennadyrajan1-15/+15
2023-05-17wifi: ath12k: increase vdev setup timeoutAishwarya R2-1/+4
2023-05-17octeontx2-pf: mcs: Support VLAN in clear textSubbaraya Sundeep2-2/+7
2023-05-17net: dsa: mv88e6xxx: Fix mv88e6393x EPC write command offsetMarco Migliore1-1/+1
2023-05-17cassini: Fix a memory leak in the error handling path of cas_init_one()Christophe JAILLET1-0/+2
2023-05-17wifi: rtw89: 8851b: rfk: add TSSIPing-Ke Shih2-0/+621
2023-05-17wifi: rtw89: 8851b: rfk: add DPKPing-Ke Shih3-0/+1064
2023-05-17wifi: rtw89: 8851b: rfk: add RX DCKPing-Ke Shih3-0/+113
2023-05-17wifi: rtw89: 8851b: add to parse efuse contentPing-Ke Shih2-0/+269
2023-05-17wifi: rtw89: 8851b: add set channel functionPing-Ke Shih2-0/+717
2023-05-17wifi: rtw89: 8851b: add basic power on functionPing-Ke Shih3-0/+346