Age | Commit message (Expand) | Author | Files | Lines |
2020-02-25 | net: bcmgenet: reduce severity of missing clock warnings | Jeremy Linton | 1 | -3/+3 |
2020-02-25 | net: bcmgenet: Fetch MAC address from the adapter | Jeremy Linton | 1 | -12/+27 |
2020-02-25 | net: bcmgenet: Initial bcmgenet ACPI support | Jeremy Linton | 1 | -7/+14 |
2020-02-25 | net: bcmgenet: enable automatic phy discovery | Jeremy Linton | 1 | -6/+33 |
2020-02-25 | net: bcmgenet: refactor phy mode configuration | Jeremy Linton | 1 | -16/+26 |
2020-02-21 | bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs. | Vasundhara Volam | 1 | -0/+8 |
2020-02-21 | bnxt_en: Improve device shutdown method. | Vasundhara Volam | 1 | -2/+2 |
2020-02-18 | net: cnic: fix spelling mistake "reserverd" -> "reserved" | Alexandre Belloni | 1 | -2/+2 |
2020-02-06 | net: systemport: Avoid RBUF stuck in Wake-on-LAN mode | Florian Fainelli | 1 | -0/+3 |
2020-02-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -13/+24 |
2020-02-04 | bnxt_en: Fix TC queue mapping. | Michael Chan | 1 | -1/+1 |
2020-02-04 | bnxt_en: Fix logic that disables Bus Master during firmware reset. | Vasundhara Volam | 1 | -4/+7 |
2020-02-04 | bnxt_en: Fix RDMA driver failure with SRIOV after firmware reset. | Michael Chan | 1 | -2/+5 |
2020-02-04 | bnxt_en: Refactor logic to re-enable SRIOV after firmware reset detected. | Michael Chan | 1 | -7/+12 |
2020-01-31 | ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use | Andy Shevchenko | 1 | -1/+0 |
2020-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 16 | -149/+344 |
2020-01-28 | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 2 | -2/+2 |
2020-01-27 | bnxt_en: Add support for devlink info command | Vasundhara Volam | 2 | -0/+138 |
2020-01-27 | bnxt_en: Rename switch_id to dsn | Vasundhara Volam | 3 | -6/+6 |
2020-01-27 | bnxt_en: Add support to update progress of flash update | Vasundhara Volam | 1 | -1/+13 |
2020-01-27 | bnxt_en: Move devlink_register before registering netdev | Vasundhara Volam | 2 | -5/+8 |
2020-01-27 | bnxt_en: Register devlink irrespective of firmware spec version | Vasundhara Volam | 1 | -5/+6 |
2020-01-27 | bnxt_en: Refactor bnxt_dl_register() | Vasundhara Volam | 1 | -24/+36 |
2020-01-27 | bnxt_en: Disable workaround for lost interrupts on 575XX B0 and newer chips. | Michael Chan | 2 | -1/+5 |
2020-01-27 | bnxt_en: Periodically check and remove aged-out ntuple filters | Pavan Chebbi | 1 | -0/+7 |
2020-01-27 | bnxt_en: Do not accept fragments for aRFS flow steering. | Michael Chan | 1 | -2/+4 |
2020-01-27 | bnxt_en: Support UDP RSS hashing on 575XX chips. | Michael Chan | 1 | -1/+1 |
2020-01-27 | bnxt_en: Remove the setting of dev_port. | Michael Chan | 1 | -1/+0 |
2020-01-27 | bnxt_en: Improve bnxt_probe_phy(). | Michael Chan | 1 | -3/+3 |
2020-01-27 | bnxt_en: Improve link up detection. | Michael Chan | 2 | -9/+9 |
2020-01-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -2/+2 |
2020-01-25 | net: bcmgenet: Use netif_tx_napi_add() for TX NAPI | Florian Fainelli | 1 | -2/+2 |
2020-01-23 | net: convert suitable drivers to use phy_do_ioctl_running | Heiner Kallweit | 2 | -22/+2 |
2020-01-20 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 4 | -15/+28 |
2020-01-18 | bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal. | Michael Chan | 3 | -4/+7 |
2020-01-18 | bnxt_en: Fix ipv6 RFS filter matching logic. | Michael Chan | 1 | -5/+17 |
2020-01-18 | bnxt_en: Fix NTUPLE firmware command failures. | Michael Chan | 1 | -3/+0 |
2020-01-17 | net: systemport: Fixed queue mapping in internal ring map | Florian Fainelli | 1 | -3/+4 |
2020-01-11 | bnxt: Detach page from page pool before sending up the stack | Jonathan Lemon | 1 | -0/+1 |
2020-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -3/+6 |
2020-01-09 | bnxt_en: Call recovery done after reset is successfully done | Vikas Gupta | 3 | -2/+14 |
2020-01-09 | net: tg3: use skb_list_walk_safe helper for gso segments | Jason A. Donenfeld | 1 | -7/+5 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2 | -2/+2 |
2020-01-06 | drivers/net/b44: Change to non-atomic bit operations on pwol_mask | Fenghua Yu | 1 | -3/+6 |
2020-01-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+4 |
2019-12-27 | bnx2x: Fix accounting of vlan resources among the PFs | Manish Chopra | 1 | -1/+4 |
2019-12-27 | bnx2x: Use appropriate define for vlan credit | Manish Chopra | 1 | -1/+1 |
2019-12-26 | net: Introduce peer to peer one step PTP time stamping. | Richard Cochran | 1 | -0/+1 |
2019-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 10 | -64/+171 |
2019-12-20 | net: bcmgenet: Add software counters to track reallocations | Doug Berger | 2 | -0/+8 |