summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-10-12ionic: no devlink_unregister if not registeredShannon Nelson
2021-10-12net: dsa: felix: break at first CPU port during init and teardownVladimir Oltean
2021-10-12net: dsa: felix: purge skb from TX timestamping queue if it cannot be sentVladimir Oltean
2021-10-12net: dsa: tag_ocelot_8021q: break circular dependency with ocelot switch libVladimir Oltean
2021-10-12net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean
2021-10-12net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with t...Vladimir Oltean
2021-10-12net: mscc: ocelot: deny TX timestamping of non-PTP packetsVladimir Oltean
2021-10-12net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown skbVladimir Oltean
2021-10-12net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean
2021-10-12net: mscc: ocelot: make use of all 63 PTP timestamp identifiersVladimir Oltean
2021-10-12net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch dr...Vladimir Oltean
2021-10-12net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driverVladimir Oltean
2021-10-12devlink: Delete reload enable/disable interfaceLeon Romanovsky
2021-10-12net/mlx5: Set devlink reload feature bit for supported devices onlyLeon Romanovsky
2021-10-12devlink: Allow control devlink ops behavior through feature maskLeon Romanovsky
2021-10-12devlink: Reduce struct devlink exposureLeon Romanovsky
2021-10-12nfp: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König
2021-10-12mlxsw: pci: Use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König
2021-10-12net: marvell: prestera: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König
2021-10-12net: hns3: use dev_driver_string() instead of pci_dev->driver->nameUwe Kleine-König
2021-10-12nfp: flow_offload: move flow_indr_dev_register from app init to app startBaowen Zheng
2021-10-12net/mlx5e: Fix division by 0 in mlx5e_select_queue for representorsMaxim Mikityanskiy
2021-10-12net/mlx5e: Mutually exclude RX-FCS and RX-port-timestampAya Levin
2021-10-12net/mlx5e: Switchdev representors are not vlan challengedSaeed Mahameed
2021-10-12net/mlx5e: Fix memory leak in mlx5_core_destroy_cq() error pathValentine Fatiev
2021-10-12net/mlx5e: Allow only complete TXQs partition in MQPRIO channel modeTariq Toukan
2021-10-12net/mlx5: Fix cleanup of bridge delayed workShay Drory
2021-10-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jason Gunthorpe
2021-10-12ethernet: tulip: avoid duplicate variable name on sparcJakub Kicinski
2021-10-12ice: fix locking for Tx timestamp tracking flushJacob Keller
2021-10-12net: dsa: microchip: Added the condition for scheduling ksz_mib_read_workArun Ramadoss
2021-10-12r8152: select CRC32 and CRYPTO/CRYPTO_HASH/CRYPTO_SHA256Vegard Nossum
2021-10-12net: dsa: mv88e6xxx: don't use PHY_DETECT on internal PHY'sMaarten Zanders
2021-10-12net: hns3: debugfs add support dumping page pool infoHao Chen
2021-10-12tulip: fix setting device address from romJakub Kicinski
2021-10-12net: hns: Prefer struct_size over open coded arithmeticLen Baker
2021-10-12net: mscc: ocelot: Fix dumplicated argument in ocelotWan Jiabing
2021-10-12mlxsw: spectrum_qdisc: Offload RED qevent markPetr Machata
2021-10-12mlxsw: spectrum_qdisc: Track permissible actions per bindingPetr Machata
2021-10-12mlxsw: spectrum_qdisc: Distinguish between ingress and egress triggersPetr Machata
2021-10-12mlxsw: spectrum_qdisc: Pass extack to mlxsw_sp_qevent_entry_configure()Petr Machata
2021-10-11Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nexDavid S. Miller
2021-10-11gve: Track RX buffer allocation failuresCatherine Sullivan
2021-10-11gve: Allow pageflips on larger pagesJordan Kim
2021-10-11gve: Add netif_set_xps_queue callCatherine Sullivan
2021-10-11gve: Recover from queue stall due to missed IRQJohn Fraker
2021-10-11gve: Do lazy cleanup in TX pathTao Liu
2021-10-11gve: Add rx buffer pagecnt biasCatherine Sullivan
2021-10-11gve: Switch to use napi_complete_doneYangchun Fu
2021-10-11ice: ndo_setup_tc implementation for PRMichal Swiatkowski