aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio
AgeCommit message (Expand)AuthorFilesLines
2024-04-08net: handle HAS_IOPORT dependenciesNiklas Schnelle1-3/+3
2023-10-17hamradio: replace deprecated strncpy with strscpy_padJustin Stitt1-2/+2
2023-09-22hamradio: baycom: remove useless link in KconfigPeter Lafreniere1-8/+7
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)2-2/+2
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)2-3/+3
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2-2/+2
2023-04-19hamradio: drop ISA_DMA_API dependencyArnd Bergmann1-1/+1
2022-12-19hamradio: baycom_epp: Do not use x86-specific rdtsc()Borislav Petkov (AMD)1-7/+1
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+3
2022-12-12hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang1-3/+3
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-07hamradio: fix issue of dev reference count leakage in bpq_device_event()Zhengchao Shao1-1/+1
2022-11-03hamradio: baycom_epp: Fix return type of baycom_send_packet()Nathan Chancellor1-1/+1
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld3-3/+3
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld3-3/+3
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-06-17hamradio: 6pack: fix array-index-out-of-bounds in decode_std_command()Xu Jia1-1/+8
2022-04-27net: hamradio: remove support for DMA SCC devicesJakub Kicinski3-1485/+0
2022-03-16hamradio: Fix wrong assignment of 'bbc->cfg.loopback'Meng Tang1-2/+2
2022-03-02net: hamradio: fix compliation errorWang Qing1-1/+1
2022-02-28net: hamradio: use time_is_after_jiffies() instead of open coding itWang Qing1-3/+4
2022-02-18drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()Duoming Zhou1-2/+2
2022-01-25yam: fix a memory leak in yam_siocdevprivate()Hangyu Hua1-3/+1
2022-01-12Merge tag 'tty-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-4/+4
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-0/+2
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski2-0/+2
2021-12-18hamradio: improve the incomplete fix to avoid NPDLin Ma1-2/+2
2021-12-06Merge 5.16-rc4 into tty-nextGreg Kroah-Hartman1-0/+2
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2-4/+4
2021-11-23hamradio: fix macro redefine warningHuang Pei1-0/+2
2021-11-12hamradio: remove needs_free_netdev to avoid UAFLin Ma1-1/+0
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-6/+9
2021-11-09hamradio: defer 6pack kfree after unregister_netdevLin Ma1-2/+4
2021-11-09hamradio: defer ax25 kfree after unregister_netdevLin Ma1-4/+5
2021-11-04Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2021-10-18hamradio: baycom_epp: fix build for UMLRandy Dunlap1-3/+3
2021-10-18Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman1-0/+1
2021-10-13hamradio: use dev_addr_set() for setting device addressJakub Kicinski8-16/+14
2021-10-09net: use dev_addr_set()Jakub Kicinski6-7/+6
2021-09-28dmascc: add CONFIG_VIRT_TO_BUS dependencyArnd Bergmann1-0/+1
2021-09-27Merge 5.15-rc3 into tty-nextGreg Kroah-Hartman2-5/+5
2021-09-22tty: remove file from tty_mode_ioctlJiri Slaby1-1/+1
2021-09-19dmascc: use proper 'virt_to_bus()' rather than casting to 'int'Linus Torvalds1-3/+3
2021-09-16net: 6pack: Fix tx timeout and slot timeGuenter Roeck1-2/+2
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-08-16net: 6pack: fix slab-out-of-bounds in decode_dataPavel Skripkin1-0/+6
2021-07-27hamradio: use ndo_siocdevprivateArnd Bergmann9-60/+64
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-18/+9
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-06-17net: hamradio: fix memory leak in mkiss_closePavel Skripkin1-0/+1
2021-06-01hamradio: bpqether: Fix -Wunused-const-variable warningYueHaibing1-2/+2
2021-05-25net/hamradio/6pack: Fix inconsistent indentingJiapeng Chong1-6/+4
2021-05-20net: hamradio: remove leading spaces before tabsHui Tang5-17/+17
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby2-14/+2
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2-2/+2
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby2-2/+5
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2-2/+2
2021-04-05Merge 5.12-rc6 into tty-nextGreg Kroah-Hartman1-1/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-1/+0
2021-03-15Merge 5.12-rc3 into tty-nextGreg Kroah-Hartman1-5/+0
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby2-2/+0
2021-03-05net/hamradio/6pack: remove redundant check in sp_encaps()Denis Efremov1-5/+0
2020-11-02net: driver: hamradio: Fix potential unterminated stringAndrew Lunn1-1/+1
2020-10-15drivers: net: hamradio: fix document locationMauro Carvalho Chehab1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+3
2020-06-26docs: networking: move baycom to the hw driver sectionJakub Kicinski1-4/+4
2020-06-26docs: networking: move z8530 to the hw driver sectionJakub Kicinski2-4/+6
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-8/+8
2020-06-09net: change addr_list_lock back to static keyCong Wang1-0/+2
2020-06-04yam: fix possible memory leak in yam_init_driverWang Hai1-0/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-05-14drivers: net: hamradio: Fix suspicious RCU usage warning in bpqether.cMadhuparna Bhowmik1-1/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+20
2020-05-01docs: networking: convert z8530drv.txt to ReSTMauro Carvalho Chehab2-3/+3
2020-04-28docs: networking: convert baycom.txt to ReSTMauro Carvalho Chehab1-4/+4
2020-04-28docs: networking: convert 6pack.txt to ReSTMauro Carvalho Chehab1-1/+1
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-4/+4
2019-12-19hdlcdrv: replace unnecessary assertion in hdlcdrv_registerAditya Pakki1-2/+0
2019-12-136pack,mkiss: fix possible deadlockEric Dumazet2-4/+4
2019-10-24net: core: add generic lockdep keysTaehee Yoo1-22/+0
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-09-07net/hamradio/6pack: Fix the size of a sk_buff used in 'sp_bump()'Christophe JAILLET1-2/+2
2019-08-22hamradio: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2-4/+2
2019-08-08mkiss: Use refcount_t for refcountChuhong Yuan1-5/+6
2019-07-29net: hamradio: baycom_epp: Mark expected switch fall-throughGustavo A. R. Silva1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 400Thomas Gleixner1-11/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 69Thomas Gleixner6-96/+6
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner1-6/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-02-18net: hamradio: remove unused hweight*() definesMasahiro Yamada1-26/+0
2019-01-02net/hamradio/6pack: use mod_timer() to rearm timersEric Dumazet1-12/+4
2018-12-14hamradio, ppp: change semaphore to completionArnd Bergmann2-9/+9
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-42/+0
2018-10-13change semantics of ldisc ->compat_ioctl()Al Viro2-42/+0
2018-10-05yam: fix a missing-check bugWenwen Wang1-0/+4
2018-07-05net/hamradio/6pack: remove redundant variable channelColin Ian King1-4/+1
2018-06-20net: hamradio: use eth_broadcast_addrStefan Agner1-6/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig3-46/+3
2018-04-25mkiss: remove redundant check for len > 0Colin Ian King1-1/+1
2018-03-26drivers/net: Use octal not symbolic permissionsJoe Perches2-3/+2
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-4/+4
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-67/+142
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-11-01mkiss: remove redundant assignment of len to ax->mtuColin Ian King1-1/+0
2017-10-27drivers/net: hamradio/yam: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-10-22drivers, net, hamradio: convert sixpack.refcnt from atomic_t to refcount_tElena Reshetova1-6/+6
2017-10-18hamradio/scc: Convert timers to use timer_setup()Kees Cook1-34/+35
2017-10-18net/hamradio/6pack: Convert timers to use timer_setup()Kees Cook1-13/+7
2017-10-16hamradio: baycom_par: use new parport device modelSudip Mukherjee1-4/+44
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-09-30mkiss: remove redundant check on len being zeroColin Ian King1-1/+2
2017-09-21drivers: net: hamradio: use setup_timer() helper.Allen Pais1-3/+1
2017-09-18hamradio: baycom: use new parport device modelSudip Mukherjee1-4/+46
2017-08-07hamradio: baycom: make hdlcdrv_ops constBhumika Goyal3-3/+3
2017-07-26hamradio: dmascc: avoid -Wformat-overflow warningArnd Bergmann1-1/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller2-2/+2
2017-05-27hdlcdrv: Fix divide by zero in hdlcdrv_ioctlFiro Yang1-0/+2
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-7/+7
2017-05-08yam: use memdup_userGeliang Tang1-6/+4
2017-04-20Annotate hardware config module parameters in drivers/net/hamradio/David Howells5-7/+7
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+7
2017-02-10NET: mkiss: Fix panicRalf Baechle1-2/+2
2017-01-19Make static usermode helper binaries constantGreg Kroah-Hartman1-3/+7
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds11-11/+11
2016-09-206pack: fix buffer length mishandlingAlan Cox1-8/+4
2016-09-12hamradio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-06-16hamradio: baycom: fix old-style declarationArnd Bergmann1-3/+3
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-8/+12
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal3-3/+3
2016-05-04drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal1-1/+1
2016-04-26drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKEDFlorian Westphal2-4/+8
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov1-4/+4
2016-02-16dmascc: Return correct error codesAmitoj Kaur Chawla1-3/+10
2016-02-11net: hamradio: baycom_ser_fdx: Replace timeval with timespec64Amitoj Kaur Chawla1-5/+7
2016-01-06mkiss: fix scribble on freed memoryAlan1-0/+5
2016-01-066pack: fix free memory scribblesOne Thousand Gnomes1-0/+6
2015-12-18mkiss: Fix use after free in mkiss_close().David Miller1-2/+2
2015-12-186pack: Fix use after free in sixpack_close().David Miller1-4/+4
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar1-3/+4
2015-08-10mkiss: Fix error handling in mkiss_open()Fabio Estevam1-3/+4
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar1-0/+1
2015-07-08NET: hamradio: Fix IP over bpq encapsulation.Ralf Baechle1-0/+1
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski1-1/+1
2015-07-06x86/asm/tsc, drivers/net/hamradio/baycom_epp: Replace rdtscl() with native_re...Andy Lutomirski1-1/+1
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman1-1/+0
2015-03-06ax25: remove unneeded NULL test in ax_xmit()Dan Carpenter1-5/+3
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman8-16/+24
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman8-0/+16
2015-03-02ax25/6pack: Replace sp_header_ops with ax25_header_opsEric W. Biederman1-27/+1
2015-03-02ax25/kiss: Replace ax_header_ops with ax25_header_opsEric W. Biederman1-32/+1
2014-11-03hamradio: 6pack: remove unnecessary checkSudip Mukherjee1-2/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen8-10/+12
2014-03-27yam: replace del_timer by del_timer_syncJulia Lawall1-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-0/+3
2014-01-02hamradio: 6pack: fix error return codeJulia Lawall1-1/+2
2013-12-26hamradio: slight optimization of addr comparedingtianhong1-1/+1
2013-12-19hamradio/yam: fix info leak in ioctlSalva Peiró1-0/+1
2013-12-19drivers/net/hamradio: Integer overflow in hdlcdrv_ioctl()Wenliang Fan1-0/+2
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2013-10-17yam: remove a no-op in yam_ioctl()Dan Carpenter1-1/+0
2013-10-07net: hamradio/yam: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-07net: hamradio/scc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-30hamradio: baycom: remove deprecated IRQF_DISABLEDMichael Opdenacker2-2/+2
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-3/+4
2013-05-07drivers/net: rename random32() to prandom_u32()Akinobu Mita3-3/+3
2013-03-27yam: remove redundant null check on devColin Ian King1-1/+1
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng3-3/+3
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng3-3/+4
2013-02-04drivers:net:misc: Remove unnecessary alloc/OOM messagesJoe Perches1-6/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-2/+2
2012-10-06sections: fix section conflicts in drivers/net/hamradioAndi Kleen5-7/+7
2012-10-06sections: fix section conflicts in drivers/netAndi Kleen1-2/+2
2012-06-06drivers: net: Remove casts to same typeJoe Perches1-4/+4
2012-03-28Remove all #inclusions of asm/system.hDavid Howells6-6/+0
2012-02-01hamradio: fix incompatible pointer in module parameterDanny Kukawka2-2/+2
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-4/+4
2011-07-016pack,mkiss: fix lock inconsistencyArnd Bergmann2-4/+4
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2-0/+2
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2-12/+7
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds5-5/+5
2011-05-25hdlcdrv: Drop __TIME__ usageMichal Marek1-1/+1
2011-05-25baycom: Drop __TIME__ usageMichal Marek4-4/+4
2011-05-23Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-7/+12
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-4/+0
2011-04-22tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2-7/+12
2011-03-31Fix common misspellingsLucas De Marchi2-2/+2