summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2011-06-29myri10ge: Mask PCI Surprise Link Down EventsJon Mason
2011-06-29myri10ge: ensure tx queues remain stoppedJon Mason
2011-06-29caif: Fix recieve/receive typoJoe Perches
2011-06-29net: include dma-mapping.h in ll_temac_main.c for dma_map_single etcStephen Rothwell
2011-06-29net: include io.h in sja1000_of_platform.c for iounmap etcStephen Rothwell
2011-06-28vmxnet3: Enable GRO support.Jesse Gross
2011-06-28vxge: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason
2011-06-28sky2: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason
2011-06-28r8169: remove unnecessary read of PCI_CAP_ID_EXPJon Mason
2011-06-28niu: remove unnecessary read of PCI_CAP_ID_EXPJon Mason
2011-06-28bnx2x: remove unnecessary read of PCI_CAP_ID_EXPJon Mason
2011-06-28bnx2: remove unnecessary read of PCI_CAP_ID_EXPJon Mason
2011-06-28igb: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason
2011-06-28e1000e: remove unnecessary reads of PCI_CAP_ID_EXPJon Mason
2011-06-28cxgb3: remove unnecessary read of PCI_CAP_ID_EXPJon Mason
2011-06-28mlx4: remove unnecessary read of PCI_CAP_ID_EXPJon Mason
2011-06-28tg3: remove unnecessary read of PCI_CAP_ID_EXPJon Mason
2011-06-28net: sh_eth: tidyup compile warningKuninori Morimoto
2011-06-28vmxnet3: Convert to new vlan model.Jesse Gross
2011-06-28can: bfin_can: auto-calculate accessor sizesMike Frysinger
2011-06-28can: bfin_can: simplify xmit id1 setupMike Frysinger
2011-06-28mlx4: use pci_dev->revisionSergei Shtylyov
2011-06-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2011-06-27wan: Update to current logging formsJoe Perches
2011-06-27ixp4xx_hss: Update to current logging formsJoe Perches
2011-06-27farsync: Update to current logging formsJoe Perches
2011-06-27dscc4: Update to current logging formsJoe Perches
2011-06-27frame relay dlci/frad: Update to current logging formsJoe Perches
2011-06-27cyclom: Update to current logging formsJoe Perches
2011-06-27cosa: Update to current logging formsJoe Perches
2011-06-27generic_hdlc: Update to current logging formsJoe Perches
2011-06-27be2net: fix initialization of vlan_prio_bmapSathya Perla
2011-06-27be2net: get rid of multi_rxq module paramSathya Perla
2011-06-27be2net: fix netdev_stats_updateSathya Perla
2011-06-25ixgbe: implement DCB ops dcb_ieee_del()John Fastabend
2011-06-25ixgbe: remove unused fcoe.tc field and fcoe_setapp()John Fastabend
2011-06-25ixgbe: complete FCoE initialization from setapp() routineJohn Fastabend
2011-06-25ixgbe: A fix to VF TX rate limitLior Levy
2011-06-25ixgbe: Update method used for determining descriptor count for an skbAlexander Duyck
2011-06-25ixgbe: Add one function that handles most of context descriptor setupAlexander Duyck
2011-06-25ixgbe: Move all values that deal with count, next_to_use, next_to_clean to u16Alexander Duyck
2011-06-25ixgbe: Convert IXGBE_DESC_UNUSED from macro to static inline functionAlexander Duyck
2011-06-25ixgbe: pass adapter struct instead of netdev for interrupt dataAlexander Duyck
2011-06-25zorro8390: Update style, neaten, restructure to eliminate prototypesJoe Perches
2011-06-25lib8390: Remove unnecessary externJoe Perches
2011-06-25lib8390: Convert include <asm to include <linuxJoe Perches
2011-06-25lib8390: Normalize source code spacingJoe Perches
2011-06-25lib8390: Indent braces appropriatelyJoe Perches
2011-06-25lib8390: Use pr_<level> and netdev_<level>Joe Perches
2011-06-25a2065: Use pr_fmt, pr_<level> and netdev_<level>Joe Perches