aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-01-16net: mvneta: implement rx_copybreakwilly tarreau
2014-01-16net: mvneta: convert to build_skb()willy tarreau
2014-01-16net: mvneta: prefetch next rx descriptor instead of current onewilly tarreau
2014-01-16net: mvneta: simplify access to the rx descriptor statuswilly tarreau
2014-01-16net: mvneta: factor rx refilling codewilly tarreau
2014-01-16net: mvneta: remove tests for impossible cases in the tx_done pathwilly tarreau
2014-01-16net: mvneta: replace Tx timer with a real interruptwilly tarreau
2014-01-16net: mvneta: add missing bit descriptions for interrupt masks and causeswilly tarreau
2014-01-16net: mvneta: do not schedule in mvneta_tx_timeoutwilly tarreau
2014-01-16net: mvneta: use per_cpu stats to fix an SMP lock upwilly tarreau
2014-01-16net: mvneta: increase the 64-bit rx/tx stats out of the hot pathwilly tarreau
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-15ixgbe: Clear head write-back registers on VF resetAlexander Duyck
2014-01-15ixgbe: Force QDE via PFQDE for VFs during resetAlexander Duyck
2014-01-15be2net: update driver version to 10.0.xSathya Perla
2014-01-15be2net: cleanup wake-on-lan codeSuresh Reddy
2014-01-15be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-idSuresh Reddy
2014-01-15be2net: do not use frag index in the RX-compl entrySuresh Reddy
2014-01-15be2net: Remove "10Gbps" from driver description stringSuresh Reddy
2014-01-15be2net: fix incorrect setting of cmd_privileges for VFsSuresh Reddy
2014-01-15be2net: ignore mac-addr set call for an already programmed mac-addrVasundhara Volam
2014-01-15be2net: do not call be_set/get_fw_log_level() on Skyhawk-RVasundhara Volam
2014-01-15be2net: Log the profile-id used by FW during driver initializationVasundhara Volam
2014-01-15be2net: don't set "pport" field when querying "pvid"Vasundhara Volam
2014-01-15be2net: Use MCC_CREATE_EXT_V1 cmd for Skyhawk-RVasundhara Volam
2014-01-15stmmac: Add vlan rx for better GRO performance.Vince Bridgers
2014-01-15bnx2x: fix sparse warningstephen hemminger
2014-01-15staging,lpc32xx_adc: Add dependency on HAS_IOMEMRichard Weinberger
2014-01-15power,goldfish: Add dependency on HAS_IOMEMRichard Weinberger
2014-01-15net,marvell: Add dependency on HAS_IOMEMRichard Weinberger
2014-01-15phy,exynos: Add dependency on HAS_IOMEMRichard Weinberger
2014-01-15staging,spear_adc: Add dependency on HAS_IOMEMRichard Weinberger
2014-01-15staging,dgap: Add dependency on HAS_IOMEMRichard Weinberger
2014-01-15ptp_pch: Add dependency on HAS_IOMEMRichard Weinberger
2014-01-15qeth: bridgeport support - address notificationsEugene Crosser
2014-01-15s390/qdio: bridgeport support - CHSC partEugene Crosser
2014-01-15qeth: bridgeport support - basic controlEugene Crosser
2014-01-15gianfar: Fix portabilty issues for ethtool and ptpClaudiu Manoil
2014-01-15ksz884x: delete useless variableJulia Lawall
2014-01-15i40e: Retain MAC filters on port VLAN deletionGreg Rose
2014-01-15i40e: Warn admin to reload VF driver on port VLAN configurationGreg Rose
2014-01-14net: vxlan: properly cleanup devs on module unloadDaniel Borkmann
2014-01-14net: vxlan: when lower dev unregisters remove vxlan dev as wellDaniel Borkmann
2014-01-14ixgbe: Additional adapter removal checksMark Rustad
2014-01-14ixgbe: Check for adapter removal on register writesMark Rustad
2014-01-14ixgbe: Check register reads for adapter removalMark Rustad
2014-01-14ixgbe: Make ethtool register test use accessorsMark Rustad
2014-01-14ixgbe: Use static inlines instead of macrosMark Rustad
2014-01-14ixbge: Protect ixgbe_down with __IXGBE_DOWN bitMark Rustad
2014-01-14ixgbe: Indicate removal state explicitlyMark Rustad