summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc_x25.c
Commit message (Expand)AuthorAgeFilesLines
* net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-8/+8
* net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap2021-07-121-4/+4
* net: hdlc_x25: fix the alignment issuePeng Li2021-06-041-14/+14
* net: hdlc_x25: fix the code issue about "if..else.."Peng Li2021-06-041-2/+1
* net: hdlc_x25: add some required spacesPeng Li2021-06-041-1/+2
* net: hdlc_x25: move out assignment in if conditionPeng Li2021-06-041-6/+11
* net: hdlc_x25: remove unnecessary out of memory messagePeng Li2021-06-041-3/+1
* net: hdlc_x25: remove redundant blank linesPeng Li2021-06-041-22/+0
* net: x25: Queue received packets in the drivers instead of per-CPU queuesXie He2021-04-051-3/+27
* net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"Xie He2021-03-151-1/+41
* net: hdlc_x25: Return meaningful error code in x25_openXie He2021-02-041-3/+3
* net: hdlc_x25: Remove unnecessary skb_reset_network_header callsXie He2020-12-091-2/+0
* drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len checkXie He2020-08-141-1/+16
* drivers/net/wan: lapb: Corrected the usage of skb_cowXie He2020-07-241-1/+3
* hdlx_x25: Fix backwards compat test.David S. Miller2020-01-211-1/+1
* wan/hdlc_x25: fix skb handlingMartin Schiller2020-01-211-2/+11
* wan/hdlc_x25: make lapb params configurableMartin Schiller2020-01-211-3/+77
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn2015-12-051-0/+1
* wan: make LAPB callbacks conststephen hemminger2011-09-161-8/+8
* generic_hdlc: Update to current logging formsJoe Perches2011-06-271-7/+5
* X25: Use identifiers for hdlc x25 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-1/+1
* Coding style correction of some wan driversRudy Matela2010-02-041-2/+2
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-3/+3
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-1/+1
* wan/hdlc_x25.c: fix a NULL dereferenceKrzysztof Halasa2008-09-241-3/+5
* WAN: cosmetic changes to generic HDLCKrzysztof Hałasa2008-07-231-9/+8
* WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-4/+2
* Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa2008-02-051-5/+5
* [HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa2007-03-021-2/+0
* [PATCH] Modularize generic HDLCKrzysztof Halasa2006-09-261-13/+41
* [WAN]: Added missing netif_dormant_off() to generic HDLCKrzysztof Halasa2006-07-211-0/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+219