summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | drivers/rtc/rtc-s3c.c: fix prototype for s3c_rtc_setaie()Axel Lin2011-03-041-5/+7
| | * | | | | drm/nouveau: allocate kernel's notifier object at end of blockBen Skeggs2011-03-043-6/+11
| * | | | | | r6040: bump to version 0.27 and date 23Feb2011Florian Fainelli2011-03-081-2/+2
| * | | | | | r6040: fix multicast operationsShawn Lin2011-03-081-47/+64
| * | | | | | bonding 802.3ad: Rename rx_machine_lock to state_machine_lockNils Carlson2011-03-072-13/+14
| * | | | | | bonding 802.3ad: Fix the state machine locking v2Nils Carlson2011-03-071-5/+11
| * | | | | | drivers/net/macvtap: fix error checkNicolas Kaiser2011-03-071-1/+2
| * | | | | | net/smsc911x.c: Set the VLAN1 register to fix VLAN MTU problemGöran Weinholt2011-03-071-0/+5
| * | | | | | bnx2x: fix MaxBW configurationDmitry Kravkov2011-03-061-2/+2
| * | | | | | bnx2x: (NPAR) prevent HW access in D3 stateDmitry Kravkov2011-03-064-10/+40
| * | | | | | bnx2x: fix link notificationDmitry Kravkov2011-03-061-7/+7
| * | | | | | bnx2x: fix non-pmf device load flowDmitry Kravkov2011-03-061-2/+3
| |/ / / / /
* | | | | | tg3: Remove 5750 PCI codeMatt Carlson2011-03-101-10/+5
* | | | | | tg3: Move tg3_init_link_config to tg3_phy_probeMatt Carlson2011-03-101-34/+35
* | | | | | tg3: Refine VAux decision processMatt Carlson2011-03-101-20/+21
* | | | | | tg3: cleanup pci device table varsMatt Carlson2011-03-101-4/+4
* | | | | | tg3: Add code to verify RODATA checksum of VPDMatt Carlson2011-03-101-0/+35
* | | | | | tg3: Fix NVRAM selftestMatt Carlson2011-03-101-2/+4
* | | | | | tg3: Add missed 5719 workaround changeMatt Carlson2011-03-101-1/+1
* | | | | | bonding: move procfs code into bond_procfs.cAmerigo Wang2011-03-094-300/+306
* | | | | | ixgbe: fix compile failure in ixgbe_init_mbx_params_pfAndy Gospodarek2011-03-081-1/+1
* | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-03-083-10/+16
|\ \ \ \ \ \
| * | | | | | sfc: Use write-combining to reduce TX latencyBen Hutchings2011-03-043-10/+16
* | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-03-0819-320/+590
|\ \ \ \ \ \ \
| * | | | | | | ixgbe: fix setting and reporting of advertised speedsEmil Tantilov2011-03-071-21/+20
| * | | | | | | ixgbe: fix spelling errorsEmil Tantilov2011-03-071-2/+2
| * | | | | | | ixgbe: improve logic in ixgbe_init_mbx_params_pfEmil Tantilov2011-03-071-15/+12
| * | | | | | | ixgbe: add function descriptionEmil Tantilov2011-03-071-3/+6
| * | | | | | | ixgbe: Enable flow control pause parameter auto-negotiation supportEmil Tantilov2011-03-076-199/+281
| * | | | | | | ixgbe: Add x540 statistic counter definitionsEmil Tantilov2011-03-072-0/+14
| * | | | | | | ixgbe: clear correct counters for flow control on 82599Emil Tantilov2011-03-072-7/+29
| * | | | | | | ixgbe: cleanup PHY initEmil Tantilov2011-03-073-59/+114
| * | | | | | | ixgbe: add support to FCoE DDP in target modeYi Zou2011-03-074-12/+81
| * | | | | | | ixgbe: fix missing function pointer conversionDon Skidmore2011-03-071-1/+1
| * | | | | | | igb: Add stats output for OS2BMC feature on i350 devicesCarolyn Wyborny2011-03-075-1/+29
| * | | | | | | e1000e: fix build issue due to undefined reference to crc32_leEmil Tantilov2011-03-071-0/+1
* | | | | | | | s2io: fix uninitialized compile warningShan Wei2011-03-071-1/+1
|/ / / / / / /
* | | | | | | bonding: COW before overwriting the destination MAC addressChangli Gao2011-03-071-2/+6
* | | | | | | bonding: remove the unused dummy functions when net poll controller isn't ena...Changli Gao2011-03-071-8/+0
* | | | | | | Merge branch 'davem-next.r8169' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2011-03-072-103/+178
|\ \ \ \ \ \ \
| * | | | | | | r8169: convert to new VLAN model.Francois Romieu2011-03-052-70/+49
| * | | | | | | r8169: support control of advertising.Oliver Neukum2011-03-051-17/+37
| * | | | | | | r8169: support the new chips for RTL8105E.Hayes Wang2011-03-051-2/+90
| * | | | | | | r8169: adjust rtl8169_set_speed_xmii function.Hayes Wang2011-03-011-14/+2
* | | | | | | | be2net: Add multicast filter capability for LancerPadmanabh Ratnakar2011-03-072-2/+5
* | | | | | | | be2net: Disarm CQ and EQ to disable interrupt in LancerPadmanabh Ratnakar2011-03-071-5/+12
* | | | | | | | be2net: Remove TX Queue stop in closePadmanabh Ratnakar2011-03-071-1/+0
* | | | | | | | be2net: Change f/w command versions for LancerPadmanabh Ratnakar2011-03-072-2/+8
* | | | | | | | be2net: Add error recovery during load for LancerPadmanabh Ratnakar2011-03-072-0/+68
* | | | | | | | be2net: Checksum field valid only for TCP/UDPPadmanabh Ratnakar2011-03-071-3/+6