aboutsummaryrefslogtreecommitdiffstats
path: root/net/rose/rose_dev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-02net: Kill dev_rebuild_headerEric W. Biederman1-14/+0
2015-03-02rose: Transmit packets in rose_xmit not rose_rebuild_headerEric W. Biederman1-27/+11
2015-03-02rose: Set the destination address in rose_headerEric W. Biederman1-0/+3
2013-12-22rose: cleanup checkpatch errors,spaces requiredWeilong Chen1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2012-04-01rose_dev: fix memcpy-bug in rose_set_mac_addressdanborkmann@iogearbox.net1-2/+2
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-09-01convert hamradio drivers to netdev_txreturnt_tStephen Hemminger1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-01-21rose: convert to network_device_opsStephen Hemminger1-4/+8
2009-01-21rose: convert to internal net_device_statsStephen Hemminger1-8/+2
2007-12-05[ROSE]: Trivial compilation CONFIG_INET=n casePavel Emelyanov1-1/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-4/+9
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2006-12-17[AX.25]: Fix unchecked rose_add_loopback_node usesRalf Baechle1-4/+18
2006-07-03[ROSE]: Fix dereference of skb pointer after free.Ralf Baechle1-1/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-05-03[AX25, ROSE]: Remove useless SET_MODULE_OWNER calls.Ralf Baechle1-1/+0
2005-09-12[ROSE]: ROSE has no ARPRalf Baechle1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+154