summaryrefslogtreecommitdiffstats
path: root/drivers/net/appletalk/cops.c
Commit message (Expand)AuthorAgeFilesLines
* net: appletalk: cops: mark expected switch fall-throughGustavo A. R. Silva2019-02-081-1/+1
* drivers/net: appletalk/cops: remove redundant if statement and maskColin Ian King2018-12-241-8/+2Star
* drivers/net: appletalk/cops: Convert timers to use timer_setup()Kees Cook2017-10-281-5/+6
* drivers: net: appletalk: cops: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* Annotate hardware config module parameters in drivers/net/appletalk/David Howells2017-04-201-3/+3
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* net: Use PTR_RET rather than if(IS_ERR(.. [1]Thomas Meyer2012-08-061-3/+1Star
* drivers: net: Remove casts to same typeJoe Perches2012-06-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-4/+0Star
* net: trans_start cleanupsEric Dumazet2010-05-101-3/+2Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-191-1/+1
|/
* appletalk: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+4
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-061-1/+1
* appltetalk: convert cops device to net_device opsStephen Hemminger2009-03-271-7/+10
* appletalk: convert cops to internal net_device_statsStephen Hemminger2009-03-271-20/+8Star
* netdev: remove pathetic compile-command linesAlexey Dobriyan2008-12-041-8/+0Star
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* net: Rationalise email address: Network Specific PartsAlan Cox2008-10-141-1/+1
* fix warning in drivers/net/appletalk/cops.cJeff Garzik2008-05-061-11/+5Star
* drivers/net/appletalk: use time_before, time_before_eq, etcJulia Lawall2008-04-201-1/+2
* /drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module...Jon Schindler2008-03-171-2/+4
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-19/+1Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-2/+0Star
* [SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [PATCH] trivial missing __init in drivers/net/*Al Viro2006-12-041-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [PATCH] cops section fixAndrew Morton2006-08-191-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [ATALK]: Add alloc_ltalkdev().Christoph Hellwig2005-05-051-2/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1059