summaryrefslogtreecommitdiffstats
path: root/drivers/net/appletalk
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* docs: networking: move AppleTalk / LocalTalk drivers to the hw driver sectionJakub Kicinski2020-06-261-1/+2
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* docs: networking: convert ltpc.txt to ReSTMauro Carvalho Chehab2020-04-301-1/+1
* docs: networking: convert ipddp.txt to ReSTMauro Carvalho Chehab2020-04-281-2/+2
* docs: networking: convert cops.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-081-1/+5
* 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/+2
* net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRTWilly Tarreau2018-09-131-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-043-0/+3
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* | drivers/net: appletalk/cops: Convert timers to use timer_setup()Kees Cook2017-10-281-5/+6
* | drivers/net/appletalk: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+5
* | appletalk: Remove unneeded synchronizationKees Cook2017-10-181-6/+0
* | drivers: net: appletalk: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* | drivers: net: appletalk: cops: use setup_timer() helper.Allen Pais2017-09-211-3/+1
|/
* drivers/net: Fix ptr_ret.cocci warnings.Tonghao Zhang2017-07-251-3/+1
* Annotate hardware config module parameters in drivers/net/appletalk/David Howells2017-04-202-6/+6
* net/appletalk: Fix kernel memory disclosureVlad Tsyrklevich2017-01-091-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* net/appletalk: LTPC needs virt_to_busArnd Bergmann2015-02-201-1/+1
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-152-2/+2
* appletalk: remove "config IPDDP_DECAP"Paul Bolle2013-03-221-17/+1
* net: Use PTR_RET rather than if(IS_ERR(.. [1]Thomas Meyer2012-08-062-6/+2
* drivers: net: Remove casts to same typeJoe Perches2012-06-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-172-2/+2
* drivers/net: Remove casts of void *Joe Perches2011-06-211-4/+4
* appletalk: remove the BKLArnd Bergmann2011-03-051-1/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-232-6/+6
|\ \
| * | drivers/net: return operator cleanupEric Dumazet2010-09-262-6/+6
| |/
* / BKL: introduce CONFIG_BKL.Arnd Bergmann2010-10-211-0/+1
|/
* fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-142-5/+0
* net: trans_start cleanupsEric Dumazet2010-05-101-3/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-2/+2
* net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko2010-02-221-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-6/+6
* | drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-182-2/+2
|/
* Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loadedArnaldo Carvalho de Melo2009-09-111-2/+1