summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2024-09-26usbnet: fix cyclical race on disconnect with work queueOliver Neukum-9/+28
2024-09-26net: stmmac: set PP_FLAG_DMA_SYNC_DEV only if XDP is enabledFurong Xu-1/+1
2024-09-26virtio_net: Fix mismatched buf address when unmapping for small packetsWenbo Li-2/+8
2024-09-24bonding: Fix unnecessary warnings and logs from bond_xdp_get_xmit_slave()Jiwon Kim-3/+3
2024-09-24r8169: add missing MODULE_FIRMWARE entry for RTL8126A rev.bHeiner Kallweit-0/+1
2024-09-24net: ravb: Fix R-Car RX frame size limitPaul Barker-2/+10
2024-09-24net: ravb: Fix maximum TX frame size for GbEth devicesPaul Barker-1/+6
2024-09-24net: stmmac: Fix zero-division error when disabling tc cbsKhaiWenTan-0/+1
2024-09-24r8169: add tally counter fields added with RTL8125Heiner Kallweit-0/+27
2024-09-24net: phy: aquantia: fix applying active_low bit after resetDaniel Golle-3/+2
2024-09-24net: phy: aquantia: fix setting active_low bitDaniel Golle-1/+2
2024-09-19net: seeq: Fix use after free vulnerability in ether3 Driver Due to Race Cond...Kaixin Wang-0/+2
2024-09-19net: xilinx: axienet: Fix packet countingSean Anderson-9/+14
2024-09-19net: xilinx: axienet: Schedule NAPI in two stepsSean Anderson-6/+8
2024-09-19net: phy: aquantia: fix -ETIMEDOUT PHY probe failure when firmware not presentVladimir Oltean-22/+39
2024-09-16Merge tag 'net-next-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-9416/+54444
2024-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+44
2024-09-15net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq()Dan Carpenter-1/+1
2024-09-15ice: Fix a NULL vs IS_ERR() check in probe()Dan Carpenter-2/+2
2024-09-15ice: Fix a couple NULL vs IS_ERR() bugsDan Carpenter-4/+4
2024-09-15net: ethernet: fs_enet: Make the per clock optionalMaxime Chevallier-1/+1
2024-09-14net: ti: icssg-prueth: Add multicast filtering support in HSR modeMD Danish Anwar-2/+40
2024-09-14net: ti: icssg-prueth: Enable HSR Tx duplication, Tx Tag and Rx Tag offloadRavi Gunasekaran-5/+58
2024-09-14net: ti: icssg-prueth: Add support for HSR frame forward offloadMD Danish Anwar-12/+119
2024-09-14net: ti: icssg-prueth: Stop hardcoding def_incMD Danish Anwar-1/+2
2024-09-14net: ti: icss-iep: Move icss_iep structureMD Danish Anwar-73/+72
2024-09-14Merge tag 'pinctrl-v6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+10
2024-09-13net: ibm: emac: get rid of wol_irqRosen Penev-10/+3
2024-09-13net: ibm: emac: remove all waiting codeRosen Penev-48/+7
2024-09-13net: ibm: emac: replace of_get_propertyRosen Penev-11/+9
2024-09-13net: ibm: emac: use netdev's phydev directlyRosen Penev-30/+22
2024-09-13net: ibm: emac: use devm for register_netdevRosen Penev-3/+1
2024-09-13net: ibm: emac: remove mii_bus with devmRosen Penev-20/+13
2024-09-13net: ibm: emac: use devm for of_iomapRosen Penev-8/+4
2024-09-13net: ibm: emac: manage emac_irq with devmRosen Penev-18/+11
2024-09-13net: ibm: emac: use devm for alloc_etherdevRosen Penev-6/+3
2024-09-13octeontx2-af: debugfs: Add Channel info to RPM mapLinu Cherian-4/+7
2024-09-13Merge tag 'linux-can-next-for-6.12-20240911' of git://git.kernel.org/pub/scm/...Jakub Kicinski-27/+27
2024-09-13rtase: Fix error code in rtase_init_board()Dan Carpenter-1/+2
2024-09-13Merge tag 'linux-can-fixes-for-6.11-20240912' of git://git.kernel.org/pub/scm...Jakub Kicinski-12/+11
2024-09-13enic: Report some per queue statistics in ethtoolNelson Escobar-2/+81
2024-09-13enic: Report per queue statistics in netdev qstatsNelson Escobar-0/+56
2024-09-13enic: Collect per queue statisticsNelson Escobar-18/+121
2024-09-13enic: Use macro instead of static const variables for array sizesNelson Escobar-10/+13
2024-09-13net: macb: Use predefined PCI vendor ID constantAndy Shevchenko-3/+2
2024-09-13net: enetc: Replace ifdef with IS_ENABLEDMartyn Welch-23/+20
2024-09-13fbnic: Set napi irq value after calling netif_napi_addBrett Creeley-4/+4
2024-09-13r8169: disable ALDPS per default for RTL8125Heiner Kallweit-0/+2
2024-09-13net: ag71xx: remove dead code pathQianqiang Liu-9/+4
2024-09-13Merge tag 'for-net-next-2024-09-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-157/+929