summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/mkiss.c
Commit message (Expand)AuthorAgeFilesLines
* mkiss: remove redundant check for len > 0Colin Ian King2018-04-251-1/+1
* mkiss: remove redundant assignment of len to ax->mtuColin Ian King2017-11-011-1/+0Star
* mkiss: remove redundant check on len being zeroColin Ian King2017-09-301-1/+2
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* NET: mkiss: Fix panicRalf Baechle2017-02-101-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1
* mkiss: fix scribble on freed memoryAlan2016-01-061-0/+5
* mkiss: Fix use after free in mkiss_close().David Miller2015-12-181-2/+2
* mkiss: Fix error handling in mkiss_open()Fabio Estevam2015-08-111-3/+4
* ax25: remove unneeded NULL test in ax_xmit()Dan Carpenter2015-03-071-5/+3Star
* ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-031-2/+3
* ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-021-0/+2
* ax25/kiss: Replace ax_header_ops with ax25_header_opsEric W. Biederman2015-03-021-32/+1Star
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-1/+2
* drivers/net/*: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1Star
* sections: fix section conflicts in drivers/net/hamradioAndi Kleen2012-10-051-3/+3
* drivers: net: Remove casts to same typeJoe Perches2012-06-061-4/+4
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* 6pack,mkiss: fix lock inconsistencyArnd Bergmann2011-07-021-2/+2
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-031-7/+4Star
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-231-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-161-1/+1
* net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann2009-11-071-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-061-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-181-4/+5
* dmascc: convert to net_device_opsStephen Hemminger2009-01-211-4/+8
* mkiss: convert to internal network device statsStephen Hemminger2009-01-211-22/+12Star
* drivers/net/hamradio: Move a dereference below a NULL testJulia Lawall2008-12-171-1/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* 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-211-0/+2
|\
| * netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-151-0/+2
* | tty: Ldisc revampAlan Cox2008-07-211-1/+1
|/
* tty: add throttle/unthrottle helpersAlan Cox2008-04-301-3/+1Star
* tty: The big operations reworkAlan Cox2008-04-301-7/+8
* mkiss: ax_bump() locking fixJarek Poplawski2008-02-151-3/+2Star
* NULL noise in drivers/netAl Viro2008-01-291-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-111-4/+10
* [AX.25]: Fix default address and broadcast address initialization.Ralf Baechle2006-12-091-7/+2Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [NET]: Add netif_tx_lockHerbert Xu2006-06-181-4/+4
* [PATCH] Remove MODULE_PARMRusty Russell2006-03-251-1/+1