aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-21fib: introduce fib_alias_accessed() helperEric Dumazet4-3/+12
2010-10-21net/sched: fix missing spinlock initEric Dumazet1-0/+2
2010-10-21r8169: print errors when dma mapping failStanislaw Gruszka1-3/+13
2010-10-21r8169: (re)init phy on resumeStanislaw Gruszka1-0/+5
2010-10-21r8169: changing mtu clean upStanislaw Gruszka1-41/+6
2010-10-21r8169: do not account fragments as packetsStanislaw Gruszka1-5/+3
2010-10-21r8169: use pointer to struct device as local variableStanislaw Gruszka1-26/+25
2010-10-21r8169: replace PCI_DMA_{TO,FROM}DEVICE to DMA_{TO,FROM}_DEVICEStanislaw Gruszka1-7/+7
2010-10-21r8169: init rx ring cleanupStanislaw Gruszka1-30/+22
2010-10-21r8169: check dma mapping failuresStanislaw Gruszka1-18/+48
2010-10-21bnx2x: Update bnx2x to use new vlan accleration.Hao Zheng4-84/+27
2010-10-21ixgbe: Update ixgbe to use new vlan accleration.Jesse Gross3-79/+74
2010-10-21bnx2: Update bnx2 to use new vlan accleration.Jesse Gross2-73/+28
2010-10-21bridge: Add support for TX vlan offload.Jesse Gross1-1/+7
2010-10-21ethtool: Add support for vlan accleration.Jesse Gross2-1/+4
2010-10-21vlan: Centralize handling of hardware acceleration.Jesse Gross5-140/+48
2010-10-21vlan: Avoid hash table lookup to find group.Jesse Gross5-73/+34
2010-10-21vlan: Enable software emulation for vlan accleration.Jesse Gross2-6/+44
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross29-43/+38
2010-10-21vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID.Jesse Gross16-27/+27
2010-10-21ebtables: Allow filtering of hardware accelerated vlan frames.Jesse Gross3-18/+34
2010-10-21enic: Fix log messageVasanthy Kolluri1-1/+1
2010-10-21enic: Change min MTUVasanthy Kolluri1-1/+1
2010-10-21enic: Replace firmware devcmd CMD_ENABLE with CMD_ENABLE_WAITVasanthy Kolluri3-4/+10
2010-10-21enic: Make firmware cognizant of the user set mac addressVasanthy Kolluri1-1/+12
2010-10-21enic: Add support for multiple hardware receive queuesVasanthy Kolluri5-124/+368
2010-10-21ibmveth: Free irq on error pathDenis Kirjanov1-2/+4
2010-10-21ibmveth: Cleanup error handling inside ibmveth_openDenis Kirjanov1-24/+20
2010-10-20net: avoid RCU for NOCACHE dstEric Dumazet3-19/+33
2010-10-20net: allocate tx queues in register_netdeviceTom Herbert2-55/+55
2010-10-20net: cleanups in RX queue allocationTom Herbert1-19/+17
2010-10-20net: fail alloc_netdev_mq if queue count < 1Tom Herbert1-0/+6
2010-10-20phonet: remove the unused variable pnChangli Gao1-1/+0
2010-10-20netpoll: Revert napi_poll fix for bonding driverNeil Horman1-8/+1
2010-10-20netpoll: Remove netpoll blocking from uninit pathNeil Horman1-3/+0
2010-10-19bnx2x: update version to 1.60.00-3Dmitry Kravkov1-2/+2
2010-10-19bnx2x: prevent false parity error in MSI-X memory of HC blockVladislav Zolotarov2-2/+32
2010-10-19bnx2x: fix possible deadlock in HC hw blockDmitry Kravkov1-8/+29
2010-10-19inet: RCU changes in inetdev_by_index()Eric Dumazet4-22/+16
2010-10-19net: avoid a dev refcount in ip_mc_find_dev()Eric Dumazet2-3/+3
2010-10-193c52x: remove IRQF_SAMPLE_RANDOM from legacy MCA drivers.Paul Gortmaker2-2/+2
2010-10-18bonding: Re-enable netpoll over bondingNeil Horman1-19/+10
2010-10-18bonding: Fix netconsole to not deadlock on rmmodNeil Horman1-1/+8
2010-10-18bonding: Fix napi poll for bonding driverNeil Horman1-1/+8
2010-10-18bonding: Fix deadlock in bonding driver resulting from internal locking when using netpollNeil Horman3-4/+80
2010-10-18bonding: Fix bonding drivers improper modification of netpoll structureNeil Horman3-11/+19
2010-10-18e1000e: Fix for offline diag test failure at first callCarolyn Wyborny1-11/+8
2010-10-18igbvf: Remove unneeded pm_qos* callsGreg Rose1-5/+0
2010-10-18igb: fix stats handlingEric Dumazet3-45/+129
2010-10-18netxen: mask correctable erroramit salecha2-2/+28