aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-30xen/netback: Add module alias for autoloadingBastian Blank1-0/+1
2011-06-29myri10ge: update versionJon Mason1-2/+2
2011-06-29myri10ge: misc style cleanupsJon Mason1-18/+14
2011-06-29myri10ge: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-6/+5
2011-06-29myri10ge: add support for set_phys_idJon Mason2-0/+57
2011-06-29myri10ge: allow small_bytes = 0Jon Mason1-3/+11
2011-06-29myri10ge: rework parity error check and cleanupJon Mason1-40/+60
2011-06-29myri10ge: Mask PCI Surprise Link Down EventsJon Mason1-0/+21
2011-06-29myri10ge: ensure tx queues remain stoppedJon Mason1-1/+2
2011-06-29caif: Fix recieve/receive typoJoe Perches1-1/+1
2011-06-29net: include dma-mapping.h in ll_temac_main.c for dma_map_single etcStephen Rothwell1-0/+1
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