aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/appletalk (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-25[SK_BUFF]: Introduce skb_reset_transport_header(skb)Arnaldo Carvalho de Melo2-3/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2-2/+2
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day1-1/+1
2006-12-04[PATCH] trivial missing __init in drivers/net/*Al Viro1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2-3/+3
2006-09-28[ATALK]: endianness annotationsAl Viro1-4/+1
2006-08-19[PATCH] cops section fixAndrew Morton1-1/+1
2006-08-02[ATALK]: Make CONFIG_DEV_APPLETALK a tristate.David S. Miller1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel4-4/+0
2006-02-13[APPLETALK]: warning fixAndrew Morton1-1/+1
2005-07-11[NET]: move config options out to individual protocolsSam Ravnborg1-0/+27
2005-06-22[LTPC]: Replace schedule_timeout() with ssleep()/msleep()Nishanth Aravamudan1-4/+2
2005-05-05[PATCH] make some things staticAdrian Bunk2-2/+2
2005-05-05[ATALK]: Add alloc_ltalkdev().Christoph Hellwig2-3/+3
2005-05-04[PATCH] ISA DMA Kconfig fixes - part 3Al Viro1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds10-0/+3729