aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/lapbether.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09-16wan: make LAPB callbacks conststephen hemminger1-2/+1
2011-06-27wan: Update to current logging formsJoe Perches1-9/+9
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-4/+0
2010-09-06wan: make read-only data conststephen hemminger1-1/+1
2010-04-22X25: Use identifiers for lapbether device to x25 interfaceandrew hendry1-6/+6
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-01wan: convert drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-06-17net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy1-11/+5
2009-03-21labether: convert to net_device_opsStephen Hemminger1-4/+8
2009-03-21lapbether: convert to internal net_device_statsStephen Hemminger1-16/+4
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-1/+1
2009-02-26lapb: get rid of non-const printk warningStephen Hemminger1-1/+1
2009-02-17drivers/net/wan: fix warning: format not a string literal and no ...Hannes Eder1-1/+2
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-3/+0
2008-05-03lapbeth: Release ->ethdev when unregistering device.David S. Miller1-0/+1
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-03-28lapb: use the shorter LIST_HEAD form for brevityRobert P. J. Day1-1/+1
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger1-1/+1
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+3
2005-08-29[NET]: Kill skb->real_devDavid S. Miller1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+465