aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/appletalk
AgeCommit message (Expand)Author
2015-02-20net/appletalk: LTPC needs virt_to_busArnd Bergmann
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-03-22appletalk: remove "config IPDDP_DECAP"Paul Bolle
2012-08-06net: Use PTR_RET rather than if(IS_ERR(.. [1]Thomas Meyer
2012-06-06drivers: net: Remove casts to same typeJoe Perches
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-06-21drivers/net: Remove casts of void *Joe Perches
2011-03-05appletalk: remove the BKLArnd Bergmann
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-21BKL: introduce CONFIG_BKL.Arnd Bergmann
2010-10-18Update broken web addresses in the kernel.Justin P. Mattock
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10net: trans_start cleanupsEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part3Jiri Pirko
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-09-11Subject: [PATCH] appletalk: Fix skb leak when ipddp interface is not loadedArnaldo Carvalho de Melo
2009-09-01appletalk: convert drivers to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-12trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati...Martin Olsson
2009-06-03net: skb->rtable accessorEric Dumazet
2009-05-27appletalk: Add proper locking around IPDDP routing table.David S. Miller
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet
2009-03-27appletalk: convert LTPC to net_device_opsStephen Hemminger
2009-03-27appletalk: convert LTPC to use internal net_device_statsStephen Hemminger
2009-03-27appltetalk: convert cops device to net_device opsStephen Hemminger
2009-03-27appletalk: convert cops to internal net_device_statsStephen Hemminger
2009-01-07appletalk: convert ipddp to net_device_opsStephen Hemminger
2008-12-03netdev: remove pathetic compile-command linesAlexey Dobriyan
2008-11-12netdevice: safe convert to netdev_priv() #part-1Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox
2008-05-06fix warning in drivers/net/appletalk/cops.cJeff Garzik
2008-04-19drivers/net/appletalk: use time_before, time_before_eq, etcJulia Lawall
2008-03-17/drivers/net/appletalk/cops.c replaced init_module&cleanup_module with module...Jon Schindler
2008-03-05drivers/net/appletalk/ltpc.c: replace init_module&cleanup_module with module_...Jon Schindler
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10drivers/net/appletalk: endiannessAl Viro
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo