summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom
AgeCommit message (Expand)Author
2016-06-22net: ethernet: bgmac: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-22net: ethernet: bgmac: use phydev from struct net_devicePhilippe Reynes
2016-06-19net: ethernet: bcmsysport: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-06-19net: ethernet: bcmsysport: use phydev from struct net_devicePhilippe Reynes
2016-06-17bnxt: Move GENEVE support from hard-coded port to using port notifierAlexander Duyck
2016-06-17bnxt: Update drivers to support unified UDP encapsulation offload functionsAlexander Duyck
2016-06-17bnx2x: Move all UDP port notifiers to single functionAlexander Duyck
2016-06-14bnxt_en: Support new ETHTOOL_{G|S}LINKSETTINGS API.Michael Chan
2016-06-14bnxt_en: Don't allow autoneg on cards that don't support it.Michael Chan
2016-06-14bnxt_en: Add BCM5731X and BCM5741X device IDs.Michael Chan
2016-06-14bnxt_en: Add GRO logic for BCM5731X chips.Michael Chan
2016-06-14bnxt_en: Refactor bnxt_gro_skb().Michael Chan
2016-06-14bnxt_en: Define the supported chip numbers.Michael Chan
2016-06-14bnxt_en: Add PCI device ID for 57404 NPAR devices.Michael Chan
2016-06-14bnxt_en: Enable NPAR (NIC Partitioning) Support.Satish Baddipadige
2016-06-14bnxt_en: Handle VF_CFG_CHANGE event from firmware.Michael Chan
2016-06-14bnxt_en: Add new function bnxt_reset().Michael Chan
2016-06-14bnxt_en: Add function for VF driver to query default VLAN.Michael Chan
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-06-09bgmac: Maintain some netdev statisticsFlorian Fainelli
2016-06-09bgmac: Add support for ethtool statisticsFlorian Fainelli
2016-06-09bgmac: Bind net_device with backing device structureFlorian Fainelli
2016-06-07bnxt_en: Simplify VLAN receive logic.Michael Chan
2016-06-07bnxt_en: Enable and disable RX CTAG and RX STAG VLAN acceleration together.Michael Chan
2016-06-07bnxt_en: Fix tx push race condition.Michael Chan
2016-06-05bnx2x: allow adding VLANs while interface is downMichal Schmidt
2016-05-31bnx2x: avoid leaking memory on bnx2x_init_one() failuresVitaly Kuznetsov
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-05-15bnxt_en: Use dma_rmb() instead of rmb().Michael Chan
2016-05-15bnxt_en: Add BCM57314 device ID.Michael Chan
2016-05-15bnxt_en: Simplify and improve unsupported SFP+ module reporting.Michael Chan
2016-05-15bnxt_en: Fix length value in dmesg log firmware error message.Michael Chan
2016-05-15bnxt_en: Improve the delay logic for firmware response.Michael Chan
2016-05-15bnxt_en: Reduce maximum ring pages if page size is 64K.Michael Chan
2016-05-15bnxt_en: Report PCIe link speed and width during driver loadAjit Khaparde
2016-05-15bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPROAjit Khaparde
2016-05-15bnxt_en: Fix invalid max channel parameter in ethtool -l.Satish Baddipadige
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-11bnxt_en: Add workaround to detect bad opaque in rx completion (part 2)Michael Chan
2016-05-11bnxt_en: Add workaround to detect bad opaque in rx completion (part 1)Michael Chan
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-06cnic: call cp->stop_hw() in cnic_start_hw() on allocation failureJon Maxwell
2016-05-04bnxt_en: Setup multicast properly after resetting device.Michael Chan
2016-05-04bnxt_en: Need memory barrier when processing the completion ring.Michael Chan
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-04bnxt: Add support for segmentation of tunnels with outer checksumsAlexander Duyck
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-28treewide: Fix typos in printkMasanari Iida
2016-04-27bnxt_en: Divide a page into 32K buffers for the aggregation ring if necessary.Michael Chan