aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-14ixgbe: Add support for new 82599 adapterDon Skidmore3-0/+7
2011-05-14ixgbe: fix sparse warningEmil Tantilov1-1/+1
2011-05-14ixgbe: cleanup some minor issues in ixgbe_down()Alexander Duyck1-18/+16
2011-05-14ixgbe: Merge over-temp task into service taskAlexander Duyck2-36/+53
2011-05-14ixgbe: Merge ATR reinit into the service taskAlexander Duyck3-32/+37
2011-05-14ixgbe: merge reset task into service taskAlexander Duyck2-24/+38
2011-05-14ixgbe: Merge watchdog functionality into service taskAlexander Duyck2-166/+200
2011-05-14ixgbe: Combine SFP and multi-speed fiber task into single service taskAlexander Duyck2-201/+213
2011-05-14ixgbe: move flags and state into the same cachelineAlexander Duyck1-43/+45
2011-05-14ixgbe: force unlock on timeoutEmil Tantilov1-0/+22
2011-05-14ixgbe: Add macvlan support for VFGreg Rose4-4/+134
2011-05-14ixgbevf: Add macvlan support in the set rx mode opGreg Rose4-0/+66
2011-05-14e1000e: minor comment cleanupsBruce Allan1-2/+2
2011-05-13olympic: convert to seq_fileAlexey Dobriyan1-29/+28
2011-05-13stmmac: fix autoneg in set_pauseparamGiuseppe CAVALLARO1-0/+1
2011-05-13stmmac: don't go through ethtool to start auto-negotiationDavid Decotigny1-11/+2
2011-05-13drivers/isdn/hisax: Drop unused listJulia Lawall2-6/+1
2011-05-13ctcm: get rid of compile warningUrsula Braun2-11/+4
2011-05-13lcs: get rid of compile warningHeiko Carstens1-7/+3
2011-05-13claw: remove unused return code handlingHeiko Carstens1-19/+3
2011-05-13qeth: add owner to ccw driverSebastian Ott1-0/+1
2011-05-13qeth: add OSA concurrent hardware trapFrank Blaschka6-37/+268
2011-05-13qeth: convert to hw_features part 2Frank Blaschka7-178/+49
2011-05-13qlcnic: Bumped up version number to 5.0.18Anirban Chakraborty1-2/+2
2011-05-13qlcnic: Take FW dump via ethtoolAnirban Chakraborty1-0/+81
2011-05-13qlcnic: FW dump supportAnirban Chakraborty6-9/+774
2011-05-13be2net: fix mbox polling for signal receptionSathya Perla1-2/+1
2011-05-13be2net: handle signal reception while waiting for POSTSathya Perla1-5/+7
2011-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-next-2.6David S. Miller5-100/+146
2011-05-12bonding: convert to ndo_fix_featuresMichał Mirosław1-91/+66
2011-05-12CDC NCM: Add mising short packet in cdc_ncm driverAlexey Orishko1-5/+8
2011-05-12tg3: Allow ethtool to enable/disable loopback.Mahesh Bandewar1-2/+67
2011-05-12vmxnet3: Use single tx queue when CONFIG_PCI_MSI not definedShreyas Bhatewara2-2/+5
2011-05-11be2net: Fix to prevent flooding of TX queuePadmanabh Ratnakar1-8/+12
2011-05-11be2net: Use NTWK_RX_FILTER command for promiscous modePadmanabh Ratnakar3-26/+48
2011-05-11be2net: In case of UE, do not dump registers for LancerPadmanabh Ratnakar1-1/+2
2011-05-11be2net: Disable coalesce water mark mode of CQ for LancerPadmanabh Ratnakar1-2/+0
2011-05-11be2net: Handle error completion in LancerPadmanabh Ratnakar1-1/+4
2011-05-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6David S. Miller11-41/+74
2011-05-10slcan: fix ldisc->open retvalOliver Hartkopp1-1/+3
2011-05-10net/usb: mark LG VL600 LTE modem ethernet interface as WWANDan Williams1-1/+1
2011-05-10infiniband: Remove rt->rt_src usage in addr4_resolve()David S. Miller1-2/+7
2011-05-09tulip: Use pr_<level> where appropriateJoe Perches5-29/+14
2011-05-09tulip: Convert uses of KERN_DEBUGJoe Perches12-182/+166
2011-05-09tulip: Convert printks to netdev_<level>Joe Perches7-180/+170
2011-05-09tulip: xircom_cb: Convert #ifdef DEBUG blocks and enter/leave usesJoe Perches1-121/+13
2011-05-09Merge branch 'davem-next.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/romieu/netdev-2.6David S. Miller1-313/+261
2011-05-09pch_gbe: support ML7223 IOHTomoya2-1/+18
2011-05-09net: add mac_pton() for parsing MAC addressAlexey Dobriyan1-16/+4
2011-05-09netconsole: switch to kstrto*() functionsAlexey Dobriyan1-48/+14