aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/appletalk (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-27appletalk: convert LTPC to net_device_opsStephen Hemminger1-7/+7
2009-03-27appletalk: convert LTPC to use internal net_device_statsStephen Hemminger1-20/+4
2009-03-27appltetalk: convert cops device to net_device opsStephen Hemminger1-7/+10
2009-03-27appletalk: convert cops to internal net_device_statsStephen Hemminger1-20/+8
2009-01-07appletalk: convert ipddp to net_device_opsStephen Hemminger1-14/+11
2008-12-03netdev: remove pathetic compile-command linesAlexey Dobriyan1-8/+0
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen2-7/+11
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2-2/+0
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox1-1/+1
2008-05-06fix warning in drivers/net/appletalk/cops.cJeff Garzik1-11/+5
2008-04-19drivers/net/appletalk: use time_before, time_before_eq, etcJulia Lawall1-1/+2
2008-03-17/drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module_init&module_exitJon Schindler1-2/+4
2008-03-05drivers/net/appletalk/ltpc.c: replace init_module&cleanup_module with module_init&module_exitJon Schindler1-1/+2
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger2-29/+1
2007-10-10drivers/net/appletalk: endiannessAl Viro2-2/+2
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle3-5/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo1-2/+5