summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2018-03-31bnxt_en: fix clear flags in ethtool reset handlingScott Branden
2018-03-31bnxt_en: Use a dedicated VNIC mode for RDMA.Michael Chan
2018-03-31bnxt_en: Adjust default rings for multi-port NICs.Michael Chan
2018-03-31bnxt_en: Update firmware interface to 1.9.1.15.Michael Chan
2018-03-30net: bcmgenet: Fix coalescing settings handlingFlorian Fainelli
2018-03-30net: systemport: Fix coalescing settings handlingFlorian Fainelli
2018-03-30net: systemport: Remove adaptive TX coalescingFlorian Fainelli
2018-03-29net: bcmgenet: return NULL instead of plain integerWei Yongjun
2018-03-29net: bgmac: Mask interrupts during probeFlorian Fainelli
2018-03-29net: bgmac: Use interface name to request interruptFlorian Fainelli
2018-03-26bnxt_en: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya
2018-03-26bnx2x: Eliminate duplicate barriers on weakly-ordered archsSinan Kaya
2018-03-26bnx2x: Replace doorbell barrier() with wmb()Sinan Kaya
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches
2018-03-25net: bcmgenet: Add support for adaptive RX coalescingFlorian Fainelli
2018-03-25net: systemport: Implement adaptive interrupt coalescingFlorian Fainelli
2018-03-21bnx2x: fix spelling mistake: "registeration" -> "registration"Colin Ian King
2018-03-16net: systemport: Rewrite __bcm_sysport_tx_reclaim()Florian Fainelli
2018-03-14tg3: prevent scheduling while atomic splatJonathan Toppins
2018-03-12bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().Michael Chan
2018-03-12bnxt_en: close & open NIC, only when the interface is in running state.Venkat Duvvuru
2018-03-12bnxt_en: Return standard Linux error codes for hwrm flow cmds.Venkat Duvvuru
2018-03-12bnxt_en: Fix regressions when setting up MQPRIO TX rings.Michael Chan
2018-03-12bnxt_en: Pass complete VLAN TCI to the stack.Michael Chan
2018-03-12bnxt_en: Remove unwanted ovs-offload messages in some conditionsSriharsha Basavapatna
2018-03-12bnxt_en: Fix vnic accounting in the bnxt_check_rings() path.Eddie Wai
2018-03-12bnxt_en: Refactor the functions to reserve hardware rings.Michael Chan
2018-02-19tg3: APE heartbeat changesPrashant Sreedharan
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-02-01bnx2x: disable GSO where gso_size is too big for hardwareDaniel Axtens
2018-01-29bnxt_en: cleanup DIM work on device shutdownAndy Gospodarek
2018-01-25bnxt: use tc_cls_can_offload_and_chain0()Jakub Kicinski
2018-01-23bnx2: remove redundant initializations of pointers txr and rxrColin Ian King
2018-01-17bnxt_en: export a common switchdev PARENT_ID for all reps of an adapterSathya Perla
2018-01-17bnxt_en: Add cache line size setting to optimize performance.Michael Chan
2018-01-17bnxt_en: Forward VF MAC address to the PF.Vasundhara Volam
2018-01-17bnxt_en: Add BCM5745X NPAR device IDsVasundhara Volam
2018-01-17bnxt_en: Expand bnxt_check_rings() to check all resources.Michael Chan
2018-01-17bnxt_en: Implement new method for the PF to assign SRIOV resources.Michael Chan
2018-01-17bnxt_en: Reserve resources for RFS.Michael Chan
2018-01-17bnxt_en: Implement new method to reserve rings.Michael Chan
2018-01-17bnxt_en: Set initial default RX and TX ring numbers the same in combined mode.Michael Chan
2018-01-17bnxt_en: Add the new firmware API to query hardware resources.Michael Chan
2018-01-17bnxt_en: Refactor hardware resource data structures.Michael Chan
2018-01-17bnxt_en: Restore MSIX after disabling SRIOV.Michael Chan
2018-01-17bnxt_en: Refactor bnxt_close_nic().Michael Chan
2018-01-17bnxt_en: Update firmware interface to 1.9.0.Michael Chan
2018-01-17bnx2x: Deprecate pci_get_bus_and_slot()Sinan Kaya
2018-01-16bnxt_en: don't update cpr->rx_bytes with uninitialized length lenColin Ian King
2018-01-15net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit