aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller101-409/+832
2010-10-21cxgb3: function namespace cleanupstephen hemminger7-289/+18
2010-10-21be2net: Changes to use only priority codes allowed by f/wSomnath Kotur4-10/+106
2010-10-21can: mcp251x: fix generation of error framesMarc Kleine-Budde1-1/+1
2010-10-21can: mcp251x: fix endless loop in interrupt handler if CANINTF_MERRF is setMarc Kleine-Budde1-5/+9
2010-10-21drivers/net/ax88796.c: Return error code in failureJulia Lawall1-0/+1
2010-10-21b44: fix resume, request_irq after hw resetJames Hogan1-5/+14
2010-10-21cxgb4: function namespace cleanup (v3)stephen hemminger6-455/+3
2010-10-21CAPI: Silence lockdep warning on get_capi_appl_by_nr usageJan Kiszka1-5/+14
2010-10-21phy/marvell: fix 88e1121 supportArnaud Patard1-12/+19
2010-10-21ixgbe: add a refcnt when turning on/off FCoE offload capabilityYi Zou2-0/+7
2010-10-21ixgbe: fix stats handlingEric Dumazet3-16/+56
2010-10-21ixgbe: update copyright infoEmil Tantilov4-4/+4
2010-10-21jme: Advance version numberGuo-Fu Tseng2-1/+3
2010-10-21jme: Adding mii-tool supportGuo-Fu Tseng1-1/+33
2010-10-21jme: Prevent possible read re-order errorGuo-Fu Tseng1-0/+1
2010-10-21jme: Add comment in jme_set_settingsGuo-Fu Tseng1-3/+6
2010-10-21jme: Fix PHY power-off errorGuo-Fu Tseng1-4/+18
2010-10-21bonding: cleanup: remove braces from single block statementsBandan Das1-91/+72
2010-10-21bonding: cleanup : add space around operatorsBandan Das1-44/+67
2010-10-21Drivers: atm: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-10-21smsc95xx: generate random MAC address once, not every ifupBernard Blackham1-2/+2
2010-10-21bnx2: Increase max rx ring size from 1K to 2KMichael Chan1-2/+2
2010-10-21bonding: make release_and_destroy staticstephen hemminger2-3/+2
2010-10-21pch_gbe: make local functions staticstephen hemminger3-15/+17
2010-10-21vmxnet3: make bit twiddle routines inlinestephen hemminger2-20/+14
2010-10-21bonding: make bond_resend_igmp_join_requests_delayed staticstephen hemminger1-1/+1
2010-10-21sfc: make functions staticstephen hemminger12-41/+26
2010-10-21netxen: make local function static.stephen hemminger3-37/+16
2010-10-21r8169: print errors when dma mapping failStanislaw Gruszka1-3/+13
2010-10-21r8169: (re)init phy on resumeStanislaw Gruszka1-0/+5
2010-10-21r8169: changing mtu clean upStanislaw Gruszka1-41/+6
2010-10-21r8169: do not account fragments as packetsStanislaw Gruszka1-5/+3
2010-10-21r8169: use pointer to struct device as local variableStanislaw Gruszka1-26/+25
2010-10-21r8169: replace PCI_DMA_{TO,FROM}DEVICE to DMA_{TO,FROM}_DEVICEStanislaw Gruszka1-7/+7
2010-10-21r8169: init rx ring cleanupStanislaw Gruszka1-30/+22
2010-10-21r8169: check dma mapping failuresStanislaw Gruszka1-18/+48
2010-10-21bnx2x: Update bnx2x to use new vlan accleration.Hao Zheng4-84/+27
2010-10-21ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross3-79/+74
2010-10-21bnx2: Update bnx2 to use new vlan accleration.Jesse Gross2-73/+28
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross29-43/+38
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross13-15/+15
2010-10-21enic: Fix log messageVasanthy Kolluri1-1/+1
2010-10-21enic: Change min MTUVasanthy Kolluri1-1/+1
2010-10-21enic: Replace firmware devcmd CMD_ENABLE with CMD_ENABLE_WAITVasanthy Kolluri3-4/+10
2010-10-21enic: Make firmware cognizant of the user set mac addressVasanthy Kolluri1-1/+12
2010-10-21enic: Add support for multiple hardware receive queuesVasanthy Kolluri5-124/+368
2010-10-21ibmveth: Free irq on error pathDenis Kirjanov1-2/+4
2010-10-21ibmveth: Cleanup error handling inside ibmveth_openDenis Kirjanov1-24/+20
2010-10-21Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostDavid S. Miller1-1/+1