summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2024-10-21net: hibmcge: Implement some ethtool_ops functionsJijie Shao
2024-10-21net: hibmcge: Implement rx_poll function to receive packetsJijie Shao
2024-10-21net: hibmcge: Implement .ndo_start_xmit functionJijie Shao
2024-10-21net: hibmcge: Implement some .ndo functionsJijie Shao
2024-10-21net: hibmcge: Add interrupt supported in this moduleJijie Shao
2024-10-21net: hibmcge: Add mdio and hardware configuration supported in this moduleJijie Shao
2024-10-21net: hibmcge: Add read/write registers supported through the bar spaceJijie Shao
2024-10-21net: hibmcge: Add pci table supported in this moduleJijie Shao
2024-10-21fsl/fman: Fix refcount handling of fman-related devicesAleksandr Mishin
2024-10-21fsl/fman: Save device references taken in mac_probe()Aleksandr Mishin
2024-10-21net: sfp: change quirks for Alcatel Lucent G-010S-PShengyu Qu
2024-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-10-20net: ftgmac100: correct the phy interface of NC-SI modeJacky Chou
2024-10-20eth: Fix typo 'accelaration'. 'exprienced' and 'rewritting'WangYuli
2024-10-20r8169: enable EEE at 2.5G per default on RTL8125BHeiner Kallweit
2024-10-20net: phy: realtek: add RTL8125D-internal PHYHeiner Kallweit
2024-10-20net: airoha: Reset BQL stopping the netdeviceLorenzo Bianconi
2024-10-20net: phy: mediatek-ge-soc: Propagate error code correctly in cal_cycle()SkyLake.Huang
2024-10-20net: phy: mediatek-ge-soc: Shrink line wrapping to 80 charactersSkyLake.Huang
2024-10-20net: phy: mediatek-ge-soc: Fix coding styleSkyLake.Huang
2024-10-20r8169: remove rtl_dash_loop_wait_high/lowHeiner Kallweit
2024-10-20r8169: avoid duplicated messages if loading firmware fails and switch to warn...Heiner Kallweit
2024-10-20r8169: replace custom flag with disable_work() et alHeiner Kallweit
2024-10-20r8169: don't take RTNL lock in rtl_task()Heiner Kallweit
2024-10-20eth: fbnic: add CONFIG_PTP_1588_CLOCK_OPTIONAL dependencyArnd Bergmann
2024-10-20net: dsa: mv88e6xxx: Fix error when setting port policy on mv88e6393xPeter Rashleigh
2024-10-20wifi: rtw89: sar: add supported UNII-4 frequency range along with UNII-3 of S...Ping-Ke Shih
2024-10-20wifi: rtw89: 8852c: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih
2024-10-20wifi: rtw89: 8852bt: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih
2024-10-20wifi: rtw89: 8852b: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih
2024-10-20wifi: rtw89: 8851b: use 'int' as return type of error code pwr_{on,off}_func()Ping-Ke Shih
2024-10-20wifi: rtw89: pci: use 'int' as return type of error code in poll_{tx,rx}dma_c...Ping-Ke Shih
2024-10-20wifi: rtw89: wow: cast nd_config->delay to u64 in tsf arithmeticPing-Ke Shih
2024-10-19octeon_ep: Add SKB allocation failures handling in __octep_oq_process_rx()Aleksandr Mishin
2024-10-19octeon_ep: Implement helper for iterating packets in Rx queueAleksandr Mishin
2024-10-19bnxt_en: replace ptp_lock with irqsave variantVadim Fedorenko
2024-10-19net: phy: dp83822: Fix reset pin definitionsMichel Alex
2024-10-19net: plip: fix break; causing plip to never transmitJakub Boehm
2024-10-19be2net: fix potential memory leak in be_xmit()Wang Hai
2024-10-19net/sun3_82586: fix potential memory leak in sun3_82586_send_packet()Wang Hai
2024-10-19net: pse-pd: Fix out of bound for loopKory Maincent
2024-10-18net: vxlan: update the document for vxlan_snoop()Menglong Dong
2024-10-18net: vxlan: replace VXLAN_INVALID_HDR with VNI_NOT_FOUNDMenglong Dong
2024-10-17net: airoha: Fix typo in REG_CDM2_FWD_CFG configurationLorenzo Bianconi
2024-10-17net: ravb: Add VLAN checksum supportPaul Barker
2024-10-17net: ravb: Enable IPv6 TX checksum offload for GbEthPaul Barker
2024-10-17net: ravb: Enable IPv6 RX checksum offloading for GbEthPaul Barker
2024-10-17net: ravb: Simplify UDP TX checksum offloadPaul Barker
2024-10-17net: ravb: Disable IP header TX checksum offloadingPaul Barker
2024-10-17net: ravb: Simplify types in RX csum validationPaul Barker