summaryrefslogtreecommitdiffstats
path: root/drivers/misc (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-11e1000e: prevent null ptr dereference in e1000_tx_queue()Bruce Allan1-2/+2
2010-12-11e1000e: support new PBA format from EEPROMBruce Allan4-28/+130
2010-12-11e1000e: 82579 PHY incorrectly identified during initBruce Allan2-5/+25
2010-12-11e1000e: 82577/8/9 mis-configured OEM bits during S0->SxBruce Allan1-1/+1
2010-12-11e1000e: 82571 Serdes can fail to get linkBruce Allan1-8/+27
2010-12-11e1000e: 82577/8 must acquire h/w semaphore before workaroundBruce Allan1-0/+7
2010-12-11e1000e: 82574/82583 performance improvementBruce Allan1-2/+2
2010-12-11e1000e: 82571-based mezzanine card can fail ethtool link testBruce Allan1-1/+6
2010-12-11e1000e: fix double initialization in blink pathHolger Eitzenberger3-2/+3
2010-12-11ixgbe: cleanup string function calls to use bound checking versions.Don Skidmore2-10/+11
2010-12-11ixgbe: fix ntuple supportEmil Tantilov1-1/+1
2010-12-11ixgbe: fix X540 to use it's own info structDon Skidmore2-10/+10
2010-12-11ixgbe: fix X540 phy id to correct valueDon Skidmore2-2/+2
2010-12-11ixgb: Don't check for vlan group on transmitEmil Tantilov1-21/+30
2010-12-11Intel Wired LAN drivers: Use static constJeff Kirsher7-53/+65
2010-12-11e1000: fix return value not set on errorDean Nelson1-4/+6
2010-12-11MAINTAINERS: Update Intel Wired LAN infoJeff Kirsher1-0/+2
2010-12-11Documentation/networking/ixgbevf.txt: Update documentationJeff Kirsher1-4/+0
2010-12-11Documentation/networking/ixgbe.txt: Update ixgbe documentationJeff Kirsher1-75/+136
2010-12-11Documentation/networking/igbvf.txt: Update documentationJeff Kirsher1-1/+3
2010-12-11Documentation/networking/igb.txt: update documentationJeff Kirsher1-27/+4
2010-12-11Documentation/networking/e1000e.txt: Update documentationJeff Kirsher1-18/+22
2010-12-11Documentation/networking/e1000.txt: Update documentationJeff Kirsher1-5/+5
2010-12-11isdn: Fix printed out copy_from_user() return value after previous change.David S. Miller1-3/+4
2010-12-11bonding: add the debugfs facility to the bonding driverTaku Izumi4-2/+115
2010-12-11enic: Move enic port profile handling code to a new 802.1Qbh provisioning inf...Roopa Prabhu3-19/+47
2010-12-11isdn: return -EFAULT if copy_from_user() failsDan Carpenter1-2/+2
2010-12-11vxge: update driver versionJon Mason1-3/+3
2010-12-11vxge: independent interrupt moderationJon Mason1-4/+7
2010-12-11vxge: hotplug stallJon Mason1-2/+2
2010-12-11vxge: transmit timeout deadlockJon Mason2-5/+15
2010-12-11vxge: use pci_request_region()Jon Mason1-3/+3
2010-12-11vxge: fix crash of VF when unloading PFJon Mason1-7/+18
2010-12-11vxge: code cleanup and reorganizationJon Mason6-1979/+1812
2010-12-11bridge: Use consistent NF_DROP returns in nf_pre_routingHerbert Xu1-16/+9
2010-12-11af_packet: use swap() instead of the open coded macro XC()Changli Gao1-5/+3
2010-12-11netdev: Use default implementation of ethtool_ops::get_link where possibleBen Hutchings8-62/+8
2010-12-11ethtool: Report link-down while interface is downBen Hutchings2-3/+18
2010-12-11enic: Use VF mac set by IFLA_VF_MAC in port profile provisioning dataRoopa Prabhu2-23/+57
2010-12-11enic: Add ndo_set_vf_mac support for enic dynamic devicesRoopa Prabhu2-1/+22
2010-12-11enic: Add ndo_set_rx_mode support for enic vnicsRoopa Prabhu3-24/+102
2010-12-11pktgen: adding prefetchw() callJunchang Wang1-0/+2
2010-12-11sfc: convert references to LRO to GROstephen hemminger1-15/+15
2010-12-10inet6: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-10stmmac: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-10xfrm: Traffic Flow Confidentiality for IPv6 ESPMartin Willi1-8/+24
2010-12-10xfrm: Traffic Flow Confidentiality for IPv4 ESPMartin Willi1-8/+24
2010-12-10xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi3-2/+19
2010-12-10ifb: use the lockless variants of skb_queueChangli Gao1-8/+6
2010-12-10ifb: remove unused macro TX_TIMEOUTChangli Gao1-2/+0