| Commit message (Expand) | Author | Age | Files | Lines |
* | tile: remove deprecated NETIF_F_LLTX flag from tile drivers | Chris Metcalf | 2013-08-01 | 2 | -2/+0 |
* | tile: make "tile_net.custom" a proper bool module parameter | Chris Metcalf | 2013-08-01 | 1 | -5/+5 |
* | tile: support TSO for IPv6 in tilegx network driver | Chris Metcalf | 2013-08-01 | 1 | -15/+29 |
* | tile: support multiple mPIPE shims in tilegx network driver | Chris Metcalf | 2013-08-01 | 1 | -210/+341 |
* | tile: enable GRO in the tilegx network driver | Chris Metcalf | 2013-08-01 | 1 | -1/+1 |
* | tile: fix panic bug in napi support for tilegx network driver | Chris Metcalf | 2013-08-01 | 1 | -32/+33 |
* | tile: update dev->stats directly in tilegx network driver | Chris Metcalf | 2013-08-01 | 1 | -21/+8 |
* | tile: support jumbo frames in the tilegx network driver | Chris Metcalf | 2013-08-01 | 1 | -159/+188 |
* | tile: remove dead is_dup_ack() function from tilepro net driver | Chris Metcalf | 2013-08-01 | 1 | -76/+0 |
* | tile: avoid bug in tilepro net driver built with old hypervisor | Chris Metcalf | 2013-08-01 | 1 | -3/+6 |
* | tile: support rx_dropped/rx_errors in tilepro net driver | Chris Metcalf | 2013-08-01 | 1 | -26/+15 |
* | tile: set hw_features and vlan_features in setup | Chris Metcalf | 2013-08-01 | 2 | -33/+25 |
* | gianfar: Remove unused field grp_id from gfar_priv_grp | Claudiu Manoil | 2013-08-01 | 2 | -4/+1 |
* | sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interrupt | Laurent Pinchart | 2013-07-31 | 1 | -2/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2013-07-31 | 12 | -332/+938 |
|\ |
|
| * | ixgbe: add support for quad-port x520 adapter | Don Skidmore | 2013-07-31 | 6 | -17/+358 |
| * | ixgbe: clear semaphore bits on timeouts | Emil Tantilov | 2013-07-31 | 1 | -24/+21 |
| * | ixgbe: rename LL_EXTENDED_STATS to use queue instead of q | Jacob Keller | 2013-07-31 | 1 | -6/+6 |
| * | ixgbe: fix lockdep annotation issue for ptp's work item | Jacob Keller | 2013-07-31 | 3 | -12/+14 |
| * | ixgbe: call pcie_get_mimimum_link to check if device has enough bandwidth | Jacob Keller | 2013-07-31 | 1 | -7/+129 |
| * | ixgbe: fix SFF data dumps of SFP+ modules | Emil Tantilov | 2013-07-30 | 3 | -60/+18 |
| * | ixgbe: fix semaphore lock for I2C read/writes on 82598 | Emil Tantilov | 2013-07-30 | 4 | -148/+182 |
| * | ixgbe: bump version number | Don Skidmore | 2013-07-30 | 1 | -1/+1 |
| * | ixgbe: add new media type. | Don Skidmore | 2013-07-30 | 4 | -7/+95 |
| * | ixgbe: fix fc autoneg ethtool reporting. | Don Skidmore | 2013-07-30 | 4 | -16/+40 |
| * | ixgbe: Use pci_vfs_assigned instead of ixgbe_vfs_are_assigned | Alexander Duyck | 2013-07-30 | 1 | -34/+1 |
| * | ixgbe: Retain VLAN filtering in promiscuous + VT mode | Greg Rose | 2013-07-30 | 2 | -2/+75 |
* | | net: mvneta: support big endian | Thomas Petazzoni | 2013-07-30 | 1 | -3/+32 |
* | | net: mvneta: move the RX and TX desc macros outside of the structs | Thomas Petazzoni | 2013-07-30 | 1 | -11/+15 |
* | | drivers: net: cpsw: Add support for set MAC address | Mugunthan V N | 2013-07-30 | 1 | -0/+28 |
* | | tile: handle 64-bit statistics in tilepro network driver | Chris Metcalf | 2013-07-30 | 1 | -23/+54 |
|/ |
|
* | be2net: don't use dev_err when AER enabling fails | Ivan Vecera | 2013-07-30 | 1 | -1/+1 |
* | tg3: Update version to 3.133 | Nithin Sujir | 2013-07-29 | 1 | -2/+2 |
* | tg3: Fix UDP fragments treated as RMCP | Nithin Sujir | 2013-07-29 | 2 | -0/+4 |
* | tg3: Enable support for timesync gpio output | Nithin Sujir | 2013-07-29 | 2 | -4/+68 |
* | tg3: Implement the shutdown handler | Nithin Sujir | 2013-07-29 | 1 | -2/+18 |
* | tg3: Allow NVRAM programming when interface is down | Nithin Sujir | 2013-07-29 | 1 | -8/+2 |
* | tg3: Remove incorrect switch to aux power | Nithin Sujir | 2013-07-29 | 1 | -5/+0 |
* | cnic: Update version to 2.5.17 and copyright year. | Michael Chan | 2013-07-29 | 4 | -6/+6 |
* | cnic: Add missing error checking for RAMROD_CMD_ID_CLOSE | Eddie Wai | 2013-07-29 | 1 | -4/+7 |
* | cnic: Update TCP options setup for iSCSI. | Eddie Wai | 2013-07-29 | 2 | -28/+29 |
* | cnic: Reset tcp_flags during cnic_cm_create(). | Eddie Wai | 2013-07-29 | 1 | -0/+1 |
* | cnic: Simplify cnic_release(). | Michael Chan | 2013-07-29 | 1 | -13/+0 |
* | cnic: Simplify netdev events handling. | Michael Chan | 2013-07-29 | 1 | -2/+2 |
* | net/mlx4_core: Respond to operation request by firmware | Yevgeny Petrilin | 2013-07-29 | 7 | -27/+164 |
* | net/mlx4_en: Fix BlueFlame race | Eugenia Emantayev | 2013-07-29 | 1 | -19/+42 |
* | e1000e: fix I217/I218 PHY initialization flow | Bruce Allan | 2013-07-28 | 1 | -33/+50 |
* | e1000e: do not resume device from RPM suspend to read PHY status registers | Bruce Allan | 2013-07-28 | 1 | -3/+2 |
* | e1000e: enable support for new device IDs | Bruce Allan | 2013-07-28 | 3 | -2/+14 |
* | e1000e: ethtool unnecessarily takes device out of RPM suspend | Bruce Allan | 2013-07-28 | 1 | -28/+77 |