summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski58-377/+950
2022-07-28Merge tag 'net-5.19-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds20-119/+197
2022-07-28stmmac: dwmac-mediatek: fix resource leak in probeDan Carpenter1-4/+5
2022-07-28net: cdns,macb: use correct xlnx prefix for XilinxKrzysztof Kozlowski1-3/+5
2022-07-28net/funeth: Fix fun_xdp_tx() and XDP packet reclaimDimitris Michailidis3-15/+16
2022-07-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni6-2/+259
2022-07-28Revert "Merge branch 'octeontx2-minor-tc-fixes'"Paolo Abeni1-73/+33
2022-07-28net: dsa: mv88e6xxx: fix speed setting for CPU/DSA portsMarcin Wojtas1-1/+6
2022-07-28Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-48/+16
2022-07-28sfc: disable softirqs for ptp TXAlejandro Lucero1-0/+22
2022-07-28ptp: ocp: Select CRC16 in the Kconfig.Jonathan Lemon1-0/+1
2022-07-27net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl1-1/+3
2022-07-27s390/ism: CleanupsStefan Raspl1-6/+5
2022-07-27virtio-net: fix the race between refill work and closeJason Wang1-3/+34
2022-07-27net: dsa: microchip: add support for phylink mac configArun Ramadoss6-33/+21
2022-07-27net: dsa: microchip: ksz8795: use common xmii functionArun Ramadoss2-42/+1
2022-07-27net: dsa: microchip: ksz9477: use common xmii functionArun Ramadoss4-167/+49
2022-07-27net: dsa: microchip: apply rgmii tx and rx delay in phylink mac configArun Ramadoss5-1/+130
2022-07-27net: dsa: microchip: lan937x: add support for configuing xMII registerArun Ramadoss4-40/+53
2022-07-27net: dsa: microchip: add support for common phylink mac link upArun Ramadoss4-33/+16
2022-07-27net: dsa: microchip: add common duplex and flow control functionArun Ramadoss5-23/+57
2022-07-27net: dsa: microchip: add common ksz port xmii speed selection functionArun Ramadoss5-15/+69
2022-07-27net: dsa: microchip: add common gigabit set and get functionArun Ramadoss6-48/+82
2022-07-26mlxsw: core_linecards: Implement line card device flashingJiri Pirko4-10/+323
2022-07-26mlxsw: core_linecards: Expose device PSID over device infoJiri Pirko2-0/+32
2022-07-26mlxsw: reg: Add Management DownStream Device Tunneling RegisterJiri Pirko1-0/+90
2022-07-26mlxsw: core_linecards: Probe active line cards for devices and expose FW versionJiri Pirko2-0/+66
2022-07-26mlxsw: reg: Extend MDDQ by device_infoJiri Pirko1-1/+82
2022-07-26mlxsw: core_linecards: Expose HW revision and INI versionJiri Pirko3-0/+43
2022-07-26mlxsw: core_linecards: Introduce per line card auxiliary deviceJiri Pirko6-3/+194
2022-07-26ice: do not setup vlan for loopback VSIMaciej Fijalkowski1-3/+5
2022-07-26ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski1-1/+2
2022-07-26ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan2-40/+2
2022-07-26ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski1-3/+5
2022-07-26ice: Fix max VLANs available for VFPrzemyslaw Patynowski1-1/+2
2022-07-26ice: Add support for PPPoE hardware offloadMarcin Szycik6-2/+259
2022-07-26octeontx2-pf: Fix UDP/TCP src and dst port tc filtersSubbaraya Sundeep1-12/+18
2022-07-26octeontx2-pf: cn10k: Fix egress ratelimit configurationSunil Goutham1-21/+55
2022-07-26octeontx2-pf: Fix UDP/TCP src and dst port tc filtersSubbaraya Sundeep1-12/+18
2022-07-26octeontx2-pf: cn10k: Fix egress ratelimit configurationSunil Goutham1-21/+55
2022-07-26sfc/siena: fix repeated words in commentswangjianli1-1/+1
2022-07-26sfc/falcon: fix repeated words in commentswangjianli1-1/+1
2022-07-26net: ethernet: stmicro: stmmac: permit MTU change with interface upChristian Marangi1-6/+24
2022-07-26net: ethernet: stmicro: stmmac: generate stmmac dma conf before openChristian Marangi1-173/+289
2022-07-26net: ethernet: stmicro: stmmac: move dma conf to dedicated structChristian Marangi7-163/+172
2022-07-26net: ethernet: stmicro: stmmac: first disable all queues and disconnect in re...Christian Marangi1-2/+2
2022-07-26net: ethernet: stmicro: stmmac: move queue reset to dedicated functionsChristian Marangi1-28/+31
2022-07-26i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski1-0/+4
2022-07-26Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski131-4003/+3423
2022-07-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo10-19/+14