summaryrefslogtreecommitdiffstats
path: root/drivers/net/appletalk
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* ipv4: Prepare rtable for IPv6 gatewayDavid Ahern2019-04-091-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/+2Star
* 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/+0Star
* | drivers: net: appletalk: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
* | drivers: net: appletalk: cops: use setup_timer() helper.Allen Pais2017-09-211-3/+1Star
|/
* drivers/net: Fix ptr_ret.cocci warnings.Tonghao Zhang2017-07-251-3/+1Star
* 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/+0Star
* 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/+1Star
* net: Use PTR_RET rather than if(IS_ERR(.. [1]Thomas Meyer2012-08-062-6/+2Star
* drivers: net: Remove casts to same typeJoe Perches2012-06-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-282-2/+0Star
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-182-2/+2
* drivers/net: Remove casts of void *Joe Perches2011-06-221-4/+4
* appletalk: remove the BKLArnd Bergmann2011-03-051-1/+0Star
* 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-272-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/+0Star
* net: trans_start cleanupsEric Dumazet2010-05-101-3/+2Star
* 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-231-1/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-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-192-2/+2
|/
* Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loadedArnaldo Carvalho de Melo2009-09-111-2/+1Star
* 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-063-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-281-8/+32
* | net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-191-0/+1
|/