aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-12gianfar: Move tbase/rbase initialization to gfar_init_mac()Anton Vorontsov2-9/+9
2009-10-12gianfar: Split allocation and initialization steps out of startup_gfar()Anton Vorontsov1-158/+176
2009-10-12gianfar: Don't needlessly set the wrap bit for the last RX BDAnton Vorontsov1-4/+0
2009-10-12gianfar: Simplify skb resources freeing codeAnton Vorontsov1-28/+25
2009-10-12gianfar: Some cleanups for startup_gfar()Anton Vorontsov1-79/+64
2009-10-12cnic: Need to include net/ip6_checksum.hDavid S. Miller1-0/+1
2009-10-12pasemi_mac: ethtool set settings supportValentine Barshak1-0/+14
2009-10-12be2net: Implement ethtool get_phys_id function.Sarveshwar Bandi3-0/+126
2009-10-11cnic: Add main functions to support bnx2x devices.Michael Chan1-0/+1742
2009-10-11cnic: Add bnx2x data structures.Michael Chan4-1/+2001
2009-10-11cnic: Refactor some code.Michael Chan1-18/+46
2009-10-11bnx2x: Add main CNIC interface functions.Michael Chan3-2/+404
2009-10-11bnx2x: Add hw init code to support iSCSI.Michael Chan2-69/+200
2009-10-11bnx2x: Refactor MAC address setup code.Michael Chan2-52/+114
2009-10-11bnx2x: Refactor bnx2x_sp_post().Michael Chan1-24/+38
2009-10-11qlge: Add CBFC pause frame counters to ethtool stats.Ron Mercer2-0/+90
2009-10-11qlge: Don't fail open when port is not initialized.Ron Mercer1-4/+2
2009-10-11qlge: Get rid of firmware handler debug code.Ron Mercer1-21/+0
2009-10-11qlge: Remove inline math for small rx buf mapping.Ron Mercer2-8/+9
2009-10-11qlge: Store firmware revision as early as possible.Ron Mercer1-0/+1
2009-10-11qlge: Add handler for DCBX firmware event.Ron Mercer1-0/+3
2009-10-11qlge: Set PCIE max read request size.Ron Mercer1-0/+7
2009-10-11qlge: Remove explicit setting of PCI Dev CTL reg.Ron Mercer1-15/+1
2009-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller28-246/+429
2009-10-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller119-3387/+5068
2009-10-09net: Link in PHY drivers before others.David S. Miller1-4/+4
2009-10-09wireless: make wireless drivers select coreJohannes Berg1-0/+1
2009-10-09libertas: depend on CONFIG_CFG80211Holger Schurig1-1/+1
2009-10-09libertas: remove double assignment of dev->netdev_opsLuis R. Rodriguez1-1/+0
2009-10-09ath9k: use right parameter for MODULE_PARM_DESC() for debugLuis R. Rodriguez1-1/+1
2009-10-08ixgbe: Fix KR to KX fail over for Mezzanine cardsDon Skidmore2-3/+134
2009-10-08ixgbe: add support for 82599 based Express Module X520-P2Don Skidmore3-0/+4
2009-10-08ibm_newemac: Added 16K Tx FIFO size support for EMAC4Dave Mitchell2-2/+6
2009-10-08qlge: Add disable/enable firmare irqs to handler.Ron Mercer1-0/+4
2009-10-08qlge: Restore rx mode after internal reset.Ron Mercer1-0/+6
2009-10-08qlge: Fix chip reset process.Ron Mercer3-0/+106
2009-10-08qlge: Fix RX multicast filter settings.Ron Mercer1-10/+39
2009-10-08qlge: Fix frame routing for multicast frames.Ron Mercer1-2/+2
2009-10-08qlge: Fix frame routing issue related to bonding.Ron Mercer1-0/+7
2009-10-08qlge: Fix RSS hashing values.Ron Mercer2-11/+13
2009-10-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller14-150/+168
2009-10-07znet: Don't claim DMA lock around free_dma() calls.David S. Miller1-8/+0
2009-10-07can: add TI CAN (HECC) driverAnant Gole3-0/+1014
2009-10-07ixgb: Use the instance of net_device_stats from net_device.Ajit Khaparde3-46/+45
2009-10-07qlge: Use the instance of net_device_stats from net_device.Ajit Khaparde2-7/+6
2009-10-07e1000: Use the instance of net_device_stats from net_device.Ajit Khaparde3-27/+27
2009-10-07igb: Use the instance of net_device_stats from net_device.Ajit Khaparde3-30/+30
2009-10-07ixgbe: Use the instance of net_device_stats from net_device.Ajit Khaparde3-33/+34
2009-10-07myri10ge: Use the instance of net_device_stats from net_device.Ajit Khaparde1-3/+2
2009-10-07netxen: Use the instance of net_device_stats from net_device.Ajit Khaparde2-3/+1