summaryrefslogtreecommitdiffstats
path: root/drivers/net/appletalk
Commit message (Expand)AuthorAgeFilesLines
* 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
* appletalk: convert drivers to netdev_tx_tStephen Hemminger2009-09-013-6/+9
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-053-4/+4
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2009-06-151-1/+1
|\
| * trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson2009-06-121-1/+1
* | net: skb->rtable accessorEric Dumazet2009-06-031-1/+1
* | appletalk: Add proper locking around IPDDP routing table.David S. Miller2009-05-271-8/+32
* | net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-181-0/+1
|/
* appletalk: convert LTPC to net_device_opsStephen Hemminger2009-03-271-7/+7
* appletalk: convert LTPC to use internal net_device_statsStephen Hemminger2009-03-271-20/+4
* 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/+8
* appletalk: convert ipddp to net_device_opsStephen Hemminger2009-01-071-14/+11