aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/mkiss.c
AgeCommit message (Expand)Author
2022-03-08hamradio: fix macro redefine warningHuang Pei
2021-12-29hamradio: improve the incomplete fix to avoid NPDLin Ma
2021-12-29hamradio: defer ax25 kfree after unregister_netdevLin Ma
2021-06-30net: hamradio: fix memory leak in mkiss_closePavel Skripkin
2020-01-046pack,mkiss: fix possible deadlockEric Dumazet
2018-04-25mkiss: remove redundant check for len > 0Colin Ian King
2017-11-01mkiss: remove redundant assignment of len to ax->mtuColin Ian King
2017-09-30mkiss: remove redundant check on len being zeroColin Ian King
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-02-10NET: mkiss: Fix panicRalf Baechle
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal
2016-01-06mkiss: fix scribble on freed memoryAlan
2015-12-18mkiss: Fix use after free in mkiss_close().David Miller
2015-08-10mkiss: Fix error handling in mkiss_open()Fabio Estevam
2015-03-06ax25: remove unneeded NULL test in ax_xmit()Dan Carpenter
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman
2015-03-02ax25/kiss: Replace ax_header_ops with ax25_header_opsEric W. Biederman
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher
2012-10-06sections: fix section conflicts in drivers/net/hamradioAndi Kleen
2012-06-06drivers: net: Remove casts to same typeJoe Perches
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-07-016pack,mkiss: fix lock inconsistencyArnd Bergmann
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi
2010-10-12hamradio: Mkiss: semaphore cleanupThomas Gleixner
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-15hamradio/mkiss: fix typo in compat_ioctlArnd Bergmann
2009-11-06net, compat_ioctl: handle socket ioctl abuses in tty driversArnd Bergmann
2009-10-01NET: mkiss: Fix typoRalf Baechle
2009-09-01convert hamradio drivers to netdev_txreturnt_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy
2009-02-17drivers/net/hamradio: fix warning: format not a string literal and no ...Hannes Eder
2009-01-21dmascc: convert to net_device_opsStephen Hemminger
2009-01-21mkiss: convert to internal network device statsStephen Hemminger
2008-12-16drivers/net/hamradio: Move a dereference below a NULL testJulia Lawall
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-08-07hamradio: add missing sanity check to tty operationEugene Teo
2008-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-20tty: Ldisc revampAlan Cox
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller
2008-04-30tty: add throttle/unthrottle helpersAlan Cox
2008-04-30tty: The big operations reworkAlan Cox
2008-02-15mkiss: ax_bump() locking fixJarek Poplawski
2008-01-28NULL noise in drivers/netAl Viro
2007-10-14hamradio: ->hard_header() takes packet type in host-endianAl Viro