summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-06-11bnx2: Fix compiler warning in bnx2_disable_forced_2g5().Michael Chan1-15/+28
2010-06-11enic: cleanup vic_provinfo_alloc()Dan Carpenter1-2/+3
2010-06-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller8-10/+67
2010-06-11ethoc: use devres resource managementJonas Bonn1-27/+1
2010-06-11ethoc: Clear command buffer after writeJonas Bonn1-1/+4
2010-06-11Remove unused variableJonas Bonn1-1/+0
2010-06-11ethoc: Clean up PHY probingJonas Bonn1-16/+8
2010-06-11ethoc: write number of TX buffers in init_ringJonas Bonn1-2/+2
2010-06-11ethoc: Write bus addresses to registersJonas Bonn1-5/+22
2010-06-11ethoc: calculate number of buffers in ethoc_probeJonas Bonn1-7/+7
2010-06-11Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-1/+1
2010-06-11wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez1-1/+1
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller153-3563/+6814
2010-06-10net-next: remove useless union keywordChangli Gao7-12/+12
2010-06-10net8139: fix a race at the end of NAPIFigo.zhang2-2/+2
2010-06-09cleanup: remove pppoe_xmit() declaration.Rami Rosen1-1/+0
2010-06-09r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs1-3/+9
2010-06-09gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov1-2/+1
2010-06-09phylib: Add support for the LXT973 phy.Richard Cochran1-1/+50
2010-06-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller12-204/+274
2010-06-08iwlwifi: add missing rcu_read_lockJohannes Berg1-0/+2
2010-06-08wl1251: fix ELP_CTRL register readsGrazvydas Ignotas1-6/+34
2010-06-08ath5k: add debugfs file for queue debuggingBruno Randolf2-0/+67
2010-06-08ath5k: no need to save/restore the default antennaBruno Randolf1-7/+1
2010-06-08ath5k: new function for setting the antenna switch tableBruno Randolf4-27/+46
2010-06-08ath5k: update AR5K_PHY_RESTART_DIV_GC values to match masksBruno Randolf1-2/+2
2010-06-08libertas: Fix ethtool reporting no WOL options supported if WOL is not alread...Sascha Silbe1-6/+3
2010-06-07macvlan: use call_rcu for port freeJiri Pirko1-2/+10
2010-06-07ath: Fix uninitialized variable warningsPrarit Bhargava3-0/+3
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-218/+275
2010-06-07iwlwifi: fix-up botched revertJohn W. Linville1-1/+1
2010-06-07ath5k: fix NULL pointer in antenna configurationBruno Randolf1-0/+7
2010-06-07p54usb: Add device ID for Dell WLA3310 USBJason Dravet1-0/+1
2010-06-07wl1251: fix a memory leak in probeGrazvydas Ignotas1-0/+1
2010-06-078139too: fix buffer overrun in rtl8139_init_boardDenis Kirjanov1-0/+1
2010-06-07greth: Remove unnecessary memset of napi member in netdev private dataTobias Klauser1-1/+0
2010-06-07asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LENJussi Kivilinna1-1/+1
2010-06-06tg3: Update version to 3.111Matt Carlson1-2/+2
2010-06-06tg3: Add 5719 PCI device and phy IDsMatt Carlson2-1/+5
2010-06-06tg3: Add 5719 ASIC revMatt Carlson2-18/+52
2010-06-06tg3: Use devfn to determine function numberMatt Carlson2-10/+4
2010-06-06tg3: 5717: Allow serdes link via parallel detectMatt Carlson1-1/+5
2010-06-06tg3: Allow single MSI-X vector allocationsMatt Carlson1-12/+12
2010-06-06tg3: Off-by-one error in RSS setupMatt Carlson1-1/+1
2010-06-06tg3: Fix a memory leak on 5717+ devicesMatt Carlson1-2/+2
2010-06-06tg3: Avoid tx lockups on 5755+ devicesMatt Carlson2-0/+4
2010-06-06tg3: Relocate APE mutex regs for 5717+Matt Carlson2-12/+38
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller24-177/+184
2010-06-06r8169: fix random mdio_write failuresTimo Teräs1-0/+5
2010-06-05iwlwifi: fix wrapping when handling aggregated batchesDaniel Halperin1-6/+45