aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/appletalk (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-1/+5
2019-02-08net: appletalk: cops: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-12-24drivers/net: appletalk/cops: remove redundant if statement and maskColin Ian King1-8/+2
2018-09-13net/appletalk: fix minor pointer leak to userspace in SIOCFINDIPDDPRTWilly Tarreau1-2/+6
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-10-28drivers/net: appletalk/cops: Convert timers to use timer_setup()Kees Cook1-5/+6
2017-10-18drivers/net/appletalk: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-10-18appletalk: Remove unneeded synchronizationKees Cook1-6/+0
2017-09-21drivers: net: appletalk: use setup_timer() helper.Allen Pais1-3/+1
2017-09-21drivers: net: appletalk: cops: use setup_timer() helper.Allen Pais1-3/+1
2017-07-25drivers/net: Fix ptr_ret.cocci warnings.Tonghao Zhang1-3/+1
2017-04-20Annotate hardware config module parameters in drivers/net/appletalk/David Howells2-6/+6
2017-01-09net/appletalk: Fix kernel memory disclosureVlad Tsyrklevich1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-02-20net/appletalk: LTPC needs virt_to_busArnd Bergmann1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2-2/+2
2013-03-22appletalk: remove "config IPDDP_DECAP"Paul Bolle1-17/+1
2012-08-06net: Use PTR_RET rather than if(IS_ERR(.. [1]Thomas Meyer2-6/+2
2012-06-06drivers: net: Remove casts to same typeJoe Perches1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells2-2/+0
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko2-2/+2
2011-06-21drivers/net: Remove casts of void *Joe Perches1-4/+4
2011-03-05appletalk: remove the BKLArnd Bergmann1-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-6/+6
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann1-0/+1
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock1-1/+1
2010-09-26drivers/net: return operator cleanupEric Dumazet2-6/+6
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches2-5/+0
2010-05-10net: trans_start cleanupsEric Dumazet1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-2/+2
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko1-1/+0
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-6/+6
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2-2/+2
2009-09-11Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loadedArnaldo Carvalho de Melo1-2/+1
2009-09-01appletalk: convert drivers to netdev_tx_tStephen Hemminger3-6/+9
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy3-4/+4
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-1/+1
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.Martin Olsson1-1/+1
2009-06-03net: skb->rtable accessorEric Dumazet1-1/+1
2009-05-27appletalk: Add proper locking around IPDDP routing table.David S. Miller1-8/+32
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+1