aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-24intel: Remove extern from function prototypesJoe Perches12-254/+233
2013-09-24ibm/emac: Remove extern from function prototypesJoe Perches4-32/+32
2013-09-24drivers: net: cpsw: use cpsw-phy-sel driver to configure phy modeMugunthan V N1-0/+4
2013-09-24drivers: net: cpsw-phy-sel: Add new driver for phy mode selection for cpswMugunthan V N4-0/+172
2013-09-24net: ethernet: cpsw: switch to devres allocationsDaniel Mack1-110/+43
2013-09-24amd/7990: Remove extern from function prototypesJoe Perches1-6/+6
2013-09-24gianfar: Remove extern from function prototypesJoe Perches1-13/+13
2013-09-24emulex: Remove extern from function prototypesJoe Perches2-139/+123
2013-09-24chelsio: Remove extern from function prototypesJoe Perches1-23/+23
2013-09-24brocade: Remove extern from function prototypesJoe Perches1-22/+21
2013-09-24broadcom: Remove extern from function prototypesJoe Perches1-2/+2
2013-09-24atheros: Remove extern from function prototypesJoe Perches3-10/+10
2013-09-24adi: Remove extern from function prototypesJoe Perches1-1/+1
2013-09-248390: Remove extern from function prototypesJoe Perches1-20/+20
2013-09-23Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller10-159/+807
2013-09-21tg3: Update version to 3.134Nithin Sujir1-2/+2
2013-09-21tg3: Remove unnecessary spinlockNithin Sujir1-2/+0
2013-09-21tg3: Appropriately classify interrupts during request_irqNithin Sujir1-1/+12
2013-09-21tg3: Remove redundant if checkNithin Sujir1-4/+1
2013-09-21tg3: Remove if 0'd codeNithin Sujir1-18/+0
2013-09-21tg3: LED in shared mode does not blink during trafficNithin Sujir1-0/+6
2013-09-21tg3: Add support for new 577xx device idsNithin Sujir2-2/+16
2013-09-21tg3: Add function tg3_phy_shdw_write()Nithin Sujir1-8/+10
2013-09-20declance: Remove `incompatible pointer type' warningsMaciej W. Rozycki1-8/+8
2013-09-20net: cxgb4vf: Staticize local symbolsSachin Kamat1-5/+6
2013-09-20net: bnx2x: Staticize local symbolsSachin Kamat1-3/+4
2013-09-20net: emaclite: Code cleanupMichal Simek1-14/+14
2013-09-20net: emaclite: Not necessary to call devm_iounmapMichal Simek1-8/+3
2013-09-20sfc: Support ARFS for IPv6 flowsBen Hutchings1-28/+62
2013-09-20sfc: Use TX PIO for sufficiently small packetsJon Cooper4-0/+155
2013-09-20sfc: Introduce inline functions to simplify TX insertionBen Hutchings1-20/+33
2013-09-20sfc: Separate out queue-empty check from efx_nic_may_push_tx_desc()Ben Hutchings1-6/+22
2013-09-20sfc: Allocate and link PIO buffers; map them with write-combiningBen Hutchings6-3/+353
2013-09-20sfc: Implement firmware-assisted TSO for EF10Ben Hutchings1-52/+121
2013-09-20sfc: Fold tso_get_head_fragment() into tso_start()Ben Hutchings1-31/+31
2013-09-20sfc: Add EF10 registers to register dumpBen Hutchings1-31/+42
2013-09-20sfc: efx_ef10_filter_update_rx_scatter() can be staticFengguang Wu1-1/+1
2013-09-20sfc: efx_ethtool_get_ts_info() can be staticFengguang Wu1-2/+2
2013-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-112/+260
2013-09-19skge: fix broken driverMikulas Patocka1-2/+3
2013-09-18cnic: Fix crash in cnic_bnx2x_service_kcq()Michael Chan1-1/+2
2013-09-18bnx2x, cnic, bnx2i, bnx2fc: Fix bnx2i and bnx2fc regressions.Michael Chan3-4/+39
2013-09-16Merge branch 'sfc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller4-22/+43
2013-09-16bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki2-10/+30
2013-09-16bgmac: allow bigger et_swtype nvram variableHauke Mehrtens1-2/+2
2013-09-16bgmac: fix internal switch initializationRafał Miłecki2-2/+2
2013-09-16drivers/net/ethernet/ibm/ehea/ehea_main.c: add alias entry for portN propertiesOlaf Hering1-1/+13
2013-09-15cxgb4: remove workqueue when driver registration failsWei Yang1-1/+3
2013-09-15qlcnic: Fix VF reset recoveryManish Chopra1-0/+1
2013-09-15net: ps3_gelic: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1