aboutsummaryrefslogtreecommitdiff
path: root/net/rose/rose_dev.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-13rose: constify dev_addr passingGravatar Jakub Kicinski 1-3/+3
2021-10-09net: use dev_addr_set()Gravatar Jakub Kicinski 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-4/+1
2015-03-02net: Kill dev_rebuild_headerGravatar Eric W. Biederman 1-14/+0
2015-03-02rose: Transmit packets in rose_xmit not rose_rebuild_headerGravatar Eric W. Biederman 1-27/+11
2015-03-02rose: Set the destination address in rose_headerGravatar Eric W. Biederman 1-0/+3
2013-12-22rose: cleanup checkpatch errors,spaces requiredGravatar Weilong Chen 1-1/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-2/+2
2012-04-01rose_dev: fix memcpy-bug in rose_set_mac_addressGravatar danborkmann@iogearbox.net 1-2/+2
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-09-01convert hamradio drivers to netdev_txreturnt_tGravatar Stephen Hemminger 1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsGravatar Patrick McHardy 1-1/+1
2009-06-13net: use symbolic values for ndo_start_xmit() return codesGravatar Patrick McHardy 1-1/+1
2009-01-21rose: convert to network_device_opsGravatar Stephen Hemminger 1-4/+8
2009-01-21rose: convert to internal net_device_statsGravatar Stephen Hemminger 1-8/+2
2007-12-05[ROSE]: Trivial compilation CONFIG_INET=n caseGravatar Pavel Emelyanov 1-1/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Gravatar Stephen Hemminger 1-4/+9
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-12-17[AX.25]: Fix unchecked rose_add_loopback_node usesGravatar Ralf Baechle 1-4/+18
2006-07-03[ROSE]: Fix dereference of skb pointer after free.Gravatar Ralf Baechle 1-1/+4
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-05-03[AX25, ROSE]: Remove useless SET_MODULE_OWNER calls.Gravatar Ralf Baechle 1-1/+0
2005-09-12[ROSE]: ROSE has no ARPGravatar Ralf Baechle 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+154