aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-29net: include io.h in sja1000_of_platform.c for iounmap etcStephen Rothwell1-0/+1
2011-06-27vmxnet3: Enable GRO support.Jesse Gross1-1/+4
2011-06-27vxge: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason1-8/+5
2011-06-27sky2: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason1-8/+7
2011-06-27r8169: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-14/+6
2011-06-27niu: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2011-06-27bnx2x: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2-7/+4
2011-06-27bnx2: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-3/+2
2011-06-27igb: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason1-2/+2
2011-06-27e1000e: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason2-2/+2
2011-06-27cxgb3: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2-8/+4
2011-06-27mlx4: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2011-06-27tg3: remove unnecessary read of PCI_CAP_ID_EXPJon Mason2-15/+15
2011-06-27net: sh_eth: tidyup compile warningKuninori Morimoto1-2/+2
2011-06-27vmxnet3: Convert to new vlan model.Jesse Gross3-83/+40
2011-06-27can: bfin_can: auto-calculate accessor sizesMike Frysinger1-59/+59
2011-06-27can: bfin_can: simplify xmit id1 setupMike Frysinger1-15/+6
2011-06-27mlx4: use pci_dev->revisionSergei Shtylyov1-2/+2
2011-06-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6David 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-24zorro8390: Update style, neaten, restructure to eliminate prototypesJoe Perches1-340/+333
2011-06-24lib8390: Remove unnecessary externJoe Perches1-1/+0
2011-06-24lib8390: Convert include <asm to include <linuxJoe Perches1-2/+2
2011-06-24lib8390: Normalize source code spacingJoe Perches1-37/+44
2011-06-24lib8390: Indent braces appropriatelyJoe Perches1-81/+38
2011-06-24lib8390: Use pr_<level> and netdev_<level>Joe Perches1-43/+43
2011-06-24a2065: Use pr_fmt, pr_<level> and netdev_<level>Joe Perches1-174/+162
2011-06-24ariadne: Update style, neaten, restructure to eliminate prototypesJoe Perches1-666/+601
2011-06-24Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller139-2772/+5244
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville139-2772/+5244
2011-06-24net: Remove unneeded version.h includes from drivers/net/Jesper Juhl18-18/+0