aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/hamradio/scc.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-16/+1
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsGravatar Kees Cook 1-4/+4
2017-10-18hamradio/scc: Convert timers to use timer_setup()Gravatar Kees Cook 1-34/+35
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 1-2/+2
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-1/+1
2015-03-03ax25: Stop using magic neighbour cache operations.Gravatar Eric W. Biederman 1-2/+3
2015-03-02ax25: Refactor to use private neighbour operations.Gravatar Eric W. Biederman 1-0/+2
2014-07-15net: set name_assign_type in alloc_netdev()Gravatar Tom Gundersen 1-1/+1
2013-10-07net: hamradio/scc: remove deprecated IRQF_DISABLEDGravatar Michael Opdenacker 1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGravatar Gao feng 1-1/+1
2012-10-06sections: fix section conflicts in drivers/net/hamradioGravatar Andi Kleen 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2010-08-16drivers/net/hamradio: Adjust confusing if indentationGravatar Julia Lawall 1-1/+2
2010-05-14drivers/net: Remove unnecessary returns from void function()sGravatar Joe Perches 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2009-09-01convert hamradio drivers to netdev_txreturnt_tGravatar Stephen Hemminger 1-2/+3
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsGravatar Patrick McHardy 1-3/+3
2009-02-17drivers/net/hamradio: fix warning: format not a string literal and no ...Gravatar Hannes Eder 1-1/+2
2009-01-21net: constify VFTsGravatar Jan Engelhardt 1-1/+1
2009-01-21scc: convert to internal net_device_opsGravatar Stephen Hemminger 1-9/+10
2008-11-20netdevice hamradio: Convert directly reference of netdev->privGravatar Wang Chen 1-6/+6
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.Gravatar David S. Miller 1-1/+0
2008-10-16drivers/net: use nr_irqsGravatar Yinghai Lu 1-3/+3
2008-05-22hamradio/scc: add missing block braces to multi-statement ifGravatar Ilpo Järvinen 1-1/+2
2008-01-28hamradio/scc: kill unnecessary use of 'irq' function argGravatar Jeff Garzik 1-3/+5
2007-10-10[NET]: Move hardware header operations out of netdevice.Gravatar Stephen Hemminger 1-2/+2
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 1-2/+3
2007-02-12[PATCH] mark struct file_operations const 5Gravatar Arjan van de Ven 1-1/+1
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Gravatar Ralf Baechle 1-7/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-05-03[HAMRADIO]: Remove remaining SET_MODULE_OWNER calls from hamradio drivers.Gravatar Ralf Baechle DL5RB 1-1/+0
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerGravatar Ralf Baechle 1-1/+1
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()Gravatar David S. Miller 1-3/+2
2005-04-24[AX25] Introduce ax25_type_transGravatar Arnaldo Carvalho de Melo 1-4/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+2191