summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila5-37/+115
2009-12-26llc: use a device based hash table to speed up multicast deliveryOctavian Purdila4-3/+27
2009-12-26llc: optimize multicast deliveryOctavian Purdila1-8/+28
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila6-71/+123
2009-12-26llc: add support for SO_BINDTODEVICEOctavian Purdila1-2/+27
2009-12-26llc: add support for LLC_OPT_PKTINFOOctavian Purdila3-0/+37
2009-12-26llc: use dev_hard_headerOctavian Purdila4-47/+17
2009-12-25wireless: fix comments in genregdb.awkJohn W. Linville1-2/+2
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller117-1122/+2965
2009-12-23enic: whitespace cleanup; #define cleanup; more verbose err msgScott Feldman3-9/+9
2009-12-23enic: feature add: add ethtool -c/C supportScott Feldman6-7/+85
2009-12-23enic: Bug fix: align desc ring sizes to 32 descsScott Feldman1-2/+2
2009-12-23enic: minimize pkt filter updates to firmwareScott Feldman2-2/+7
2009-12-23enic: Bug fix: try harder to fill Rx ring on skb allocation failuresScott Feldman1-21/+33
2009-12-23enic: Bug fix: use safe queue shutdown in dev->stopScott Feldman3-38/+27
2009-12-23iwmc3200top: simplify imwct_txTomas Winkler3-23/+19
2009-12-23iwmc3200top: cleanup log messagesTomas Winkler3-34/+48
2009-12-23iwmc3200top: clean up fw_downloadTomas Winkler1-14/+6
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey6-9/+21
2009-12-23net: release dst entry while cache-hot for GSO case tooKrishna Kumar1-0/+8
2009-12-23tcp: Slightly optimize tcp_sendmsgKrishna Kumar1-8/+9
2009-12-23tcp: Remove unrequired operations in tcp_push()Krishna Kumar1-7/+6
2009-12-23tcp: Remove check in __tcp_push_pending_framesKrishna Kumar2-12/+9
2009-12-23netxen: fix unified fw size checkAmit Kumar Salecha1-1/+1
2009-12-23netxen: support pci error handlersAmit Kumar Salecha2-46/+150
2009-12-23netxen: fix tx timeout recoveryAmit Kumar Salecha2-1/+6
2009-12-23netxen: minor suspend resume fixesAmit Kumar Salecha1-7/+9
2009-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller31-112/+160
2009-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds28-1097/+1226
2009-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds12-40/+72
2009-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds52-4672/+3696
2009-12-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-39/+131
2009-12-23USB: Fix a bug on appledisplay.c regarding signednesspancho horrillo1-2/+2
2009-12-23USB: option: support hi speed for modem Haier CE100Donny Kurnia1-0/+5
2009-12-23USB: audio gadget: free alsa devices when unloadingCliff Cai4-5/+12
2009-12-23USB: audio gadget: fix wTotalLength calculationCliff Cai1-1/+4
2009-12-23usb: otg: isp1301_omap: fix compile errorFelipe Balbi1-2/+2
2009-12-23USB: musb: workaround Blackfin FIFO anomaliesBryan Wu2-45/+91
2009-12-23USB: musb: Fix array index out of bounds issueMaulik Mankad1-1/+1
2009-12-23USB: musb: Fix null pointer dereference issueMaulik Mankad1-0/+2
2009-12-23USB: musb: correct DMA address for txCliff Cai1-1/+1
2009-12-23USB: musb: gadget_ep0: avoid SetupEnd interruptSergei Shtylyov1-4/+10
2009-12-23USB: musb: fix for crash in DM646x USB when (CPPI)DMA is enabledSwaminathan S1-0/+6
2009-12-23USB: musb: do not work if no gadget driver is loadedFelipe Balbi1-0/+8
2009-12-23USB: musb: gadget: set otg tranceiver to idle when registering gadgetArnaud Mandy1-0/+1
2009-12-23USB: musb: Populate the VBUS GPIO with the correct GPIO numberSwaminathan S1-1/+1
2009-12-23USB: musb: MAINTAINERS: Fix my tree's addressFelipe Balbi1-1/+1
2009-12-23USB: musb: fix compiling warning with min() macroCliff Cai1-1/+1
2009-12-23USB: musb: move musb_remove to __exitFelipe Balbi1-2/+2
2009-12-23USB: musb_gadget: fix kernel oops in txstate()Sergei Shtylyov1-3/+3