aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/hamradio/scc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-15drivers: net: hamradio: fix document locationMauro Carvalho Chehab1-1/+1
2020-06-26docs: networking: move z8530 to the hw driver sectionJakub Kicinski1-1/+1
2020-05-01docs: networking: convert z8530drv.txt to ReSTMauro Carvalho Chehab1-1/+1
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-16/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook1-4/+4
2017-10-18hamradio/scc: Convert timers to use timer_setup()Kees Cook1-34/+35
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
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman1-2/+3
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman1-0/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+1
2013-10-07net: hamradio/scc: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2012-10-06sections: fix section conflicts in drivers/net/hamradioAndi Kleen1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2010-08-16drivers/net/hamradio: Adjust confusing if indentationJulia Lawall1-1/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-09-01convert hamradio drivers to netdev_txreturnt_tStephen Hemminger1-2/+3
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-02-17drivers/net/hamradio: fix warning: format not a string literal and no ...Hannes Eder1-1/+2
2009-01-21net: constify VFTsJan Engelhardt1-1/+1
2009-01-21scc: convert to internal net_device_opsStephen Hemminger1-9/+10
2008-11-20netdevice hamradio: Convert directly reference of netdev->privWang Chen1-6/+6
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-10-16drivers/net: use nr_irqsYinghai Lu1-3/+3
2008-05-22hamradio/scc: add missing block braces to multi-statement ifIlpo Järvinen1-1/+2
2008-01-28hamradio/scc: kill unnecessary use of 'irq' function argJeff Garzik1-3/+5
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-2/+2
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-2/+3
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven1-1/+1
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle1-7/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-2/+2
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-03[HAMRADIO]: Remove remaining SET_MODULE_OWNER calls from hamradio drivers.Ralf Baechle DL5RB1-1/+0
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle1-1/+1
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller1-3/+2
2005-04-24[AX25] Introduce ax25_type_transArnaldo Carvalho de Melo1-4/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+2191