summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-28bnx2x: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2-7/+4
2011-06-28bnx2: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-3/+2
2011-06-28igb: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason1-2/+2
2011-06-28e1000e: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason2-2/+2
2011-06-28cxgb3: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2-8/+4
2011-06-28mlx4: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2011-06-28tg3: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2-15/+15
2011-06-28net: sh_eth: tidyup compile warningKuninori Morimoto1-2/+2
2011-06-28vmxnet3: Convert to new vlan model.Jesse Gross3-83/+40
2011-06-28can: bfin_can: auto-calculate accessor sizesMike Frysinger1-59/+59
2011-06-28can: bfin_can: simplify xmit id1 setupMike Frysinger1-15/+6
2011-06-28mlx4: use pci_dev->revisionSergei Shtylyov1-2/+2
2011-06-27net_sched: fix dequeuer fairnessjamal1-5/+7
2011-06-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller7-345/+298
2011-06-27wan: Update to current logging formsJoe Perches7-96/+96
2011-06-27ixp4xx_hss: Update to current logging formsJoe Perches1-15/+13
2011-06-27farsync: Update to current logging formsJoe Perches1-4/+3
2011-06-27dscc4: Update to current logging formsJoe Perches1-42/+38
2011-06-27frame relay dlci/frad: Update to current logging formsJoe Perches2-29/+45
2011-06-27cyclom: Update to current logging formsJoe Perches3-156/+133
2011-06-27cosa: Update to current logging formsJoe Perches1-120/+106
2011-06-27generic_hdlc: Update to current logging formsJoe Perches12-211/+186
2011-06-27be2net: fix initialization of vlan_prio_bmapSathya Perla1-4/+3
2011-06-27be2net: get rid of multi_rxq module paramSathya Perla1-5/+1
2011-06-27be2net: fix netdev_stats_updateSathya Perla1-12/+17
2011-06-25ixgbe: implement DCB ops dcb_ieee_del()John Fastabend1-6/+42
2011-06-25ixgbe: remove unused fcoe.tc field and fcoe_setapp()John Fastabend4-57/+1
2011-06-25ixgbe: complete FCoE initialization from setapp() routineJohn Fastabend1-13/+25
2011-06-25ixgbe: A fix to VF TX rate limitLior Levy2-1/+17
2011-06-25ixgbe: Update method used for determining descriptor count for an skbAlexander Duyck2-29/+33
2011-06-25ixgbe: Add one function that handles most of context descriptor setupAlexander Duyck3-222/+162
2011-06-25ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16Alexander Duyck1-6/+7
2011-06-25ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline functionAlexander Duyck2-8/+12
2011-06-25ixgbe: pass adapter struct instead of netdev for interrupt dataAlexander Duyck1-11/+7
2011-06-25net: wimax: Remove of unused 'rfkill_input' pointerVitaliy Ivanov1-1/+0
2011-06-25net: Kill unuseful net/TUNABLE doc in kernel sourceShan Wei1-50/+0
2011-06-25zorro8390: Update style, neaten, restructure to eliminate prototypesJoe Perches1-340/+333
2011-06-25lib8390: Remove unnecessary externJoe Perches1-1/+0
2011-06-25lib8390: Convert include <asm to include <linuxJoe Perches1-2/+2
2011-06-25lib8390: Normalize source code spacingJoe Perches1-37/+44
2011-06-25lib8390: Indent braces appropriatelyJoe Perches1-81/+38
2011-06-25lib8390: Use pr_<level> and netdev_<level>Joe Perches1-43/+43
2011-06-25a2065: Use pr_fmt, pr_<level> and netdev_<level>Joe Perches1-174/+162
2011-06-25ariadne: Update style, neaten, restructure to eliminate prototypesJoe Perches1-666/+601
2011-06-25Merge branch 'tipc-Jun24-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller12-381/+276
2011-06-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller185-3611/+7517
2011-06-25tipc: Optimize creation of connection protocol messagesAllan Stephens1-36/+12
2011-06-25tipc: Don't create payload message using connection protocol routineAllan Stephens1-8/+9
2011-06-25tipc: Reject connection protocol message sent to unconnected portAllan Stephens1-39/+40
2011-06-25tipc: Optimize creation of FIN messagesAllan Stephens1-37/+24