summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2013-08-21sfc: Fix lookup of default RX MAC filters when steered using ethtoolBen Hutchings1-1/+1
2013-08-16net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer4-35/+29
2013-08-16qlcnic: Fix diagnostic interrupt test for 83xx adaptersManish Chopra1-0/+5
2013-08-16qlcnic: Fix beacon state return status handlingSucheta Chakraborty1-3/+3
2013-08-16qlcnic: Fix set driver version commandHimanshu Madhani2-3/+6
2013-08-16net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_sl...Daniel Borkmann1-5/+8
2013-08-15drivers/net/ethernet/via/via-velocity.c: update napi implementationJulia Lawall1-1/+3
2013-08-15Revert "cxgb3: Check and handle the dma mapping errors"Alexey Kardashevskiy1-83/+24
2013-08-15be2net: Clear any capability flags that driver is not interested in.Sarveshwar Bandi2-0/+9
2013-08-14ethernet/arc/arc_emac - fix NAPI "work > weight" warningAlexey Brodkin1-1/+1
2013-08-14bnx2x: prevent crash in shutdown flow with CNICYuval Mintz1-2/+1
2013-08-14bnx2x: fix PTE write access errorBarak Witkowsky3-0/+15
2013-08-14bnx2x: fix memory leak in VFAriel Elior1-1/+1
2013-08-14bnx2x: update fairness parameters following DCB negotiationDmitry Kravkov3-12/+24
2013-08-14bnx2x: protect different statistics flowsDmitry Kravkov3-12/+57
2013-08-14skge: dma_sync the whole receive bufferstephen hemminger1-2/+4
2013-08-13stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz1-19/+92
2013-08-10net: stmmac: Fixed the condition of extend_desc for jumbo frameByungho An1-2/+11
2013-08-098139cp: Fix skb leak in rx_status_loop failure path.Dave Jones1-0/+1
2013-08-05mlx5: remove health handler pluginEli Cohen1-28/+1
2013-08-05skge: fix build on 32 bitStephen Hemminger1-7/+7
2013-08-05skge: add dma_mapping checkstephen hemminger1-6/+42
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-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-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-018139cp: Add dma_mapping_error checkingNeil Horman1-3/+45
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-07-31mlx5: fix error return code in mlx5_alloc_uuars()Wei Yongjun1-0/+1
2013-07-31mvneta: Try to fix mvneta when compiled as moduleArnaud Patard \(Rtp\)1-10/+14
2013-07-31mvneta: Fix hang when loading the mvneta driverArnaud Patard \(Rtp\)1-10/+9
2013-07-31atl1c: Fix misuse of netdev_alloc_skb in refilling rx ringEric Dumazet2-1/+42
2013-07-31net/fec: Don't let ndo_start_xmit return NETDEV_TX_BUSY without linkUwe Kleine-König1-5/+0
2013-07-29igb: fix vlan filtering in promisc mode when not in VT modeEmil Tantilov1-2/+1
2013-07-29ixgbe: Fix Tx Hang issue with lldpad on 82598EBJacob Keller1-2/+1
2013-07-28net: fec: workaround stop tx during errata ERR006358Frank Li2-2/+31