summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* be2net: refactor/cleanup vf configuration codeSathya Perla2011-12-132-77/+80
* be2net: fix ethtool ringparam reportingSathya Perla2011-12-131-7/+4Star
* bnx2x: properly update skb when mtu > 1500Dmitry Kravkov2011-12-131-11/+11
* be2net: workaround to fix a bug in BEAjit Khaparde2011-12-121-8/+38
* be2net: update some counters to display via ethtoolAjit Khaparde2011-12-121-0/+2
* bnx2x: properly initialize L5 featuresDmitry Kravkov2011-12-092-6/+8
* net: make vlan ndo_vlan_rx_[add/kill]_vid return error valueJiri Pirko2011-12-0920-80/+160
* be2net: netpoll supportIvan Vecera2011-12-091-1/+17
* net/fec: make FEC driver buildable as moduleLothar Waßmann2011-12-091-1/+1
* net/fec: fix the .remove codeLothar Waßmann2011-12-091-9/+22
* net/fec: preserve MII/RMII setting in fec_stop()Lothar Waßmann2011-12-091-1/+4
* net/fec: don't munge MAC address from platform dataLothar Waßmann2011-12-091-1/+1
* net/fec: don't request invalid IRQLothar Waßmann2011-12-091-2/+6
* net/fec: prevent dobule restart of interface on FDX/HDX changeLothar Waßmann2011-12-091-0/+2
* net/fec: set con_id in clk_get() call to NULLLothar Waßmann2011-12-091-1/+1
* net/fec: misc cleanupsLothar Waßmann2011-12-091-6/+8
* tg3: Update version to 3.122Matt Carlson2011-12-091-2/+2
* tg3: Return flowctrl config through ethtoolMatt Carlson2011-12-091-2/+2
* tg3: Track LP advertisingMatt Carlson2011-12-092-3/+38
* tg3: Integrate flowctrl check into AN adv checkMatt Carlson2011-12-091-56/+25Star
* tg3: Save stats across chip resetsMatt Carlson2011-12-091-9/+17
* tg3: Remove ethtool stats member from dev structMatt Carlson2011-12-092-8/+7Star
* bnx2x: fix typo in fcoe stats collectionBarak Witkowski2011-12-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-072-34/+22Star
|\
| * pasemi_mac: Fix building as moduleBen Hutchings2011-12-061-1/+2
| * r8169: fix Rx index race between FIFO overflow recovery and NAPI handler.françois romieu2011-12-061-8/+3Star
| * r8169: Rx FIFO overflow fixes.françois romieu2011-12-061-25/+17Star
* | bnx2x: Fix compile errors if CONFIG_CNIC is not setMichael Chan2011-12-061-2/+2
* | bnx2x: fix crash while ethtool -tDmitry Kravkov2011-12-061-0/+3
* | bnx2x, cnic: support DRV_INFO upon FW requestBarak Witkowski2011-12-066-8/+459
* | bnx2x: support classification config queryAriel Elior2011-12-062-0/+46
* | bnx2x: add fcoe statisticsBarak Witkowski2011-12-064-23/+120
* | bnx2x: add PFC statisticsBarak Witkowski2011-12-066-3/+63
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2011-12-065-71/+80
|\ \
| * | ixgbe: Remove function prototype for non-existent functionGreg Rose2011-12-051-1/+0Star
| * | ixgbe: DCB: IEEE transitions may fail to reprogram hardware.John Fastabend2011-12-051-11/+10Star
| * | ixgbe: DCBnl set_all, order of operations fixJohn Fastabend2011-12-051-48/+29Star
| * | igb: Update DMA Coalescing threshold calculation.Matthew Vick2011-12-051-7/+19
| * | e1000e: hitting BUG_ON() from napi_enableBruce Allan2011-12-051-2/+2
| * | e1000e: Avoid wrong check on TX hangJeff Kirsher2011-12-052-3/+21
* | | cxgb3: Handle NULL dst neighbour in cxgb3_offload.cDavid Miller2011-12-051-3/+15
* | | cxgb3: Rework t3_l2t_get to take a dst_entry instead of a neighbour.David Miller2011-12-053-9/+22
* | | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-4/+4
* | | sfc: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-043-4/+4
* | | ll_temac: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-041-1/+1
* | | enic: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-041-1/+1
* | | bnx2x: Use kcalloc instead of kzalloc to allocate arrayThomas Meyer2011-12-042-3/+3
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-024-4/+131
|\|
| * net: fec: Select the FEC driver by default for i.MX SoCsFabio Estevam2011-11-301-0/+1
| * jme: PHY configuration for compatible issueAries Lee2011-11-282-3/+129