summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-04tun: only queue packets on deviceMichael S. Tsirkin1-16/+8
2012-12-03sky2: fix cleanup sequence in probe() functionLino Sanfilippo1-7/+8
2012-12-038139cp: properly support change of MTU values [v2]John Greene1-19/+4
2012-12-03tuntap: attach queue 0 before registering netdeviceJason Wang1-6/+5
2012-12-03bnx2x: recognize fan failureYaniv Rosner2-1/+11
2012-12-03vhost-net: initialize zcopy packet countersMichael S. Tsirkin1-0/+3
2012-12-03stmmac: remove two repeated macroswalimis1-2/+0
2012-12-03sundance: Enable WoL supportDenis Kirjanov1-1/+80
2012-12-03irda: ep7211-sir: Convert to platform_diverAlexander Shiyan1-46/+27
2012-12-03bna: remove useless calls to memset().Cyril Roelandt1-4/+0
2012-12-03bnx2x: Correct PFC disablementBarak Witkowski1-2/+5
2012-12-03bnx2x: fix 'Ethtool -A' when autonegYuval Mintz2-23/+28
2012-12-03bnx2x: prevent DCB if disabled in nvramBarak Witkowski2-2/+14
2012-12-03bnx2x: Handle a rarely missed interruptYaniv Rosner2-0/+16
2012-12-03bnx2x: mask CPL_OF interruptYuval Mintz1-11/+10
2012-12-03bnx2x: IGU parse error cause probe failureBarak Witkowski1-5/+12
2012-12-03bnx2x: Ext. config accessed only on non-E1x.Yuval Mintz1-1/+2
2012-12-03bnx2x: nvram enables dropless flow controlYuval Mintz3-4/+31
2012-12-03bnx2x: Correct advertised speed/duplexYuval Mintz1-8/+4
2012-12-03bnx2x: Filter packets on FCoE ringsDmitry Kravkov4-4/+17
2012-12-03bnx2x: Management can control PFC/ETSBarak Witkowski3-6/+24
2012-12-03bnx2x: parity recovery flow enhancementBarak Witkowski1-13/+20
2012-12-03bnx2x: revised and corrected SPIO accessYuval Mintz2-23/+30
2012-12-03net/mlx4_en: Set number of rx/tx channels using ethtoolAmir Vadai5-14/+93
2012-12-03net/mlx4_en: Fix TX moderation info loss after set_ringparam is calledAmir Vadai1-29/+30
2012-12-02Merge git://git.infradead.org/users/dwmw2/atmDavid S. Miller1-51/+32
2012-12-02solos-pci: remove list_vccs() debugging functionDavid Woodhouse1-41/+0
2012-12-02solos-pci: use GFP_KERNEL where possible, not GFP_ATOMICDavid Woodhouse1-3/+3
2012-12-02solos-pci: clean up pclose() functionDavid Woodhouse1-4/+14
2012-12-02solos-pci: Fix leak of skb received for unknown vccNathan Williams1-1/+2
2012-12-02solos-pci: wait for pending TX to complete when releasing vccDavid Woodhouse1-3/+14
2012-12-01qlcnic: remove duplicated include from qlcnic_sysfs.cWei Yongjun1-2/+0
2012-12-01myri10ge: fix incorrect use of ntohs()Andrew Gallatin1-1/+1
2012-12-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller13-83/+156
2012-12-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller23-984/+823
2012-12-01ixgbe: Do not parse past IP header on fragments beyond the firstAlexander Duyck1-5/+8
2012-12-01e1000e: cosmetic cleanup of commentsBruce Allan13-790/+416
2012-12-01igb: Fix SerDes autoneg flow control.Carolyn Wyborny3-8/+166
2012-12-01igb: Unset sigdetect for SERDES loopback on 82580 and i350Carolyn Wyborny2-0/+16
2012-12-01igb: Workaround for global device reset problem on 82580.Carolyn Wyborny1-0/+6
2012-12-01igb: Refactoring of i210 file.Carolyn Wyborny1-124/+119
2012-12-01igb: Acquire, release semaphore for writing each EEPROM pageAkeem G. Abodunrin1-16/+12
2012-12-01igb: Updates to read nvm function for i211 deviceCarolyn Wyborny2-4/+34
2012-12-01ixgbe: eliminate Smatch warnings in ixgbe_debugfs.cjoshua.a.hay@intel.com1-37/+46
2012-12-01sfc: Make module parameters really booleanBen Hutchings1-4/+4
2012-12-01sfc: Fix timekeeping in efx_mcdi_poll()Ben Hutchings1-6/+6
2012-12-01sfc: lock TX queues when calling netif_device_detach()Daniel Pieczko3-3/+16
2012-12-01sfc: Work-around flush timeout when flushes have completedDaniel Pieczko2-4/+53
2012-12-01sfc: Reset driver's MAC stats after MC reboot seenBen Hutchings1-1/+8
2012-12-01sfc: Do not initialise buffer in efx_alloc_special_buffer()Ben Hutchings1-3/+0