summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio
Commit message (Expand)AuthorAgeFilesLines
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-2411-11/+11
* 6pack: fix buffer length mishandlingAlan Cox2016-09-201-8/+4
* hamradio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-09-121-1/+1
* hamradio: baycom: fix old-style declarationArnd Bergmann2016-06-161-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-175-8/+12
|\
| * treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-043-3/+3
| * drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1
| * drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKEDFlorian Westphal2016-04-262-4/+8
* | x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-131-4/+4
|/
* dmascc: Return correct error codesAmitoj Kaur Chawla2016-02-161-3/+10
* net: hamradio: baycom_ser_fdx: Replace timeval with timespec64Amitoj Kaur Chawla2016-02-111-5/+7
* mkiss: fix scribble on freed memoryAlan2016-01-061-0/+5
* 6pack: fix free memory scribblesOne Thousand Gnomes2016-01-061-0/+6
* mkiss: Fix use after free in mkiss_close().David Miller2015-12-181-2/+2
* 6pack: Fix use after free in sixpack_close().David Miller2015-12-181-4/+4
* Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-181-3/+4
|\
| * mkiss: Fix error handling in mkiss_open()Fabio Estevam2015-08-101-3/+4
* | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-0/+1
|\ \ | |/
| * NET: hamradio: Fix IP over bpq encapsulation.Ralf Baechle2015-07-081-0/+1
* | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-061-1/+1
* | x86/asm/tsc, drivers/net/hamradio/baycom_epp: Replace rdtscl() with native_re...Andy Lutomirski2015-07-061-1/+1
|/
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-181-1/+0
* ax25: remove unneeded NULL test in ax_xmit()Dan Carpenter2015-03-061-5/+3
* ax25: Stop using magic neighbour cache operations.Eric W. Biederman2015-03-038-16/+24
* ax25: Refactor to use private neighbour operations.Eric W. Biederman2015-03-028-0/+16
* ax25/6pack: Replace sp_header_ops with ax25_header_opsEric W. Biederman2015-03-021-27/+1
* ax25/kiss: Replace ax_header_ops with ax25_header_opsEric W. Biederman2015-03-021-32/+1
* hamradio: 6pack: remove unnecessary checkSudip Mukherjee2014-11-031-2/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-158-10/+12
* yam: replace del_timer by del_timer_syncJulia Lawall2014-03-271-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-062-0/+3
|\
| * hamradio/yam: fix info leak in ioctlSalva Peiró2013-12-191-0/+1
| * drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()Wenliang Fan2013-12-191-0/+2
* | hamradio: 6pack: fix error return codeJulia Lawall2014-01-021-1/+2
* | hamradio: slight optimization of addr comparedingtianhong2013-12-261-1/+1
* | drivers/net/*: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-1/+0
|\
| * yam: remove a no-op in yam_ioctl()Dan Carpenter2013-10-171-1/+0
* | net: hamradio/yam: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-071-1/+1
* | net: hamradio/scc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-071-1/+1
* | hamradio: baycom: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-302-2/+2
|/
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-3/+4
* drivers/net: rename random32() to prandom_u32()Akinobu Mita2013-05-073-3/+3
* yam: remove redundant null check on devColin Ian King2013-03-271-1/+1
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-2/+2
|\
| * tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-2/+2
* | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-183-3/+3
* | net: proc: change proc_net_fops_create to proc_createGao feng2013-02-183-3/+4
* | drivers:net:misc: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-6/+1
|/
* sections: fix section conflicts in drivers/net/hamradioAndi Kleen2012-10-065-7/+7
OpenPOWER on IntegriCloud