summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc_ppp.c
Commit message (Expand)AuthorAgeFilesLines
* net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-4/+4
* net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap2021-07-121-4/+4
* net: hdlc_ppp: add required spacePeng Li2021-06-171-1/+2
* net: hdlc_ppp: remove unnecessary out of memory messagePeng Li2021-06-171-3/+2
* net: hdlc_ppp: move out assignment in if conditionPeng Li2021-06-171-1/+2
* net: hdlc_ppp: fix the code style issue about "foo* bar"Peng Li2021-06-171-7/+7
* net: hdlc_ppp: add blank line after declarationsPeng Li2021-06-171-0/+4
* net: hdlc_ppp: remove redundant blank linesPeng Li2021-06-171-9/+0
* net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He2020-12-281-0/+7
* drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He2020-09-171-0/+1
* hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter2020-09-101-5/+11
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du2018-02-261-1/+4
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* drivers: net: hdlc_ppp: use setup_timer() helper.Allen Pais2017-09-211-3/+1
* networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
* WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn2015-12-051-0/+1
* net/wan/hdlc_ppp: use break in switchJesper Juhl2011-08-221-7/+7
* generic_hdlc: Update to current logging formsJoe Perches2011-06-271-5/+4
* WAN: flush tx_queue in hdlc_ppp to prevent panic on rmmod hw_driver.Krzysztof Halasa2010-04-161-0/+6
* drivers/net/wan: introduce missing kfreeJulia Lawall2009-09-111-0/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-2/+2
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-2/+0
* HDLC_PPP: Fix Configure-Ack to return original options as required by the sta...Krzysztof Hałasa2008-12-221-5/+6
* WAN: new synchronous PPP implementation for generic HDLC.Krzysztof Hałasa2008-11-221-47/+601
* WAN: cosmetic changes to generic HDLCKrzysztof Hałasa2008-07-231-8/+7
* syncppp: Fix crashes.David S. Miller2008-05-121-1/+1
* Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa2008-02-051-1/+1
* annotate the rest of drivers/net/wanAl Viro2008-01-281-1/+1
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-1/+1
* [HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa2007-03-021-2/+0
* [PATCH] Modularize generic HDLCKrzysztof Halasa2006-09-261-16/+61
* [WAN]: Added missing netif_dormant_off() to generic HDLCKrzysztof Halasa2006-07-211-0/+1
* [NET]: __be'ify *_type_trans()Alexey Dobriyan2005-07-121-2/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+115