summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* be2net: fix disabling TX in be_close()Sathya Perla2013-08-221-1/+1
* Merge branch 'sfc-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2013-08-221-1/+1
|\
| * sfc: Fix lookup of default RX MAC filters when steered using ethtoolBen Hutchings2013-08-211-1/+1
* | r8169: remember WOL preferences on driver loadPeter Wu2013-08-201-1/+1
* | bnx2x: set VF DMAE when first function has 0 supported VFsAriel Elior2013-08-201-5/+2
* | bnx2x: Protect against VFs' ndos when SR-IOV is disabledAriel Elior2013-08-201-18/+31
* | bnx2x: prevent VF benign attentionsYuval Mintz2013-08-201-0/+3
* | bnx2x: Consider DCBX remote errorDmitry Kravkov2013-08-201-3/+6
* | bnx2x: Change DCB context handlingDmitry Kravkov2013-08-204-8/+43
* | bnx2x: dropless flow control not always functionalDmitry Kravkov2013-08-201-13/+23
|/
* net/mlx5_core: Support MANAGE_PAGES and QUERY_PAGES firmware command changesMoshe Lazer2013-08-154-35/+29
* qlcnic: Fix diagnostic interrupt test for 83xx adaptersManish Chopra2013-08-151-0/+5
* qlcnic: Fix beacon state return status handlingSucheta Chakraborty2013-08-151-3/+3
* qlcnic: Fix set driver version commandHimanshu Madhani2013-08-152-3/+6
* net: tg3: fix NULL pointer dereference in tg3_io_error_detected and tg3_io_sl...Daniel Borkmann2013-08-151-5/+8
* drivers/net/ethernet/via/via-velocity.c: update napi implementationJulia Lawall2013-08-151-1/+3
* Revert "cxgb3: Check and handle the dma mapping errors"Alexey Kardashevskiy2013-08-151-83/+24
* be2net: Clear any capability flags that driver is not interested in.Sarveshwar Bandi2013-08-152-0/+9
* ethernet/arc/arc_emac - fix NAPI "work > weight" warningAlexey Brodkin2013-08-131-1/+1
* bnx2x: prevent crash in shutdown flow with CNICYuval Mintz2013-08-131-2/+1
* bnx2x: fix PTE write access errorBarak Witkowsky2013-08-133-0/+15
* bnx2x: fix memory leak in VFAriel Elior2013-08-131-1/+1
* bnx2x: update fairness parameters following DCB negotiationDmitry Kravkov2013-08-133-12/+24
* bnx2x: protect different statistics flowsDmitry Kravkov2013-08-133-12/+57
* skge: dma_sync the whole receive bufferstephen hemminger2013-08-131-2/+4
* stmmac: fix init_dma_desc_rings() to handle errorsBartlomiej Zolnierkiewicz2013-08-121-19/+92
* net: stmmac: Fixed the condition of extend_desc for jumbo frameByungho An2013-08-091-2/+11
* 8139cp: Fix skb leak in rx_status_loop failure path.Dave Jones2013-08-091-0/+1
* mlx5: remove health handler pluginEli Cohen2013-08-051-28/+1
* skge: fix build on 32 bitStephen Hemminger2013-08-041-7/+7
* skge: add dma_mapping checkstephen hemminger2013-08-041-6/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-0327-238/+413
|\
| * qlcnic: Fix for flash update failure on 83xx adapterHimanshu Madhani2013-08-0310-132/+231
| * qlcnic: Fix link speed and duplex display for 83xx adapterRajesh Borundia2013-08-031-9/+16
| * qlcnic: Fix link speed display for 82xx adapterRajesh Borundia2013-08-031-3/+7
| * qlcnic: Fix external loopback test.Shahed Shaikh2013-08-031-2/+10
| * qlcnic: Removed adapter series name from warning messages.Pratik Pujar2013-08-032-2/+2
| * qlcnic: Free up memory in error path.Himanshu Madhani2013-08-031-3/+3
| * qlcnic: Fix ingress MAC learningShahed Shaikh2013-08-031-33/+66
| * qlcnic: Fix MAC address filter issue on 82xx adapterShahed Shaikh2013-08-031-1/+1
| * net: ethernet: davinci_emac: drop IRQF_DISABLEDMugunthan V N2013-08-031-2/+1
| * sis900: Fix the tx queue timeout issueDenis Kirjanov2013-08-021-10/+2
| * r8169: remove "PHY reset until link up" log spamLekensteyn2013-08-021-1/+1
| * net: ethernet: cpsw: drop IRQF_DISABLEDFelipe Balbi2013-08-021-1/+1
| * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-018-26/+26
| * net/mlx4_core: VFs must ignore the enable_64b_cqe_eqe module paramJack Morgenstein2013-08-011-1/+1
| * net/mlx4_core: Don't give VFs MAC addresses which are derived from the PF MACOr Gerlitz2013-08-011-10/+1
| * 8139cp: Add dma_mapping_error checkingNeil Horman2013-07-311-3/+45
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-08-023-14/+83
|\ \ | |/ |/|
| * mlx5_core: Implement new initialization sequenceEli Cohen2013-07-313-14/+83