summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller44-328/+684
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds27-238/+413
2013-08-03qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani10-132/+231
2013-08-03qlcnic: Fix link speed and duplex display for 83xx adapterRajesh Borundia1-9/+16
2013-08-03qlcnic: Fix link speed display for 82xx adapterRajesh Borundia1-3/+7
2013-08-03qlcnic: Fix external loopback test.Shahed Shaikh1-2/+10
2013-08-03qlcnic: Removed adapter series name from warning messages.Pratik Pujar2-2/+2
2013-08-03qlcnic: Free up memory in error path.Himanshu Madhani1-3/+3
2013-08-03qlcnic: Fix ingress MAC learningShahed Shaikh1-33/+66
2013-08-03qlcnic: Fix MAC address filter issue on 82xx adapterShahed Shaikh1-1/+1
2013-08-03net: ethernet: davinci_emac: drop IRQF_DISABLEDMugunthan V N1-2/+1
2013-08-03cnic, bnx2i: Fix bug on some bnx2x devices that don't support iSCSIMichael Chan1-0/+7
2013-08-03sis900: Fix the tx queue timeout issueDenis Kirjanov1-10/+2
2013-08-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds3-14/+83
2013-08-03r8169: remove "PHY reset until link up" log spamLekensteyn1-1/+1
2013-08-03net: ethernet: cpsw: drop IRQF_DISABLEDFelipe Balbi1-1/+1
2013-08-02ethernet: Convert mac address uses of 6 to ETH_ALENJoe Perches11-26/+29
2013-08-02qlcnic: Update version to 5.2.45Himanshu Madhani1-2/+2
2013-08-02qlcnic: Enable mailbox interface in poll mode when interrupts are not availableManish Chopra1-7/+11
2013-08-02qlcnic: Replace poll mode mailbox interface with interrupt based mailbox inte...Manish Chopra6-264/+232
2013-08-02qlcnic: Interrupt based driver firmware mailbox mechanismManish Chopra5-21/+388
2013-08-02qlcnic: Enhance diagnostic loopback error codes.Jitendra Kalsaria4-19/+22
2013-08-02bnx2x: Revising locking scheme for MAC configurationYuval Mintz7-60/+340
2013-08-02net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang8-26/+26
2013-08-02net/mlx4_core: VFs must ignore the enable_64b_cqe_eqe module paramJack Morgenstein1-1/+1
2013-08-02net/mlx4_core: Don't give VFs MAC addresses which are derived from the PF MACOr Gerlitz1-10/+1
2013-08-02tile: support PTP using the tilegx mPIPE (IEEE 1588)Chris Metcalf2-1/+226
2013-08-02tile: remove deprecated NETIF_F_LLTX flag from tile driversChris Metcalf2-2/+0
2013-08-02tile: make "tile_net.custom" a proper bool module parameterChris Metcalf1-5/+5
2013-08-02tile: support TSO for IPv6 in tilegx network driverChris Metcalf1-15/+29
2013-08-02tile: support multiple mPIPE shims in tilegx network driverChris Metcalf1-210/+341
2013-08-02tile: enable GRO in the tilegx network driverChris Metcalf1-1/+1
2013-08-02tile: fix panic bug in napi support for tilegx network driverChris Metcalf1-32/+33
2013-08-02tile: update dev->stats directly in tilegx network driverChris Metcalf1-21/+8
2013-08-02tile: support jumbo frames in the tilegx network driverChris Metcalf1-159/+188
2013-08-02tile: remove dead is_dup_ack() function from tilepro net driverChris Metcalf1-76/+0
2013-08-02tile: avoid bug in tilepro net driver built with old hypervisorChris Metcalf1-3/+6
2013-08-02tile: support rx_dropped/rx_errors in tilepro net driverChris Metcalf1-26/+15
2013-08-02tile: set hw_features and vlan_features in setupChris Metcalf2-33/+25
2013-08-02gianfar: Remove unused field grp_id from gfar_priv_grpClaudiu Manoil2-4/+1
2013-08-018139cp: Add dma_mapping_error checkingNeil Horman1-3/+45
2013-08-01sh_eth: r8a7790: Handle the RFE (Receive FIFO overflow Error) interruptLaurent Pinchart1-2/+3
2013-08-01mlx5_core: Implement new initialization sequenceEli Cohen3-14/+83
2013-08-01mlx5_core: Fix use after free in mlx5_cmd_comp_handler()Dan Carpenter1-4/+7
2013-08-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David 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