aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/appletalk
AgeCommit message (Expand)AuthorFilesLines
2021-12-29net: Don't include filter.h from net/sock.hGravatar Jakub Kicinski 1-0/+1
2021-10-13net: remove single-byte netdev->dev_addr writesGravatar Jakub Kicinski 2-3/+2
2021-08-03make legacy ISA probe optionalGravatar Arnd Bergmann 1-1/+3
2021-08-03appletalk: ltpc: remove static probingGravatar Arnd Bergmann 1-5/+2
2021-07-27appletalk: use ndo_siocdevprivateGravatar Arnd Bergmann 1-6/+10
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2021-05-26net/appletalk: Fix inconsistent indentingGravatar Jiapeng Chong 1-4/+6
2021-05-24net: appletalk: cops: Fix data race in cops_probe1Gravatar Saubhik Mukherjee 1-2/+2
2021-05-20net: appletalk: remove leading spaces before tabsGravatar Hui Tang 2-18/+18
2020-10-16Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Gravatar Linus Torvalds 1-1/+1
2020-10-15net: appletalk: Kconfig: Fix docs locationGravatar Mauro Carvalho Chehab 1-1/+1
2020-09-18net/appletalk: Supply missing net/Space.h include fileGravatar Wang Hai 2-0/+4
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-06-26docs: networking: move AppleTalk / LocalTalk drivers to the hw driver sectionGravatar Jakub Kicinski 1-1/+2
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-2/+2
2020-04-30docs: networking: convert ltpc.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2020-04-28docs: networking: convert ipddp.txt to ReSTGravatar Mauro Carvalho Chehab 1-2/+2
2020-04-28docs: networking: convert cops.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerGravatar Michael S. Tsirkin 1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-04-08ipv4: Prepare rtable for IPv6 gatewayGravatar David Ahern 1-1/+5
2019-02-08net: appletalk: cops: mark expected switch fall-throughGravatar Gustavo A. R. Silva 1-1/+1
2018-12-24drivers/net: appletalk/cops: remove redundant if statement and maskGravatar Colin Ian King 1-8/+2
2018-09-13net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRTGravatar Willy Tarreau 1-2/+6
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-10-28drivers/net: appletalk/cops: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+6
2017-10-18drivers/net/appletalk: Convert timers to use timer_setup()Gravatar Kees Cook 1-5/+5
2017-10-18appletalk: Remove unneeded synchronizationGravatar Kees Cook 1-6/+0
2017-09-21drivers: net: appletalk: use setup_timer() helper.Gravatar Allen Pais 1-3/+1
2017-09-21drivers: net: appletalk: cops: use setup_timer() helper.Gravatar Allen Pais 1-3/+1
2017-07-25drivers/net: Fix ptr_ret.cocci warnings.Gravatar Tonghao Zhang 1-3/+1
2017-04-20Annotate hardware config module parameters in drivers/net/appletalk/Gravatar David Howells 2-6/+6
2017-01-09net/appletalk: Fix kernel memory disclosureGravatar Vlad Tsyrklevich 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageGravatar Jarod Wilson 1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperGravatar Florian Westphal 1-1/+1
2015-02-20net/appletalk: LTPC needs virt_to_busGravatar Arnd Bergmann 1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportGravatar Eric Dumazet 1-1/+1
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Gravatar Rusty Russell 2-2/+2
2013-03-22appletalk: remove "config IPDDP_DECAP"Gravatar Paul Bolle 1-17/+1
2012-08-06net: Use PTR_RET rather than if(IS_ERR(.. [1]Gravatar Thomas Meyer 2-6/+2
2012-06-06drivers: net: Remove casts to same typeGravatar Joe Perches 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 2-2/+0
2011-08-17net: remove use of ndo_set_multicast_list in driversGravatar Jiri Pirko 2-2/+2
2011-06-21drivers/net: Remove casts of void *Gravatar Joe Perches 1-4/+4
2011-03-05appletalk: remove the BKLGravatar Arnd Bergmann 1-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Gravatar Linus Torvalds 2-6/+6
2010-10-21BKL: introduce CONFIG_BKL.Gravatar Arnd Bergmann 1-0/+1