summaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/scc.c
Commit message (Expand)AuthorAgeFilesLines
* hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-3/+3
* net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
* hamradio: use dev_addr_set() for setting device addressJakub Kicinski2021-10-131-3/+2
* net: use dev_addr_set()Jakub Kicinski2021-10-091-1/+1
* hamradio: use ndo_siocdevprivateArnd Bergmann2021-07-271-5/+8
* net: hamradio: remove leading spaces before tabsHui Tang2021-05-201-10/+10
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-1/+0
* drivers: net: hamradio: fix document locationMauro Carvalho Chehab2020-10-151-1/+1
* docs: networking: move z8530 to the hw driver sectionJakub Kicinski2020-06-261-1/+1
* docs: networking: convert z8530drv.txt to ReSTMauro Carvalho Chehab2020-05-011-1/+1
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-16/+1
* treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook2017-11-211-4/+4
* hamradio/scc: Convert timers to use timer_setup()Kees Cook2017-10-181-34/+35
* 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
* 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
* 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
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+1
* net: hamradio/scc: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-071-1/+1
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1
* sections: fix section conflicts in drivers/net/hamradioAndi Kleen2012-10-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* drivers/net/hamradio: Adjust confusing if indentationJulia Lawall2010-08-161-1/+2
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* convert hamradio drivers to netdev_txreturnt_tStephen Hemminger2009-09-011-2/+3
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-3/+3
* drivers/net/hamradio: fix warning: format not a string literal and no ...Hannes Eder2009-02-171-1/+2
* net: constify VFTsJan Engelhardt2009-01-211-1/+1
* scc: convert to internal net_device_opsStephen Hemminger2009-01-211-9/+10
* netdevice hamradio: Convert directly reference of netdev->privWang Chen2008-11-201-6/+6
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* drivers/net: use nr_irqsYinghai Lu2008-10-161-3/+3
* hamradio/scc: add missing block braces to multi-statement ifIlpo Järvinen2008-05-221-1/+2
* hamradio/scc: kill unnecessary use of 'irq' function argJeff Garzik2008-01-281-3/+5
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-2/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-2/+3
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-121-1/+1
* [AX.25]: Fix default address and broadcast address initialization.Ralf Baechle2006-12-081-7/+2
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [HAMRADIO]: Remove remaining SET_MODULE_OWNER calls from hamradio drivers.Ralf Baechle DL5RB2006-05-031-1/+0
* [AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle2005-09-121-1/+1
* [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2005-07-081-3/+2
* [AX25] Introduce ax25_type_transArnaldo Carvalho de Melo2005-04-241-4/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+2191