summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/hso.c
Commit message (Expand)AuthorAgeFilesLines
* hso: fix a use after free conditionGreg KH2011-07-081-3/+4
* Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman2011-02-241-6/+6
|\
| * Net, USB, Option, hso: Do not dereference NULL pointerJesper Juhl2011-02-141-6/+6
* | tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-1/+1
* | tiocmset: kill the file pointer argumentAlan Cox2011-02-171-3/+3
* | tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
|/
* usb: Use static const, consolidate codeJoe Perches2010-12-211-23/+16Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-171-4/+0Star
|\
| * hso: IP checksuming doesn't work on GE0301 option cardsThomas Bogendoerfer2010-12-101-4/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-081-4/+6
|\|
| * hso: fix disable_netFilip Aben2010-11-281-4/+6
* | hso: Fix unused variable warningAlan Cox2010-11-151-1/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-231-9/+0Star
|\
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-0/+2
| |\
| * | ethtool: Provide a default implementation of ethtool_ops::get_drvinfoBen Hutchings2010-08-171-9/+0Star
* | | tty: Convert the USB drivers to the new icount interfaceAlan Cox2010-10-221-19/+16Star
| |/ |/|
* | drivers/net/usb/hso.c: prevent reading uninitialized memoryDan Rosenberg2010-09-171-0/+2
|/
* hso: Add new product IDFilip Aben2010-08-041-0/+1
* hso: remove driver versionFilip Aben2010-07-131-4/+1Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-241-1/+0Star
|\
| * hso: remove setting of low_latency flagFilip Aben2010-06-221-1/+0Star
* | drivers/net: use __packed annotationEric Dumazet2010-06-031-1/+1
|/
* hso: add support for new productsFilip Aben2010-05-261-0/+3
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-2/+0Star
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+0Star
* obsolete config in kernel source: HSO_AUTOPMChristoph Egger2010-03-161-3/+0Star
* hso: fixed missing newlinesJan Dumon2010-01-071-8/+8
* hso: Fix for 5 sec timeouts with v2.x firmwareJan Dumon2010-01-071-0/+4
* hso: Attempt to recover from usb bus errorsJan Dumon2010-01-071-10/+44
* hso: don't change the state of a closed portJan Dumon2010-01-071-5/+5
* hso: Fix for endian issues on big endian machinesJan Dumon2010-01-071-5/+7
* hso: Add Vendor/Product ID's for new devicesJan Dumon2010-01-071-0/+9
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-17/+17
* hso: fix soft-lockupAntti Kaijanmäki2009-11-231-1/+3
* hso: fix debug routinesAntti Kaijanmäki2009-11-231-2/+2
* net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann2009-09-111-0/+5
* netdev: drivers should make ethtool_ops constStephen Hemminger2009-09-021-1/+1
* usbnet: convert to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* net: fix network drivers ndo_start_xmit() return values (part 8)Patrick McHardy2009-06-131-1/+1
* hso: convert dev_alloc_skb() to netdev_alloc_skb()Paulius Zaleckas2009-06-081-3/+2Star
* rfkill: rewriteJohannes Berg2009-06-031-20/+22
* net: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-05-021-2/+2
* rfkill: remove deprecated state constantsJohannes Berg2009-04-221-2/+2
* hso: fix for the 'invalid frame length' messagesJan Dumon2009-04-031-4/+6
* hso: fix for crash when unplugging the deviceJan Dumon2009-04-031-8/+11
* hso: add Vendor/Product ID's for new devicesJan Dumon2009-04-021-2/+9
* usbnet: convert hso driver to net_device_opsStephen Hemminger2009-03-221-4/+8
* hso: remove hso_free_device()Paulius Zaleckas2009-02-271-10/+4Star
* hso: remove claiming and releasing of USB interfacePaulius Zaleckas2009-02-271-4/+0Star