summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/mkiss.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* 6pack,mkiss: fix lock inconsistencyArnd Bergmann2011-07-011-2/+2
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-7/+4
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-4/+7
* hamradio: Mkiss: semaphore cleanupThomas Gleixner2010-10-121-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* hamradio/mkiss: fix typo in compat_ioctlArnd Bergmann2009-11-151-1/+1
* net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann2009-11-061-0/+21
* NET: mkiss: Fix typoRalf Baechle2009-10-011-2/+2
* convert hamradio drivers to netdev_txreturnt_tStephen Hemminger2009-09-011-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-1/+1
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-2/+2
* drivers/net/hamradio: fix warning: format not a string literal and no ...Hannes Eder2009-02-171-4/+5
* dmascc: convert to net_device_opsStephen Hemminger2009-01-211-4/+8
* mkiss: convert to internal network device statsStephen Hemminger2009-01-211-22/+12
* drivers/net/hamradio: Move a dereference below a NULL testJulia Lawall2008-12-161-1/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* hamradio: add missing sanity check to tty operationEugene Teo2008-08-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-201-0/+2
|\
| * netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-151-0/+2
* | tty: Ldisc revampAlan Cox2008-07-201-1/+1
|/
* tty: add throttle/unthrottle helpersAlan Cox2008-04-301-3/+1
* tty: The big operations reworkAlan Cox2008-04-301-7/+8
* mkiss: ax_bump() locking fixJarek Poplawski2008-02-151-3/+2
* NULL noise in drivers/netAl Viro2008-01-281-1/+1
* hamradio: ->hard_header() takes packet type in host-endianAl Viro2007-10-141-1/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-4/+10
* [AX.25]: Fix default address and broadcast address initialization.Ralf Baechle2006-12-081-7/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [NET]: Add netif_tx_lockHerbert Xu2006-06-171-4/+4
* [PATCH] Remove MODULE_PARMRusty Russell2006-03-251-1/+1
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-6/+1
* [AX25] mkiss: Drop spinlock before sleeping call.Ralf Baechle2006-01-091-1/+1
* [AX25/MKISS]: unbalanced spinlock_bh in ax_encaps()Francois Romieu2006-01-071-0/+1
* drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl2005-10-281-4/+2
* [PATCH] Initialize the .owner field the tty_ldisc structure.Ralf Baechle2005-10-181-0/+1
* [PATCH] SMACK support for mkissRalf Baechle2005-10-181-31/+147
* [PATCH] AX.25: Convert mkiss.c to DEFINE_RWLOCKRalf Baechle2005-10-041-1/+1
* [PATCH] AX.25: Delete debug printk from mkiss driverRalf Baechle2005-10-041-1/+0
* [AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle2005-09-121-1/+1
* [PATCH] SMP rewrite of mkissRalf Baechle2005-08-271-561/+522
* [PATCH] Use time_before in hamradio driversMarcelo Feitoza Parisi2005-07-311-1/+2
* [PATCH] Convert users to tty_unregister_ldisc()Alexey Dobriyan2005-06-231-1/+1
* [AX25] Introduce ax25_type_transArnaldo Carvalho de Melo2005-04-241-3/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+951