summaryrefslogtreecommitdiff
path: root/drivers/net/hamradio/scc.c
AgeCommit message (Expand)Author
2021-10-13hamradio: use dev_addr_set() for setting device addressJakub Kicinski
2021-10-09net: use dev_addr_set()Jakub Kicinski
2021-07-27hamradio: use ndo_siocdevprivateArnd Bergmann
2021-05-20net: hamradio: remove leading spaces before tabsHui Tang
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2020-10-15drivers: net: hamradio: fix document locationMauro Carvalho Chehab
2020-06-26docs: networking: move z8530 to the hw driver sectionJakub Kicinski
2020-05-01docs: networking: convert z8530drv.txt to ReSTMauro Carvalho Chehab
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-10-18hamradio/scc: Convert timers to use timer_setup()Kees Cook
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2015-03-03ax25: Stop using magic neighbour cache operations.Eric W. Biederman
2015-03-02ax25: Refactor to use private neighbour operations.Eric W. Biederman
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2013-10-07net: hamradio/scc: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2012-10-06sections: fix section conflicts in drivers/net/hamradioAndi Kleen
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2010-08-16drivers/net/hamradio: Adjust confusing if indentationJulia Lawall
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-01convert hamradio drivers to netdev_txreturnt_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-02-17drivers/net/hamradio: fix warning: format not a string literal and no ...Hannes Eder
2009-01-21net: constify VFTsJan Engelhardt
2009-01-21scc: convert to internal net_device_opsStephen Hemminger
2008-11-20netdevice hamradio: Convert directly reference of netdev->privWang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-16drivers/net: use nr_irqsYinghai Lu
2008-05-22hamradio/scc: add missing block braces to multi-statement ifIlpo Järvinen
2008-01-28hamradio/scc: kill unnecessary use of 'irq' function argJeff Garzik
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman
2007-02-12[PATCH] mark struct file_operations const 5Arjan van de Ven
2006-12-08[AX.25]: Fix default address and broadcast address initialization.Ralf Baechle
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-05-03[HAMRADIO]: Remove remaining SET_MODULE_OWNER calls from hamradio drivers.Ralf Baechle DL5RB
2005-09-12[AX.25]: Rename ax25_encapsulate to ax25_hard_headerRalf Baechle
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller
2005-04-24[AX25] Introduce ax25_type_transArnaldo Carvalho de Melo
2005-04-16Linux-2.6.12-rc2Linus Torvalds