summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-1328-24/+53
* net: phy: marvell: add SFP support for 88E1510Ivan Bornyakov2021-08-131-1/+104
* net: dpaa_eth: remove dead select in menuconfig FSL_DPAA_ETHLukas Bulwahn2021-08-131-1/+0
* net: Kconfig: remove obsolete reference to config MICROBLAZE_64K_PAGESLukas Bulwahn2021-08-131-2/+2
* net: macb: Add PTP support for SAMA5D29Hari Prasath2021-08-131-0/+9
* net: fec: add WoL support for i.MX8MQJoakim Zhang2021-08-132-5/+23
* ravb: Remove checks for unsupported internal delay modesGeert Uytterhoeven2021-08-131-13/+2
* net: hso: drop unused function argumentPavel Skripkin2021-08-131-4/+3
* net, bonding: Disallow vlan+srcmac with XDPJussi Maki2021-08-131-7/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-13192-698/+1630
|\
| * Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-1258-196/+455
| |\
| | * Merge tag 'ieee802154-for-davem-2021-08-12' of git://git.kernel.org/pub/scm/l...Jakub Kicinski2021-08-121-3/+3
| | |\
| | | * ieee802154: hwsim: fix GPF in hwsim_new_edge_nlDongliang Mu2021-07-081-1/+1
| | | * ieee802154: hwsim: fix GPF in hwsim_set_edge_lqiDongliang Mu2021-07-071-2/+2
| | * | wwan: core: Avoid returning NULL from wwan_create_dev()Andy Shevchenko2021-08-121-4/+8
| | * | net: dsa: sja1105: unregister the MDIO buses during teardownVladimir Oltean2021-08-121-0/+1
| | * | net: mscc: Fix non-GPL export of regmap APIsMark Brown2021-08-121-8/+8
| | * | net: pcs: xpcs: fix error handling on failed to allocate memoryWong Vee Khee2021-08-111-1/+1
| | * | net: switchdev: zero-initialize struct switchdev_notifier_fdb_info emitted by...Vladimir Oltean2021-08-1010-13/+13
| | * | net: dsa: sja1105: fix broken backpressure in .port_fdb_dumpVladimir Oltean2021-08-101-1/+3
| | * | net: dsa: lantiq: fix broken backpressure in .port_fdb_dumpVladimir Oltean2021-08-101-4/+10
| | * | net: dsa: lan9303: fix broken backpressure in .port_fdb_dumpVladimir Oltean2021-08-101-15/+19
| | * | net: dsa: hellcreek: fix broken backpressure in .port_fdb_dumpVladimir Oltean2021-08-101-2/+5
| | * | net: dsa: microchip: ksz8795: Don't use phy_port_cnt in VLAN table lookupBen Hutchings2021-08-101-4/+4
| | * | net: dsa: microchip: ksz8795: Fix VLAN filteringBen Hutchings2021-08-101-0/+11
| | * | net: dsa: microchip: ksz8795: Use software untagging on CPU portBen Hutchings2021-08-101-1/+8
| | * | net: dsa: microchip: ksz8795: Fix VLAN untagged flag change on deletionBen Hutchings2021-08-101-3/+0
| | * | net: dsa: microchip: ksz8795: Reject unsupported VLAN configurationBen Hutchings2021-08-102-1/+27
| | * | net: dsa: microchip: ksz8795: Fix PVID tag insertionBen Hutchings2021-08-102-7/+23
| | * | net: dsa: microchip: Fix ksz_read64()Ben Hutchings2021-08-101-6/+2
| | * | Merge tag 'linux-can-fixes-for-5.14-20210810' of git://git.kernel.org/pub/scm...David S. Miller2021-08-101-4/+4
| | |\ \
| | | * | can: m_can: m_can_set_bittiming(): fix setting M_CAN_DBTP registerHussein Alasadi2021-08-101-4/+4
| | * | | Merge tag 'mlx5-fixes-2021-08-09' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2021-08-1018-56/+82
| | |\ \ \
| | | * | | net/mlx5: Fix return value from tracer initializationAya Levin2021-08-091-2/+9
| | | * | | net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-099-28/+26
| | | * | | net/mlx5e: TC, Fix error handling memory leakChris Mi2021-08-091-0/+1
| | | * | | net/mlx5: Destroy pool->mutexShay Drory2021-08-091-1/+2
| | | * | | net/mlx5: Set all field of mlx5_irq before inserting it to the xarrayShay Drory2021-08-091-1/+1
| | | * | | net/mlx5: Fix order of functions in mlx5_irq_detach_nb()Shay Drory2021-08-091-1/+4
| | | * | | net/mlx5: Block switchdev mode while devlink traps are activeAya Levin2021-08-091-3/+11
| | | * | | net/mlx5e: Destroy page pool after XDP SQ to fix use-after-freeMaxim Mikityanskiy2021-08-091-10/+10
| | | * | | net/mlx5: Bridge, fix ageing timeVlad Buslov2021-08-091-2/+2
| | | * | | net/mlx5e: Avoid creating tunnel headers for local routeRoi Dayan2021-08-091-0/+5
| | | * | | net/mlx5: DR, Add fail on error check on decapAlex Vesker2021-08-091-0/+2
| | | * | | net/mlx5: Don't skip subfunction cleanup in case of error in module initLeon Romanovsky2021-08-092-8/+9
| | * | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2021-08-104-13/+36
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash2021-08-091-5/+8
| | | * | | ice: don't remove netdev->dev_addr from uc sync listBrett Creeley2021-08-091-8/+15
| | | * | | ice: Stop processing VF messages during teardownAnirudh Venkataramanan2021-08-092-0/+8
| | | * | | ice: Prevent probing virtual functionsAnirudh Venkataramanan2021-08-091-0/+5
| | | |/ /