summaryrefslogtreecommitdiffstats
path: root/drivers/net/appletalk
Commit message (Expand)AuthorAgeFilesLines
* make legacy ISA probe optionalArnd Bergmann2021-08-031-1/+3
* appletalk: ltpc: remove static probingArnd Bergmann2021-08-031-5/+2
* appletalk: use ndo_siocdevprivateArnd Bergmann2021-07-271-6/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-271-2/+2
|\
| * net: appletalk: cops: Fix data race in cops_probe1Saubhik Mukherjee2021-05-241-2/+2
* | net/appletalk: Fix inconsistent indentingJiapeng Chong2021-05-261-4/+6
* | net: appletalk: remove leading spaces before tabsHui Tang2021-05-202-18/+18
|/
* Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-10-161-1/+1
|\
| * net: appletalk: Kconfig: Fix docs locationMauro Carvalho Chehab2020-10-151-1/+1
* | net/appletalk: Supply missing net/Space.h include fileWang Hai2020-09-182-0/+4
|/
* 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
|/