summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2021-08-24bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-42/+15
2021-08-24bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit2-35/+10
2021-08-24bnx2: Replace open-coded byte swapping with swab32s()Heiner Kallweit1-9/+4
2021-08-24bnx2: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-25/+8
2021-08-24sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-24sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit1-16/+14
2021-08-20tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-43/+16
2021-08-20tg3: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit1-27/+4
2021-08-20tg3: Read VPD with pci_vpd_alloc()Heiner Kallweit2-18/+10
2021-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit1-15/+14
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2-2/+3
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds1-0/+1
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+2
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-6/+6
2021-07-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-157/+10
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds545-9823/+49820
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches1-6/+6
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski16-88/+160
2021-06-29gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter1-1/+1
2021-06-29stmmac: intel: set PCI_D3hot in suspendVoon Weifeng1-0/+1
2021-06-29stmmac: intel: Enable PHY WOL option in EHLLing Pei Lee1-0/+1
2021-06-29net: stmmac: option to enable PHY WOL with PMT enabledLing Pei Lee1-1/+2
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-29net/mlx4: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-06-29Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds6-0/+6
2021-06-29net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()Nathan Chancellor1-4/+1
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller23-90/+12
2021-06-29net: sparx5: fix error return code in sparx5_register_notifier_blocks()Yang Yingliang1-1/+3
2021-06-29net: sparx5: fix return value check in sparx5_create_targets()Yang Yingliang1-2/+2
2021-06-29net: sparx5: check return value after calling platform_get_resource()Yang Yingliang1-0/+4
2021-06-29Merge tag 'mlx5-updates-2021-06-26' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller13-16/+147
2021-06-29net: bridge: allow the switchdev replay functions to be called for deletionVladimir Oltean1-2/+2
2021-06-29net: bridge: ignore switchdev events for LAG ports which didn't request replayVladimir Oltean1-2/+17
2021-06-29net: switchdev: add a context void pointer to struct switchdev_notifier_infoVladimir Oltean8-17/+20
2021-06-29net: ocelot: delete call to br_fdb_replayVladimir Oltean1-4/+0
2021-06-28bnxt_en: Enable hardware PTP supportMichael Chan1-0/+7
2021-06-28bnxt_en: Transmit and retrieve packet timestampsPavan Chebbi4-5/+131
2021-06-28bnxt_en: Get the RX packet timestampPavan Chebbi4-3/+52
2021-06-28bnxt_en: Get the full 48-bit hardware timestamp periodicallyPavan Chebbi3-0/+41
2021-06-28bnxt_en: Add PTP clock APIs, ioctls, and ethtool methodsMichael Chan6-1/+382
2021-06-28bnxt_en: Get PTP hardware capability from firmwareMichael Chan3-0/+113
2021-06-28bnxt_en: Update firmware interface to 1.10.2.47Michael Chan2-42/+629
2021-06-28net: hns3: add support for dumping MAC umv counter in debugfsJian Shen3-0/+42
2021-06-28net: hns3: add support for FD counter in debugfsJian Shen5-2/+62
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+2
2021-06-26net/mlx5e: Add IPsec support to uplink representorRaed Salem2-1/+8
2021-06-26net/mlx5e: kTLS, Add stats for number of deleted kTLS TX offloaded connectionsTariq Toukan3-0/+3
2021-06-26net/mlx5: SF, Improve performance in SF allocationEli Cohen1-10/+13
2021-06-26net/mlx5: Increase hairpin buffer sizeAriel Levkovich1-1/+1