summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-156-67/+142
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-042-0/+2
| |\
| * | mkiss: remove redundant assignment of len to ax->mtuColin Ian King2017-11-011-1/+0
| * | drivers/net: hamradio/yam: Convert timers to use timer_setup()Kees Cook2017-10-271-2/+2
| * | drivers, net, hamradio: convert sixpack.refcnt from atomic_t to refcount_tElena Reshetova2017-10-221-6/+6
| * | hamradio/scc: Convert timers to use timer_setup()Kees Cook2017-10-181-34/+35
| * | net/hamradio/6pack: Convert timers to use timer_setup()Kees Cook2017-10-181-13/+7
| * | hamradio: baycom_par: use new parport device modelSudip Mukherjee2017-10-161-4/+44
| * | mkiss: remove redundant check on len being zeroColin Ian King2017-09-301-1/+2
| * | drivers: net: hamradio: use setup_timer() helper.Allen Pais2017-09-211-3/+1
| * | hamradio: baycom: use new parport device modelSudip Mukherjee2017-09-181-4/+46
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-1/+1
|\ \ \ | |_|/ |/| |
| * | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
| |/
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* hamradio: baycom: make hdlcdrv_ops constBhumika Goyal2017-08-073-3/+3
* hamradio: dmascc: avoid -Wformat-overflow warningArnd Bergmann2017-07-261-1/+1
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-2/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-072-2/+2
* hdlcdrv: Fix divide by zero in hdlcdrv_ioctlFiro Yang2017-05-271-0/+2
* Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-05-105-7/+7
|\
| * Annotate hardware config module parameters in drivers/net/hamradio/David Howells2017-04-205-7/+7
* | yam: use memdup_userGeliang Tang2017-05-081-6/+4
|/
* Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-221-3/+7
|\
| * Make static usermode helper binaries constantGreg Kroah-Hartman2017-01-191-3/+7
* | NET: mkiss: Fix panicRalf Baechle2017-02-101-2/+2
|/
* 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
OpenPOWER on IntegriCloud