aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sky2: Use 32bit read to read Y2_VAUX_AVAILMike McCormack2009-09-012-2/+2
* sky2: Create buffer alloc and free helpersMike McCormack2009-09-011-53/+60
* sky2: fix management of driver LEDStephen Hemminger2009-09-012-14/+7
* tun: reuse struct sock fieldsMichael S. Tsirkin2009-09-011-18/+12
* bonding: use compare_ether_addr_64bits() in ALBEric Dumazet2009-09-012-35/+38
* macvlan: Use compare_ether_addr_64bits()Eric Dumazet2009-09-011-3/+3
* ixgbe: Patch to fix 82599 multispeed fiber link issues when driver is loaded ...Mallikarjuna R Chilakala2009-09-011-11/+11
* ixgbe: Properly disable DCB arbiters prior to applying changesPeter P Waskiewicz Jr2009-09-011-7/+14
* ixgbe: refactor link setup codeMallikarjuna R Chilakala2009-09-015-145/+67
* e1000: Fix for e1000 kills IPMI on a tagged vlan.Graham, David2009-09-011-1/+10
* ixgbe: Add support for dcbnl_rtnl_ops.setapp/getappYi Zou2009-09-015-0/+134
* ixgbe: Add support for the net_device_ops.ndo_fcoe_enable/disable to 82599Yi Zou2009-09-014-33/+98
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-01101-172/+251
* wireless: convert drivers to netdev_tx_tStephen Hemminger2009-09-0126-59/+84
* appletalk: convert drivers to netdev_tx_tStephen Hemminger2009-09-013-6/+9
* intel: convert drivers to netdev_tx_tStephen Hemminger2009-09-017-23/+30
* 3com: convert drivers to netdev_tx_tStephen Hemminger2009-09-019-20/+26
* tulip: convert drivers to netdev_tx_tStephen Hemminger2009-09-017-17/+23
* uwb: convert to netdev_tx_tStephen Hemminger2009-09-012-2/+4
* netdev: convert pseudo drivers to netdev_tx_tStephen Hemminger2009-09-0112-28/+26
* irda: convert to netdev_tx_tStephen Hemminger2009-09-0115-35/+60
* netdev: convert pcmcia drivers to netdev_tx_tStephen Hemminger2009-09-017-14/+27
* hdlc: convert to netdev_tx_tStephen Hemminger2009-09-014-16/+12
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-0121-46/+57
* tokenring: convert to netdev_tx_tStephen Hemminger2009-09-016-18/+29
* usbnet: convert to netdev_tx_tStephen Hemminger2009-09-018-13/+19
* isdn: convert to netdev_tx_tStephen Hemminger2009-09-012-3/+4
* convert hamradio drivers to netdev_txreturnt_tStephen Hemminger2009-09-016-7/+10
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-10/+4
* s2io: Generate complete messages using single line DBG_PRINTsJoe Perches2009-08-302-161/+165
* s2io.c: Convert skipped nic->config.tx_cfg[i]. to tx_cfg->Joe Perches2009-08-301-1/+1
* s2io.c: Standardize statistics accessorsJoe Perches2009-08-301-443/+408
* s2io.c: fix spelling explainationJoe Perches2009-08-301-1/+1
* s2io.c: convert printks to pr_<level>Joe Perches2009-08-301-10/+7
* s2io.c: Make more conforming to normal kernel styleJoe Perches2009-08-301-1108/+1124
* s2io.c: use kzallocJoe Perches2009-08-301-5/+2
* s2io.c: Use calculated size in kmallocsJoe Perches2009-08-301-35/+28
* s2io.c: Shorten code line length by using intermediate pointersJoe Perches2009-08-301-169/+224
* s2io.c: Use const for stringsJoe Perches2009-08-301-4/+4
* WAN: bit and/or confusionroel kluin2009-08-301-4/+4
* ucc_geth: Implement suspend/resume and Wake-On-LAN supportAnton Vorontsov2009-08-303-0/+126
* ucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol and codeAnton Vorontsov2009-08-302-36/+0
* ucc_geth: Factor out MAC initialization steps into a callAnton Vorontsov2009-08-301-35/+52
* ucc_geth: Fix NULL pointer dereference in uec_get_ethtool_stats()Anton Vorontsov2009-08-301-2/+6
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-08-309-24/+2514
|\
| * Bluetooth: Add USB autosuspend support to btusb driverOliver Neukum2009-08-241-20/+174
| * Bluetooth: Fix false errors from bcsp_pkt_cull functionWending Weng2009-08-241-1/+2
| * Bluetooth: Add missing kmalloc NULL tests to Marvell driverJulia Lawall2009-08-221-2/+3
| * Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driverBing Zhao2009-08-222-6/+9
| * Bluetooth: Remove Enter/Leave debug statements from Marvell driverMarcel Holtmann2009-08-222-219/+23