aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/lapbether.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-09net: use dev_addr_set()Jakub Kicinski1-1/+1
2021-06-09net: lapbether: fix the code style issue about line lengthPeng Li1-1/+2
2021-06-09net: lapbether: fix the alignment issuePeng Li1-1/+1
2021-06-09net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev"Peng Li1-1/+1
2021-06-09net: lapbether: fix the comments style issuePeng Li1-17/+10
2021-06-09net: lapbether: remove unnecessary out of memory messagePeng Li1-6/+2
2021-06-09net: lapbether: remove trailing whitespacesPeng Li1-3/+3
2021-06-09net: lapbether: move out assignment in if conditionPeng Li1-5/+10
2021-06-09net: lapbether: add blank line after declarationsPeng Li1-0/+1
2021-06-09net: lapbether: remove redundant blank linePeng Li1-1/+0
2021-04-05net: x25: Queue received packets in the drivers instead of per-CPU queuesXie He1-5/+44
2021-03-18net: lapbether: Close the LAPB device before its underlying Ethernet device closesXie He1-2/+2
2021-03-16net: lapbether: Prevent racing when checking whether the netif is runningXie He1-7/+25
2021-03-09net: lapbether: Remove netif_start_queue / netif_stop_queueXie He1-3/+0
2020-12-10net: lapbether: Consider it successful if (dis)connecting when already (dis)connectedXie He1-2/+11
2020-09-17drivers/net/wan/lapbether: Make skb->protocol consistent with the headerXie He1-2/+2
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+3
2020-08-26drivers/net/wan/lapbether: Set network_header before transmittingXie He1-0/+2
2020-08-24drivers/net/wan/lapbether: Added needed_tailroomXie He1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-06drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He1-1/+9
2020-07-24drivers/net/wan: lapb: Corrected the usage of skb_cowXie He1-3/+5
2020-07-06drivers/net/wan/lapbether: Fixed the value of hard_header_lenXie He1-1/+8
2020-01-16net: wan: lapbether.c: Use built-in RCU list checkingMadhuparna Bhowmik1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 41Thomas Gleixner1-6/+1
2017-11-01net: lapbether: fix double freePan Bian1-1/+0
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-06-18netfilter: Remove spurios included of netfilter.hEric W Biederman1-1/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
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