aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/dlci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+21
2013-06-26dlci: validate the net device in dlci_del()Zefan Li1-0/+12
2013-06-26dlci: acquire rtnl_lock before calling __dev_get_by_name()Zefan Li1-5/+9
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-06-27frame relay dlci/frad: Update to current logging formsJoe Perches1-7/+15
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-4/+0
2010-09-26drivers/net: return operator cleanupEric Dumazet1-21/+21
2009-11-29wan: Frame Relay/DLCI coding style corrections.Rudy Matela1-7/+7
2009-09-07wan: dlci/sdla transmit return dehackingStephen Hemminger1-38/+5
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-6/+7
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-3/+3
2009-03-21dlci: convert to net_device_opsStephen Hemminger1-10/+12
2009-03-21dlci: convert to internal net_device_statsStephen Hemminger1-21/+11
2008-11-12netdevice: safe convert to netdev_priv() #part-3Wang Chen1-18/+18
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-3/+7
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-2/+2
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2006-08-14[PATCH] remove unnecessary config.h includes from drivers/net/Dave Jones1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+566