aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds6-6/+6
2012-12-12Merge 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-11bnx2: Fix accidental reversions.Michael Chan1-2/+2
2012-12-11bna: Driver Version Updated to 3.1.2.1Rasesh Mody1-1/+1
2012-12-11bna: Firmware updateRasesh Mody3-2/+4
2012-12-11bna: Add RX StateRasesh Mody1-1/+26
2012-12-11bna: Rx Page Based AllocationRasesh Mody2-64/+273
2012-12-11bna: TX Intr Coalescing FixRasesh Mody2-2/+3
2012-12-11bna: Tx and Rx OptimizationsRasesh Mody5-469/+380
2012-12-11bna: 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-10net: 8390: use io{read,write}*_rep accessorsMatthew Leach1-8/+8
2012-12-10net: dm9000: use io{read,write}*_rep accessorsMatthew Leach1-6/+6
2012-12-10net: smc91x: use io{read, write}*_rep accessors instead of string functionsWill Deacon1-10/+10
2012-12-08r8169: 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-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-06igb: Update igb version to 4.1.2Carolyn Wyborny1-2/+2
2012-12-06igb: release already assigned MSI-X interrupts if setup failsStefan Assmann1-6/+16
2012-12-06igb: remove duplicate code for fallback interrupt initializationStefan Assmann1-15/+14
2012-12-06ixgbe: check whether thermal sensor is enabled.Jacob Keller2-1/+6
2012-12-06ixgbe: Use is_valid_ether_addrJoe Perches6-38/+4
2012-12-05cnic: Fix rare race condition during iSCSI disconnect.Eddie Wai2-4/+13
2012-12-05cnic: Reset iSCSI EQ during shutdown.Michael Chan2-0/+24
2012-12-05myri10ge: fix most sparse warningsAndrew Gallatin1-5/+5
2012-12-053com: make 3c59x depend on HAS_IOPORTJan Glauber1-1/+1
2012-12-04net: neterion: use for_each_pci_dev to simplify the codeWei Yongjun1-1/+1
2012-12-04qlcnic: rename module params with module_param_namedSony Chacko1-16/+16
2012-12-04qlcnic: fix bug in LRO descriptor access macroSony Chacko1-1/+1
2012-12-04qlcnic: update NIC partition interface routinesSony Chacko3-48/+89
2012-12-04qlcnic: get board name APISony Chacko2-31/+30
2012-12-04qlcnic: modify PCI and register access routinesSony Chacko4-162/+222
2012-12-04qlcnic: move HW specific data to seperate structureSony Chacko8-173/+177
2012-12-04qlcnic: add 82xx adapter specific checksSony Chacko2-8/+22
2012-12-04tg3: PTP - Enable the timestamping feature in hardware and fill skb tx/rx timestampsMatt Carlson1-5/+52
2012-12-04tg3: PTP - Add the hardware timestamp ioctlMatt Carlson1-0/+93
2012-12-04tg3: PTP - Implement the ptp api and ethtool functionsMatt Carlson1-1/+145
2012-12-04tg3: PTP - Add header definitions, initialization and hw access functions.Matt Carlson3-7/+115
2012-12-04tg3: Fix inconsistent locking for tg3_netif_start().Nithin Nayak Sujir1-1/+4
2012-12-03Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/net-nextDavid S. Miller177-903/+912