summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-11-09net: dsa: microchip: add dev_err_probe in probe functionsRakesh Sankaranarayanan3-15/+10
2022-11-09net: dsa: microchip: ksz8563: Add number of port irqRakesh Sankaranarayanan1-0/+1
2022-11-09net: dsa: microchip: add error checking for ksz_pwriteRakesh Sankaranarayanan1-1/+5
2022-11-09net: dsa: microchip: add irq in i2c probeRakesh Sankaranarayanan1-0/+2
2022-11-09net: dsa: microchip: add ksz9563 in ksz_switch_ops and select based on compat...Rakesh Sankaranarayanan5-5/+38
2022-11-09net: ethernet: renesas: rswitch: Fix endless loop in error pathsYoshihiro Shimoda2-11/+12
2022-11-08bnxt_en: Add a non-real time mode to access NIC clockPavan Chebbi3-15/+42
2022-11-08bnxt_en: update RSS config using difference algorithmEdwin Peer4-1/+85
2022-11-08bnxt_en: refactor VNIC RSS update functionsEdwin Peer1-18/+16
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski2-0/+16
2022-11-08net: txgbe: Fix unsigned comparison to zero in txgbe_calc_eeprom_checksum()YueHaibing1-2/+3
2022-11-08net: txgbe: Fix memleak in txgbe_calc_eeprom_checksum()YueHaibing1-3/+4
2022-11-08Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-22/+70
2022-11-08net: macb: implement live mac addr changeRoman Gushchin1-1/+15
2022-11-08net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)20-20/+4
2022-11-08net: lan966x: move unnecessary linux/sfp.h includeRussell King (Oracle)1-1/+0
2022-11-07net: ethernet: ti: am65-cpsw: Fix hardware switch mode on suspend/resumeRoger Quadros2-0/+9
2022-11-07net: ethernet: ti: am65-cpsw: retain PORT_VLAN_REG after suspend/resumeRoger Quadros2-0/+11
2022-11-07net: ethernet: ti: cpsw_ale: Add cpsw_ale_restore() helperRoger Quadros2-0/+11
2022-11-07net: ethernet: ti: am65-cpsw: Add suspend/resume supportRoger Quadros1-55/+166
2022-11-07net: ethernet: ti: am65-cpsw/cpts: Add suspend/resume helpersRoger Quadros2-0/+86
2022-11-07net: phy: fix yt8521 duplicated argument to & or |Frank1-4/+4
2022-11-07gve: Fix error return code in gve_prefill_rx_pages()Yang Yingliang1-1/+3
2022-11-07net: fec: simplify the code logic of quirksShenwei Wang1-19/+30
2022-11-07s390/lcs: Fix return type of lcs_start_xmit()Nathan Chancellor1-5/+3
2022-11-07s390/netiucv: Fix return type of netiucv_tx()Nathan Chancellor1-8/+1
2022-11-07s390/ctcm: Fix return type of ctc{mp,}m_tx()Nathan Chancellor1-9/+2
2022-11-07net: wwan: t7xx: Add NAPI supportHaijun Liu5-166/+161
2022-11-07net: wwan: t7xx: Use needed_headroom instead of hard_header_lenIlpo Järvinen1-1/+1
2022-11-07net: hinic: Add support for configuration of rx-vlan-filter by ethtoolCai Huoqing3-0/+55
2022-11-07net: hinic: Add control command support for VF PMD driver in DPDKCai Huoqing2-0/+84
2022-11-07net: hinic: Convert the cmd code from decimal to hex to be more readableCai Huoqing1-52/+52
2022-11-07net: axiemac: add PM callbacks to support suspend/resumeAndy Chiu1-0/+36
2022-11-07net: mv643xx_eth: support MII/GMII/RGMII modes for KirkwoodDavid Yang1-7/+42
2022-11-05octeon_ep: support Octeon device CNF95NVeerasenareddy Burru2-3/+19
2022-11-05sfc: add Layer 4 matches to ef100 TC offloadEdward Cree3-2/+37
2022-11-05sfc: add Layer 3 flag matches to ef100 TC offloadEdward Cree3-1/+35
2022-11-05sfc: add Layer 3 matches to ef100 TC offloadEdward Cree4-9/+100
2022-11-05sfc: add Layer 2 matches to ef100 TC offloadEdward Cree4-6/+103
2022-11-05sfc: check recirc_id match caps before MAE offloadEdward Cree1-0/+17
2022-11-05net: ethernet: renesas: Fix return type of rswitch_start_xmit()Nathan Chancellor1-1/+1
2022-11-04igb: Proactively round up to kmalloc bucket sizeKees Cook1-1/+1
2022-11-04igb: Do not free q_vector unless new one was allocatedKees Cook1-2/+6
2022-11-04ixgbevf: Add error messages on vlan errorJan Sokolowski1-5/+12
2022-11-04ixgbe: Remove unneeded semicolonYang Li1-1/+1
2022-11-04ixgbe: Remove local variableAnirudh Venkataramanan1-7/+2
2022-11-04ixgbe: change MAX_RXD/MAX_TXD based on adapter typeDaniel Willenson2-6/+48
2022-11-04net: ipa: use a bitmap for enabled endpointsAlex Elder2-14/+22
2022-11-04net: ipa: use a bitmap for set-up endpointsAlex Elder2-19/+23
2022-11-04net: ipa: support more filtering endpointsAlex Elder6-32/+32