summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-06realtek: Update the Makefile and Kconfig in the realtek folderJustin Lai2-0/+20
2024-09-06rtase: Add a Makefile in the rtase folderJustin Lai1-0/+10
2024-09-06rtase: Implement ethtool functionJustin Lai1-0/+74
2024-09-06rtase: Implement pci_driver suspend and resume functionJustin Lai1-0/+51
2024-09-06rtase: Implement net_device_opsJustin Lai1-0/+235
2024-09-06rtase: Implement a function to receive packetsJustin Lai1-0/+144
2024-09-06rtase: Implement .ndo_start_xmit functionJustin Lai1-0/+283
2024-09-06rtase: Implement hardware configuration functionJustin Lai1-0/+238
2024-09-06rtase: Implement the interrupt routine and rtase_pollJustin Lai1-0/+69
2024-09-06rtase: Implement the rtase_down functionJustin Lai1-0/+150
2024-09-06rtase: Implement the .ndo_open functionJustin Lai1-0/+405
2024-09-06rtase: Add support for a pci table in this moduleJustin Lai2-0/+978
2024-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski34-454/+518
2024-09-05net: phy: Add driver for Motorcomm yt8821 2.5G ethernet phyFrank Sae1-4/+667
2024-09-05net: phy: Optimize phy speed mask to be compatible to yt8821Frank Sae1-8/+5
2024-09-05Merge tag 'linux-can-next-for-6.12-20240904-2' of git://git.kernel.org/pub/sc...Paolo Abeni10-0/+2187
2024-09-05net: dsa: felix: Annotate struct action_gate_entry with __counted_byHongbo Li1-1/+1
2024-09-05bonding: support xfrm state updateHangbin Liu1-0/+25
2024-09-05bonding: Add ESN support to IPSec HW offloadHangbin Liu1-0/+25
2024-09-05bonding: add common function to check ipsec deviceHangbin Liu1-13/+37
2024-09-05net: dsa: vsc73xx: fix possible subblocks range of CAPT blockPawel Dembicki1-2/+8
2024-09-05net: stmmac: Batch set RX OWN flag and other flagsTan En De2-4/+8
2024-09-05Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski6-161/+106
2024-09-05Merge tag 'wireless-next-2024-09-04' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski170-1394/+5950
2024-09-05Merge tag 'wireless-2024-09-04' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski9-148/+49
2024-09-05net: cadence: macb: Enable software IRQ coalescing by defaultSean Anderson1-0/+2
2024-09-05net: xilinx: axienet: Fix race in axienet_stopSean Anderson2-0/+11
2024-09-05net: phy: Check for read errors in SIOCGMIIREGNiklas Söderlund1-6/+11
2024-09-05pds_core: Remove redundant null pointer checksLi Zetao1-4/+4
2024-09-05ionic: Remove redundant null pointer checks in ionic_debugfs_add_qcq()Li Zetao1-1/+1
2024-09-05r8152: fix the firmware doesn't workHayes Wang1-4/+13
2024-09-05net: mana: Improve mana_set_channels() in low mem conditionsShradha Gupta2-16/+18
2024-09-05bareudp: Fix device stats updates.Guillaume Nault1-11/+11
2024-09-04can: rockchip_canfd: add support for CAN_CTRLMODE_BERR_REPORTINGMarc Kleine-Budde1-8/+17
2024-09-04can: rockchip_canfd: add support for CAN_CTRLMODE_LOOPBACKMarc Kleine-Budde2-2/+7
2024-09-04can: rockchip_canfd: add hardware timestamping supportMarc Kleine-Budde6-3/+115
2024-09-04can: rockchip_canfd: enable full TX-FIFO depth of 2Marc Kleine-Budde1-1/+1
2024-09-04can: rockchip_canfd: prepare to use full TX-FIFO depthMarc Kleine-Budde3-3/+38
2024-09-04can: rockchip_canfd: add stats support for errata workaroundsMarc Kleine-Budde5-1/+102
2024-09-04can: rockchip_canfd: rkcanfd_get_berr_counter_corrected(): work around broken...Marc Kleine-Budde4-6/+69
2024-09-04can: rockchip_canfd: implement workaround for erratum 12Marc Kleine-Budde1-0/+7
2024-09-04can: rockchip_canfd: implement workaround for erratum 6Marc Kleine-Budde3-0/+71
2024-09-04can: rockchip_canfd: add TX PATHMarc Kleine-Budde4-1/+221
2024-09-04can: rockchip_canfd: rkcanfd_register_done(): add warning for erratum 5Marc Kleine-Budde1-0/+7
2024-09-04can: rockchip_canfd: rkcanfd_handle_rx_int_one(): implement workaround for er...Marc Kleine-Budde2-0/+36
2024-09-04can: rockchip_canfd: add notes about known issuesMarc Kleine-Budde1-0/+20
2024-09-04can: rockchip_canfd: add support for rk3568v3Marc Kleine-Budde2-0/+21
2024-09-04can: rockchip_canfd: add quirk for broken CAN-FD supportMarc Kleine-Budde2-1/+25
2024-09-04can: rockchip_canfd: add quirks for errata workaroundsMarc Kleine-Budde2-2/+64
2024-09-04can: rockchip_canfd: add driver for Rockchip CAN-FD controllerMarc Kleine-Budde9-0/+1394