summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/lapbether.c
Commit message (Expand)AuthorAgeFilesLines
* net: lapbether: only support ethernet devicesEric Dumazet2023-06-151-0/+3
* net: lapbether: fix issue of invalid opcode in lapbeth_open()Zhengchao Shao2022-11-081-0/+1
* net: lapbether: fix issue of dev reference count leakage in lapbeth_device_ev...Zhengchao Shao2022-11-071-1/+1
* net: wan: switch to netif_napi_add_weight()Jakub Kicinski2022-05-081-1/+1
* net: use dev_addr_set()Jakub Kicinski2021-10-091-1/+1
* net: lapbether: fix the code style issue about line lengthPeng Li2021-06-091-1/+2
* net: lapbether: fix the alignment issuePeng Li2021-06-091-1/+1
* net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev"Peng Li2021-06-091-1/+1
* net: lapbether: fix the comments style issuePeng Li2021-06-091-17/+10
* net: lapbether: remove unnecessary out of memory messagePeng Li2021-06-091-6/+2
* net: lapbether: remove trailing whitespacesPeng Li2021-06-091-3/+3
* net: lapbether: move out assignment in if conditionPeng Li2021-06-091-5/+10
* net: lapbether: add blank line after declarationsPeng Li2021-06-091-0/+1
* net: lapbether: remove redundant blank linePeng Li2021-06-091-1/+0
* net: x25: Queue received packets in the drivers instead of per-CPU queuesXie He2021-04-051-5/+44
* net: lapbether: Close the LAPB device before its underlying Ethernet device c...Xie He2021-03-181-2/+2
* net: lapbether: Prevent racing when checking whether the netif is runningXie He2021-03-161-7/+25
* net: lapbether: Remove netif_start_queue / netif_stop_queueXie He2021-03-091-3/+0
* net: lapbether: Consider it successful if (dis)connecting when already (dis)c...Xie He2020-12-101-2/+11
* drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He2020-09-171-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-0/+3
|\
| * drivers/net/wan/lapbether: Set network_header before transmittingXie He2020-08-261-0/+2
| * drivers/net/wan/lapbether: Added needed_tailroomXie He2020-08-241-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He2020-08-061-1/+9
* drivers/net/wan: lapb: Corrected the usage of skb_cowXie He2020-07-241-3/+5
* drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He2020-07-061-1/+8
* net: wan: lapbether.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-01-161-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner2019-05-241-6/+1
* net: lapbether: fix double freePan Bian2017-11-011-1/+0
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* netfilter: Remove spurios included of netfilter.hEric W Biederman2015-06-181-1/+0
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+2
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* wan: make LAPB callbacks conststephen hemminger2011-09-161-2/+1
* wan: Update to current logging formsJoe Perches2011-06-271-9/+9
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-4/+0
* wan: make read-only data conststephen hemminger2010-09-061-1/+1
* X25: Use identifiers for lapbether device to x25 interfaceandrew hendry2010-04-221-6/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* net: fix network drivers ndo_start_xmit() return valuesPatrick McHardy2009-06-171-11/+5
* labether: convert to net_device_opsStephen Hemminger2009-03-211-4/+8
* lapbether: convert to internal net_device_statsStephen Hemminger2009-03-211-16/+4
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-1/+1
* lapb: get rid of non-const printk warningStephen Hemminger2009-02-261-1/+1
* drivers/net/wan: fix warning: format not a string literal and no ...Hannes Eder2009-02-171-1/+2
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1