aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-02cnic, bnx2i: Fix bug on some bnx2x devices that don't support iSCSIMichael Chan1-0/+7
2013-08-02bonding: modify only neigh_parms owned by usVeaceslav Falico1-1/+7
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches11-26/+29
2013-08-01qlcnic: Update version to 5.2.45Himanshu Madhani1-2/+2
2013-08-01qlcnic: Enable mailbox interface in poll mode when interrupts are not availableManish Chopra1-7/+11
2013-08-01qlcnic: Replace poll mode mailbox interface with interrupt based mailbox interfaceManish Chopra6-264/+232
2013-08-01qlcnic: Interrupt based driver firmware mailbox mechanismManish Chopra5-21/+388
2013-08-01qlcnic: Enhance diagnostic loopback error codes.Jitendra Kalsaria4-19/+22
2013-08-01bonding: initial RCU conversionnikolay@redhat.com5-29/+32
2013-08-01bonding: factor out slave id tx code and simplify xmit pathsNikolay Aleksandrov2-67/+61
2013-08-01bonding: simplify broadcast_xmit functionNikolay Aleksandrov1-36/+16
2013-08-01bonding: remove unnecessary read_locks of curr_slave_locknikolay@redhat.com1-25/+8
2013-08-01bonding: convert to list API and replace bond's custom listnikolay@redhat.com6-236/+203
2013-08-01Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller1-49/+32
2013-08-01bnx2x: Revising locking scheme for MAC configurationYuval Mintz7-60/+340
2013-08-01bonding: fix system hang due to fast igmp timer reschedulingNikolay Aleksandrov1-2/+2
2013-08-01tile: support PTP using the tilegx mPIPE (IEEE 1588)Chris Metcalf2-1/+226
2013-08-01tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf2-2/+0
2013-08-01tile: make "tile_net.custom" a proper bool module parameterChris Metcalf1-5/+5
2013-08-01tile: support TSO for IPv6 in tilegx network driverChris Metcalf1-15/+29
2013-08-01tile: support multiple mPIPE shims in tilegx network driverChris Metcalf1-210/+341
2013-08-01tile: enable GRO in the tilegx network driverChris Metcalf1-1/+1
2013-08-01tile: fix panic bug in napi support for tilegx network driverChris Metcalf1-32/+33
2013-08-01tile: update dev->stats directly in tilegx network driverChris Metcalf1-21/+8
2013-08-01tile: support jumbo frames in the tilegx network driverChris Metcalf1-159/+188
2013-08-01tile: remove dead is_dup_ack() function from tilepro net driverChris Metcalf1-76/+0
2013-08-01tile: avoid bug in tilepro net driver built with old hypervisorChris Metcalf1-3/+6
2013-08-01tile: support rx_dropped/rx_errors in tilepro net driverChris Metcalf1-26/+15
2013-08-01tile: set hw_features and vlan_features in setupChris Metcalf2-33/+25
2013-08-01gianfar: Remove unused field grp_id from gfar_priv_grpClaudiu Manoil2-4/+1
2013-08-01can: flexcan: Check the return value from clk_prepare_enable()Fabio Estevam1-8/+20
2013-08-01can: flexcan: Use devm_ioremap_resource()Fabio Estevam1-41/+12
2013-07-31sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interruptLaurent Pinchart1-2/+3
2013-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller12-332/+938
2013-07-31ixgbe: add support for quad-port x520 adapterDon Skidmore6-17/+358
2013-07-31ixgbe: clear semaphore bits on timeoutsEmil Tantilov1-24/+21
2013-07-31ixgbe: rename LL_EXTENDED_STATS to use queue instead of qJacob Keller1-6/+6
2013-07-31ixgbe: fix lockdep annotation issue for ptp's work itemJacob Keller3-12/+14
2013-07-31ixgbe: call pcie_get_mimimum_link to check if device has enough bandwidthJacob Keller1-7/+129
2013-07-30ixgbe: fix SFF data dumps of SFP+ modulesEmil Tantilov3-60/+18
2013-07-30ixgbe: fix semaphore lock for I2C read/writes on 82598Emil Tantilov4-148/+182
2013-07-30ixgbe: bump version numberDon Skidmore1-1/+1
2013-07-30ixgbe: add new media type.Don Skidmore4-7/+95
2013-07-30ixgbe: fix fc autoneg ethtool reporting.Don Skidmore4-16/+40
2013-07-30ixgbe: Use pci_vfs_assigned instead of ixgbe_vfs_are_assignedAlexander Duyck1-34/+1
2013-07-30ixgbe: Retain VLAN filtering in promiscuous + VT modeGreg Rose2-2/+75
2013-07-30net: mvneta: support big endianThomas Petazzoni1-3/+32
2013-07-30net: mvneta: move the RX and TX desc macros outside of the structsThomas Petazzoni1-11/+15
2013-07-30drivers: net: cpsw: Add support for set MAC addressMugunthan V N1-0/+28
2013-07-30tile: handle 64-bit statistics in tilepro network driverChris Metcalf1-23/+54