summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2012-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds16-61/+98
2012-12-208139cp: Prevent dev_close/cp_interrupt race on MTU changeJohn Greene1-7/+11
2012-12-20drivers/net: Use of_match_ptr() macro in smsc911x.cSachin Kamat1-1/+3
2012-12-20drivers/net: Use of_match_ptr() macro in smc91x.cSachin Kamat1-3/+1
2012-12-20ksz884x: fix receive polling race conditionLennert Buytenhek1-3/+9
2012-12-20qlcnic: update driver versionSigned-off-by: Sony Chacko1-2/+2
2012-12-20qlcnic: fix unused variable warningsShahed Shaikh4-12/+6
2012-12-19net: fec: forbid FEC_PTP on SoCs that do not supportShawn Guo1-2/+1
2012-12-19be2net: fix wrong frag_idx reported by RX CQSathya Perla2-7/+33
2012-12-19be2net: fix be_close() to ensure all events are ack'edSathya Perla2-9/+17
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-20/+0
2012-12-18bnx2x: use prandom_bytes()Akinobu Mita1-4/+1
2012-12-18Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt20-134/+223
2012-12-15Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-0/+3102
2012-12-14cpts: Fix build error caused by include of plat/clock.hTony Lindgren1-2/+0
2012-12-14stmmac: fix platform driver unregisteringKonstantin Khlebnikov2-13/+15
2012-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-29/+93
2012-12-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds10-25/+105
2012-12-14Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds6-6/+6
2012-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds345-12782/+17354
2012-12-12Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2012-12-12net/mlx4_en: Add support for destination MAC in steering rulesYan Burman1-6/+15
2012-12-12net/mlx4_en: Use generic etherdevice.h functions.Yan Burman1-4/+2
2012-12-12bnx2: Fix accidental reversions.Michael Chan1-2/+2
2012-12-12bna: Driver Version Updated to 3.1.2.1Rasesh Mody1-1/+1
2012-12-12bna: Firmware updateRasesh Mody3-2/+4
2012-12-12bna: Add RX StateRasesh Mody1-1/+26
2012-12-12bna: Rx Page Based AllocationRasesh Mody2-64/+273
2012-12-12bna: TX Intr Coalescing FixRasesh Mody2-2/+3
2012-12-12bna: Tx and Rx OptimizationsRasesh Mody5-469/+380
2012-12-12bna: Code Cleanup and EnhancementsRasesh Mody2-17/+30
2012-12-11net: smc911x: use io{read,write}*_rep accessorsMatthew Leach2-12/+12
2012-12-11bnx2x: use netdev_alloc_frag()Eric Dumazet2-13/+32
2012-12-11net: 8390: use io{read,write}*_rep accessorsMatthew Leach1-8/+8
2012-12-11net: dm9000: use io{read,write}*_rep accessorsMatthew Leach1-6/+6
2012-12-11net: smc91x: use io{read, write}*_rep accessors instead of string functionsWill Deacon1-10/+10
2012-12-09r8169: workaround for missing extended GigaMAC registersfrançois romieu1-18/+24
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman84-236/+155
2012-12-07cxgb3: Use standard #defines for PCIe Capability ASPM fieldsBjorn Helgaas1-1/+1
2012-12-07chelsio: remove get_clock and use ktime_getJan Glauber1-13/+1
2012-12-07bnx2x: Prevent link flaps when booting from SAN.Barak Witkowski5-3/+34
2012-12-07cnic, bnx2x, bnx2: Simplify cnic probing.Michael Chan6-19/+17
2012-12-07cnic: Include bnx2x.hMichael Chan2-46/+20
2012-12-07bnx2: Add BNX2 prefix to CHIP ID and name macrosMichael Chan3-120/+120
2012-12-07bnx2: Add BNX2 prefix to descriptor structures and macrosMichael Chan4-172/+181
2012-12-07bnx2: Rename register read and write macrosMichael Chan2-321/+321
2012-12-07igb: Update igb version to 4.1.2Carolyn Wyborny1-2/+2
2012-12-07igb: release already assigned MSI-X interrupts if setup failsStefan Assmann1-6/+16
2012-12-07igb: remove duplicate code for fallback interrupt initializationStefan Assmann1-15/+14