summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | rtl8187: Fix crash on unload when using SLUB debugHerton Ronaldo Krzesinski2008-12-191-8/+4
| * | p54: remove free_on_tx parameterChristian Lamparter2008-12-195-51/+37
| * | p54: more accurate rssi to dBm conversionChristian Lamparter2008-12-193-26/+68
| * | rtl8187: Fix error returnsLarry Finger2008-12-191-2/+2
| * | libertas: use roundup instead of opencodingIlpo Järvinen2008-12-191-1/+2
| * | p54: update ACK failure statistic counter in real-timeChristian Lamparter2008-12-191-0/+1
| * | p54: move statistic timer update routine into a workqueueChristian Lamparter2008-12-193-46/+68
| * | iwlagn: fix agn rate scalingMohamed Abbas2008-12-191-10/+16
| * | ath5k: fix 802.11 header padding on RX, unpadding on TXBenoit PAPILLAULT2008-12-191-17/+21
| * | ath9k: Report HT rates in RX statusJouni Malinen2008-12-191-35/+26
| * | ath9k: Do not use association state to update rate tableSujith2008-12-191-2/+1
| * | mac80211: Fix HT channel selectionSujith2008-12-193-103/+44
* | | net: prepare usb net drivers for addition of status as a parameterOliver Neukum2008-12-198-66/+83
* | | net: ppp_generic - use DEFINE_IDR for static initializationCyrill Gorcunov2008-12-191-4/+2
* | | cxgb3: manage private iSCSI IP addressKaren Xie2008-12-194-21/+121
|/ /
* | ucc_geth: Remove UGETH_FILTERING dead codeAnton Vorontsov2008-12-192-266/+0
* | ucc_geth: Fix IO memory (un)mapping codeAnton Vorontsov2008-12-191-3/+12
* | ucc_geth: Cleanup repetitive ucc_geth_memclean() callsAnton Vorontsov2008-12-191-30/+1
* | ucc_geth: Fix IRQ freeing code in ucc_geth_open()Anton Vorontsov2008-12-191-9/+8
* | ucc_geth: Fix TX watchdog timeout handlingAnton Vorontsov2008-12-192-8/+30
* | ucc_geth: Fix endless loop in stop_{tx,rx} routinesAnton Vorontsov2008-12-191-3/+6
* | NIU: Implement discard counters, optimizeJesper Dangaard Brouer2008-12-191-1/+3
* | NIU: Implement discard counters, info/debug statements.Jesper Dangaard Brouer2008-12-191-0/+6
* | NIU: Implement discard countersJesper Dangaard Brouer2008-12-191-0/+51
* | enc28j60: reduce the number of spi transfers in enc28j60_set_bank()Baruch Siach2008-12-191-7/+23
* | netdevice zd1201: Use after freeWang Chen2008-12-191-5/+5
* | bonding: use port_params in __update_lacpdu_from_portHolger Eitzenberger2008-12-181-6/+7
* | bonding: use port_params in __update_default_selected()Holger Eitzenberger2008-12-181-8/+10
* | bonding: use port_params in __update_selected()Holger Eitzenberger2008-12-181-8/+8
* | bonding: remove various function declarationsHolger Eitzenberger2008-12-181-28/+0
* | bonding: init port_params from templateHolger Eitzenberger2008-12-181-12/+11
* | bonding: use plain memcpy in __record_default()Holger Eitzenberger2008-12-181-7/+2
* | bonding: use port_params in __record_pdu()Holger Eitzenberger2008-12-181-9/+10
* | bonding: introduce and use port_params structureHolger Eitzenberger2008-12-182-72/+73
* | bonding: improve elaborate port_state assignmentHolger Eitzenberger2008-12-181-10/+1
* | gianfar: Continue polling until both tx and rx are emptyAndy Fleming2008-12-181-5/+9
* | gianfar: Merge Tx and Rx interrupt for scheduling clean up ringDai Haruki2008-12-182-42/+19
* | gianfar: Use interface name in interrupt name to distinguish the source.Dai Haruki2008-12-182-6/+31
* | gianfar: Add Scatter Gather supportDai Haruki2008-12-183-71/+149
* | gianfar: Fix packet drop when out of memoryAndy Fleming2008-12-181-2/+1
* | vcan: whitespace fixesOliver Hartkopp2008-12-181-10/+10
* | net: ppp_generic - use idr technique instead of cardmapsCyrill Gorcunov2008-12-171-135/+48
* | bnx2x: Fix namespace collision with FLOW_CTRL_{TX,RX}David S. Miller2008-12-173-60/+60
* | bnx2: Don't redefine FLOW_CTRL_{RX,TX}.David S. Miller2008-12-171-3/+0
* | bnx2: Update version to 1.9.0.Michael Chan2008-12-171-3/+3
* | bnx2: Rename MSI-X vectors.Michael Chan2008-12-172-2/+4
* | drivers/net/hamradio: Move a dereference below a NULL testJulia Lawall2008-12-171-1/+2
* | phylib: Remove unnecessary "reset" fixups in genphy_setup_forcedAndy Fleming2008-12-171-17/+0
* | gianfar: Make all BD status writes 32-bitDai Haruki2008-12-172-25/+31
* | gianfar: Add macros for stepping through BDsAndy Fleming2008-12-172-18/+15