summaryrefslogtreecommitdiff
path: root/drivers/net/wan/lapbether.c
AgeCommit message (Expand)Author
2023-06-15net: lapbether: only support ethernet devicesEric Dumazet
2022-11-08net: lapbether: fix issue of invalid opcode in lapbeth_open()Zhengchao Shao
2022-11-07net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao
2022-05-08net: wan: switch to netif_napi_add_weight()Jakub Kicinski
2021-10-09net: use dev_addr_set()Jakub Kicinski
2021-06-09net: lapbether: fix the code style issue about line lengthPeng Li
2021-06-09net: lapbether: fix the alignment issuePeng Li
2021-06-09net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev"Peng Li
2021-06-09net: lapbether: fix the comments style issuePeng Li
2021-06-09net: lapbether: remove unnecessary out of memory messagePeng Li
2021-06-09net: lapbether: remove trailing whitespacesPeng Li
2021-06-09net: lapbether: move out assignment in if conditionPeng Li
2021-06-09net: lapbether: add blank line after declarationsPeng Li
2021-06-09net: lapbether: remove redundant blank linePeng Li
2021-04-05net: x25: Queue received packets in the drivers instead of per-CPU queuesXie He
2021-03-18net: lapbether: Close the LAPB device before its underlying Ethernet device c...Xie He
2021-03-16net: lapbether: Prevent racing when checking whether the netif is runningXie He
2021-03-09net: lapbether: Remove netif_start_queue / netif_stop_queueXie He
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