summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-07econet: use NET_RX_SUCCESS instead of magic number 0 for econet_rcv successfu...Mark Smith1-2/+2
2009-07-07ipv6: correct return on ipv6_rcv() packet dropMark Smith1-3/+3
2009-07-07e1000: fix flow control thresholdsJesse Brandeburg3-30/+33
2009-07-07e1000: implement jumbo receive with partial descriptorsJesse Brandeburg2-38/+391
2009-07-07e1000: allow ethtool coalesece to adjust interrupts per secondJesse Brandeburg2-1/+53
2009-07-07jme: Advance driver version numberGuo-Fu Tseng1-1/+1
2009-07-07jme: Tuning rxsum functionGuo-Fu Tseng1-13/+13
2009-07-07jme: Remove shadow register supportGuo-Fu Tseng2-59/+4
2009-07-07jme: Change bufinf memory locationGuo-Fu Tseng2-26/+63
2009-07-07jme: Fix typoGuo-Fu Tseng1-1/+1
2009-07-07jme: Fix unmatched tasklet_{enable|disable} pairGuo-Fu Tseng1-4/+6
2009-07-07jme: Some minor coding style consistency modificationsGuo-Fu Tseng1-9/+9
2009-07-06net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy52-113/+116
2009-07-06vxge: Version updateSreenivasa Honnur1-1/+1
2009-07-06vxge: Printing the function's configured mode of operationSreenivasa Honnur1-0/+21
2009-07-06vxge: Disable fcs stripping.Sreenivasa Honnur2-5/+7
2009-07-06vxge: Fixes in isr routineSreenivasa Honnur2-10/+13
2009-07-06vxge: Removed the code to bounds check the mss valueSreenivasa Honnur2-7/+0
2009-07-06vxge: Corrected Register map entry for xmac_link registersSreenivasa Honnur1-3/+6
2009-07-06vxge: check for card status before continuing in device closeSreenivasa Honnur1-0/+3
2009-07-06vxge: Fixed memory leak by freeing memory allocated for device_configSreenivasa Honnur1-0/+1
2009-07-06vxge: Removed ioremap of unused bar addresses and their referencesSreenivasa Honnur4-45/+10
2009-07-06net, netns_xt: shrink netns_xt membersCyrill Gorcunov1-0/+3
2009-07-06net, bridge: align br_nf_ops assignmentCyrill Gorcunov1-40/+56
2009-07-06tipc: Add socket options to get number of queued messagesoscar.medina@motorola.com2-0/+8
2009-07-06cleanup: remove unused member in scm_cookie.Rami Rosen1-2/+0
2009-07-06Minor code cleanup in drivers/net/r6040.cMichael Opdenacker1-2/+2
2009-07-06net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy190-330/+330
2009-07-06net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal6-33/+2
2009-07-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller33-216/+626
2009-07-06dsa: fix 88e6xxx statistics counter snapshottingStephane Contri1-1/+1
2009-07-06forcedeth: Fix NAPI race.Eric Dumazet1-11/+14
2009-07-06drivers/net/smsc911x.c: Fix resource size off by 1 errorJulia Lawall1-3/+3
2009-07-06pcnet_cs: add new idKen Kawasaki1-0/+1
2009-07-06bnx2x: Fix the maximal values of coalescing timeouts.Eilon Greenstein2-4/+6
2009-07-06bnx2x: Disable HC coalescing when setting timeout to zero.Eilon Greenstein1-2/+2
2009-07-06tun: Fix device unregister raceHerbert Xu1-7/+9
2009-07-04Linux 2.6.31-rc2v2.6.31-rc2Linus Torvalds1-1/+1
2009-07-04video: sm501fb: Early initialization of mm_lock mutex.Paul Mundt1-0/+2
2009-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl...Linus Torvalds34-219/+228
2009-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2-2/+5
2009-07-04Merge branch 'for-2.6.31' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+1
2009-07-04Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds107-1158/+4413
2009-07-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds13-40/+80
2009-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds9-12/+27
2009-07-04Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-2/+28
2009-07-04be2net: fix spurious interrupt handling in intx modeSathya Perla2-7/+13
2009-07-04e1000e: disable K1 at 1000Mbps for 82577/82578Bruce Allan3-7/+110
2009-07-04e1000e: delay second read of PHY_STATUS register on failure of first readBruce Allan1-1/+6
2009-07-04e1000e: prevent NVM corruption on sectors larger than 4KBruce Allan1-2/+17