summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/lapbether.c
AgeCommit message (Expand)Author
2020-12-10net: lapbether: Consider it successful if (dis)connecting when already (dis)c...Xie He
2020-09-17drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-26drivers/net/wan/lapbether: Set network_header before transmittingXie He
2020-08-24drivers/net/wan/lapbether: Added needed_tailroomXie He
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He
2020-07-24drivers/net/wan: lapb: Corrected the usage of skb_cowXie He
2020-07-06drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He
2020-01-16net: wan: lapbether.c: Use built-in RCU list checkingMadhuparna Bhowmik
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner
2017-11-01net: lapbether: fix double freePan Bian
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-09-16wan: make LAPB callbacks conststephen hemminger
2011-06-27wan: Update to current logging formsJoe Perches
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko
2010-09-06wan: make read-only data conststephen hemminger
2010-04-22X25: Use identifiers for lapbether device to x25 interfaceandrew hendry
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger
2009-06-17net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy
2009-03-21labether: convert to net_device_opsStephen Hemminger
2009-03-21lapbether: convert to internal net_device_statsStephen Hemminger
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-02-26lapb: get rid of non-const printk warningStephen Hemminger
2009-02-17drivers/net/wan: fix warning: format not a string literal and no ...Hannes Eder
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-05-03lapbeth: Release ->ethdev when unregistering device.David S. Miller
2008-04-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller
2008-03-28lapb: use the shorter LIST_HEAD form for brevityRobert P. J. Day
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2005-04-16Linux-2.6.12-rc2Linus Torvalds