| Commit message (Expand) | Author | Age | Files | Lines |
* | net: mvneta: mvneta_tx_done_gbe() cleanups | Arnaud Ebalard | 2014-01-16 | 1 | -13/+4 |
* | net: mvneta: implement rx_copybreak | willy tarreau | 2014-01-16 | 1 | -6/+38 |
* | net: mvneta: convert to build_skb() | willy tarreau | 2014-01-16 | 1 | -14/+35 |
* | net: mvneta: prefetch next rx descriptor instead of current one | willy tarreau | 2014-01-16 | 1 | -1/+1 |
* | net: mvneta: simplify access to the rx descriptor status | willy tarreau | 2014-01-16 | 1 | -13/+12 |
* | net: mvneta: factor rx refilling code | willy tarreau | 2014-01-16 | 1 | -20/+3 |
* | net: mvneta: remove tests for impossible cases in the tx_done path | willy tarreau | 2014-01-16 | 1 | -6/+9 |
* | net: mvneta: replace Tx timer with a real interrupt | willy tarreau | 2014-01-16 | 1 | -59/+12 |
* | net: mvneta: add missing bit descriptions for interrupt masks and causes | willy tarreau | 2014-01-16 | 1 | -2/+42 |
* | net: mvneta: do not schedule in mvneta_tx_timeout | willy tarreau | 2014-01-16 | 1 | -11/+0 |
* | net: mvneta: use per_cpu stats to fix an SMP lock up | willy tarreau | 2014-01-16 | 1 | -29/+55 |
* | net: mvneta: increase the 64-bit rx/tx stats out of the hot path | willy tarreau | 2014-01-16 | 1 | -4/+11 |
* | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-01-16 | 155 | -155/+0 |
* | ixgbe: Clear head write-back registers on VF reset | Alexander Duyck | 2014-01-15 | 2 | -0/+17 |
* | ixgbe: Force QDE via PFQDE for VFs during reset | Alexander Duyck | 2014-01-15 | 2 | -3/+18 |
* | be2net: update driver version to 10.0.x | Sathya Perla | 2014-01-15 | 1 | -1/+1 |
* | be2net: cleanup wake-on-lan code | Suresh Reddy | 2014-01-15 | 4 | -35/+19 |
* | be2net: use GET_MAC_LIST cmd to query mac-address from a pmac-id | Suresh Reddy | 2014-01-15 | 3 | -17/+23 |
* | be2net: do not use frag index in the RX-compl entry | Suresh Reddy | 2014-01-15 | 2 | -22/+9 |
* | be2net: Remove "10Gbps" from driver description string | Suresh Reddy | 2014-01-15 | 1 | -1/+1 |
* | be2net: fix incorrect setting of cmd_privileges for VFs | Suresh Reddy | 2014-01-15 | 3 | -11/+15 |
* | be2net: ignore mac-addr set call for an already programmed mac-addr | Vasundhara Volam | 2014-01-15 | 1 | -0/+6 |
* | be2net: do not call be_set/get_fw_log_level() on Skyhawk-R | Vasundhara Volam | 2014-01-15 | 4 | -97/+82 |
* | be2net: Log the profile-id used by FW during driver initialization | Vasundhara Volam | 2014-01-15 | 3 | -0/+55 |
* | be2net: don't set "pport" field when querying "pvid" | Vasundhara Volam | 2014-01-15 | 1 | -1/+1 |
* | be2net: Use MCC_CREATE_EXT_V1 cmd for Skyhawk-R | Vasundhara Volam | 2014-01-15 | 2 | -16/+15 |
* | stmmac: Add vlan rx for better GRO performance. | Vince Bridgers | 2014-01-15 | 1 | -0/+19 |
* | bnx2x: fix sparse warning | stephen hemminger | 2014-01-15 | 1 | -2/+2 |
* | staging,lpc32xx_adc: Add dependency on HAS_IOMEM | Richard Weinberger | 2014-01-15 | 1 | -0/+1 |
* | power,goldfish: Add dependency on HAS_IOMEM | Richard Weinberger | 2014-01-15 | 1 | -0/+1 |
* | net,marvell: Add dependency on HAS_IOMEM | Richard Weinberger | 2014-01-15 | 1 | -0/+1 |
* | phy,exynos: Add dependency on HAS_IOMEM | Richard Weinberger | 2014-01-15 | 1 | -0/+1 |
* | staging,spear_adc: Add dependency on HAS_IOMEM | Richard Weinberger | 2014-01-15 | 1 | -0/+1 |
* | staging,dgap: Add dependency on HAS_IOMEM | Richard Weinberger | 2014-01-15 | 1 | -1/+1 |
* | ptp_pch: Add dependency on HAS_IOMEM | Richard Weinberger | 2014-01-15 | 1 | -0/+1 |
* | qeth: bridgeport support - address notifications | Eugene Crosser | 2014-01-15 | 6 | -0/+339 |
* | s390/qdio: bridgeport support - CHSC part | Eugene Crosser | 2014-01-15 | 3 | -1/+174 |
* | qeth: bridgeport support - basic control | Eugene Crosser | 2014-01-15 | 8 | -2/+664 |
* | gianfar: Fix portabilty issues for ethtool and ptp | Claudiu Manoil | 2014-01-15 | 2 | -28/+72 |
* | ksz884x: delete useless variable | Julia Lawall | 2014-01-15 | 1 | -3/+0 |
* | i40e: Retain MAC filters on port VLAN deletion | Greg Rose | 2014-01-15 | 2 | -0/+16 |
* | i40e: Warn admin to reload VF driver on port VLAN configuration | Greg Rose | 2014-01-15 | 1 | -0/+5 |
* | net: vxlan: properly cleanup devs on module unload | Daniel Borkmann | 2014-01-14 | 1 | -5/+5 |
* | net: vxlan: when lower dev unregisters remove vxlan dev as well | Daniel Borkmann | 2014-01-14 | 1 | -2/+46 |
* | ixgbe: Additional adapter removal checks | Mark Rustad | 2014-01-14 | 2 | -0/+38 |
* | ixgbe: Check for adapter removal on register writes | Mark Rustad | 2014-01-14 | 3 | -5/+12 |
* | ixgbe: Check register reads for adapter removal | Mark Rustad | 2014-01-14 | 3 | -5/+53 |
* | ixgbe: Make ethtool register test use accessors | Mark Rustad | 2014-01-14 | 1 | -51/+47 |
* | ixgbe: Use static inlines instead of macros | Mark Rustad | 2014-01-14 | 3 | -12/+33 |
* | ixbge: Protect ixgbe_down with __IXGBE_DOWN bit | Mark Rustad | 2014-01-14 | 1 | -1/+3 |