summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-0113-29/+27
* irda: convert to netdev_tx_tStephen Hemminger2009-09-0116-37/+64
* netdev: convert pcmcia drivers to netdev_tx_tStephen Hemminger2009-09-017-14/+27
* hdlc: convert to netdev_tx_tStephen Hemminger2009-09-015-20/+16
* 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-019-14/+21
* isdn: convert to netdev_tx_tStephen Hemminger2009-09-012-3/+4
* convert hamradio drivers to netdev_txreturnt_tStephen Hemminger2009-09-018-9/+12
* convert ATM drivers to netdev_tx_tStephen Hemminger2009-09-014-6/+12
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-0117-31/+30
* netdev: change transmit to limited range typeStephen Hemminger2009-09-011-9/+13
* 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
* pkt_sched: Fix resource limiting in pfifo_fastKrishna Kumar2009-08-301-4/+4
* net: convert remaining non-symbolic return values in dev_queue_xmitKrishna Kumar2009-08-301-1/+1
* netdevice: Consolidate to use existing macros where available.Krishna Kumar2009-08-301-6/+7
* can: use correct NET_RX_ return valuesOliver Hartkopp2009-08-301-2/+2
* 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
* powerpc/qe: Implement qe_alive_during_sleep() helper functionAnton Vorontsov2009-08-302-0/+14
* 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-3024-189/+4186
|\
| * Bluetooth: Add support for L2CAP 'Send RRorRNR' actionGustavo F. Padovan2009-08-261-6/+14
| * Bluetooth: Handle L2CAP case when the remote receiver is busyGustavo F. Padovan2009-08-262-2/+25
| * Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1)Gustavo F. Padovan2009-08-261-1/+5
| * Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layerRandy Dunlap2009-08-241-0/+1
| * 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: Use proper *_unaligned_le{16,32} helpers for L2CAPGustavo F. Padovan2009-08-241-2/+2
| * Bluetooth: Add locking scheme to L2CAP timeout callbacksGustavo F. Padovan2009-08-241-0/+4
| * Bluetooth: Fix rejected connection not disconnecting ACL linkLuiz Augusto von Dentz2009-08-222-0/+43
| * Bluetooth: Full support for receiving L2CAP SREJ framesGustavo F. Padovan2009-08-222-1/+32
| * Bluetooth: Add support for L2CAP SREJ exceptionGustavo F. Padovan2009-08-223-25/+210
| * Bluetooth: Add support for FCS option to L2CAPGustavo F. Padovan2009-08-222-6/+97
| * Bluetooth: Enable Streaming Mode for L2CAPGustavo F. Padovan2009-08-221-9/+73
| * Bluetooth: Add support for Retransmission and Monitor TimersGustavo F. Padovan2009-08-223-7/+95
OpenPOWER on IntegriCloud