aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2021-09-02Merge branch 'pci/vpd'Bjorn Helgaas
2021-08-31cxgb4: Use pci_vpd_find_id_string() to find VPD ID stringHeiner Kallweit
2021-08-24cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24cxgb4: Remove unused vpd_param member ecHeiner Kallweit
2021-08-24cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit
2021-08-24bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24bnxt: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-24bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-24bnx2: Replace open-coded byte swapping with swab32s()Heiner Kallweit
2021-08-24bnx2: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-24sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-20tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-20tg3: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit
2021-08-20tg3: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-20sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit
2021-08-20sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede
2021-08-17PCI: Remove reset_fn field from pci_devAmey Narkhede
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2021-07-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-07-08virtio_net: disable cb aggressivelyMichael S. Tsirkin
2021-07-07Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-07-03virtio_net: move txq wakeups under tx q lockMichael S. Tsirkin
2021-07-03virtio_net: move tx vq operation under tx queue lockMichael S. Tsirkin
2021-07-03virtio_net: Fix error handling in virtnet_restore()Xie Yongji
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-29gve: DQO: Fix off by one in gve_rx_dqo()Dan Carpenter
2021-06-29stmmac: intel: set PCI_D3hot in suspendVoon Weifeng
2021-06-29stmmac: intel: Enable PHY WOL option in EHLLing Pei Lee
2021-06-29net: stmmac: option to enable PHY WOL with PMT enabledLing Pei Lee
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-29Merge tag 'hyperv-next-signed-20210629' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-06-29net/mlx4: Fix fall-through warning for ClangGustavo A. R. Silva
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-28net: sparx5: Do not use mac_addr uninitialized in mchp_sparx5_probe()Nathan Chancellor
2021-06-28net: dsa: sja1105: fix dynamic access to L2 Address Lookup table for SJA1110Vladimir Oltean
2021-06-28net: phy: at803x: mask 1000 Base-X link modeDavid Bauer
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller