summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-06vxge: prefetch skb->dataBenjamin LaHaise2-1/+6
2009-08-06vxge: prefetch RxD descriptorsBenjamin LaHaise2-0/+2
2009-08-06vxge: improve tx performance by using mmiowb() instead of wmb()Benjamin LaHaise1-2/+2
2009-08-06vxge: fix pktgen hangs (don't abuse skb->cb[])Benjamin LaHaise5-32/+40
2009-08-06vxge: don't drop frame on tx queue fullBenjamin LaHaise1-0/+6
2009-08-06ixgbe: allow vlan egress priority mapping in DCB modeLucy Liu1-1/+1
2009-08-06be2net: Patch to perform function reset at initializationsarveshwarb3-0/+27
2009-08-06net: implement a SO_DOMAIN getsockoptionJan Engelhardt20-0/+24
2009-08-06net: implement a SO_PROTOCOL getsockoptionJan Engelhardt20-0/+40
2009-08-05netxen: add hardware LRO supportDhananjay Phadke3-22/+125
2009-08-05netxen: remove unnecessary structuresDhananjay Phadke2-176/+18
2009-08-05netxen: fix vlan tso caseDhananjay Phadke1-1/+1
2009-08-05cpmac: unmark as brokenFlorian Fainelli1-1/+1
2009-08-05cpmac: bump version to 0.5.1Florian Fainelli1-1/+1
2009-08-05cpmac: wait longer after MDIO resetFlorian Fainelli1-2/+2
2009-08-05cpmac: add support for fixed PHYFlorian Fainelli1-15/+19
2009-08-05ar7: add fixed PHY support for the two on-board cpmacFlorian Fainelli1-0/+15
2009-08-05cpmac: fix wrong MDIO bus identifierFlorian Fainelli1-3/+3
2009-08-05net: mark read-only arrays as constJan Engelhardt36-66/+74
2009-08-05xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.David S. Miller1-1/+6
2009-08-05xfrm4: fix build when SYSCTLs are disabledRandy Dunlap1-0/+6
2009-08-03neigh: Convert garbage collection from softirq to workqueueEric Dumazet2-48/+45
2009-08-03IPVS: use pr_err and friends instead of IP_VS_ERR and friendsHannes Eder21-152/+147
2009-08-02smsc95xx: remove EEPROM loaded checkSteve Glendinning1-5/+0
2009-08-02inet6: functions shadow global variableGerrit Renker1-2/+2
2009-08-02drivers/atm: Use DIV_ROUND_CLOSESTJulia Lawall1-2/+2
2009-08-02drivers/net: Use DIV_ROUND_CLOSESTJulia Lawall1-1/+2
2009-08-02cxgb3: fix Gen2 pci default settingsDivy Le Ray1-1/+12
2009-08-02cxgb3: fix EDC filename stringDivy Le Ray1-1/+1
2009-08-02vxge: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-08-02s2io: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-08-02qlge: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-08-02ixgb: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-08-02igbvf: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-08-02bnx2x: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-08-02bnx2: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+5
2009-08-02atl1e: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-08-02atl1c: return PCI_ERS_RESULT_DISCONNECT on permanent failureDean Nelson1-0/+3
2009-08-02be2net: delete unnecessary code from be_cmd_POST()Sathya Perla1-41/+4
2009-08-02be2net: some name changes for consistencySathya Perla3-34/+34
2009-08-02be2net: replace some printks with dev_err()/dev_warn()Sathya Perla2-28/+15
2009-08-02be2net: remove pci_func field from be_adapter structSathya Perla4-14/+11
2009-08-02be2net: get rid of be_ctrl_info struct/abstractionSathya Perla5-333/+299
2009-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller82-1159/+5381
2009-07-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller34-104/+185
2009-07-31ixgbe: Fix RSC completion delay causing Rx interrupts to stopPeter P Waskiewicz Jr2-1/+6
2009-07-31ixgbe: Fix usage of second flags bitmap when using LRO/RSCPeter P Waskiewicz Jr2-9/+9
2009-07-31ixgbe: Fix netpoll to be properly multiqueue awarePeter P Waskiewicz Jr1-3/+10
2009-07-31xfrm: select sane defaults for xfrm[4|6] gc_threshNeil Horman6-14/+40
2009-07-31IPVS: use pr_fmtHannes Eder24-63/+134