aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc_ppp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann1-4/+4
2021-07-12net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap1-4/+4
2021-06-17net: hdlc_ppp: add required spacePeng Li1-1/+2
2021-06-17net: hdlc_ppp: remove unnecessary out of memory messagePeng Li1-3/+2
2021-06-17net: hdlc_ppp: move out assignment in if conditionPeng Li1-1/+2
2021-06-17net: hdlc_ppp: fix the code style issue about "foo* bar"Peng Li1-7/+7
2021-06-17net: hdlc_ppp: add blank line after declarationsPeng Li1-0/+4
2021-06-17net: hdlc_ppp: remove redundant blank linesPeng Li1-9/+0
2020-12-28net: hdlc_ppp: Fix issues when mod_timer is called while timer is runningXie He1-0/+7
2020-09-17drivers/net/wan/hdlc: Set skb->protocol before transmittingXie He1-0/+1
2020-09-10hdlc_ppp: add range checks in ppp_cp_parse_cr()Dan Carpenter1-5/+11
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2018-02-26hdlc_ppp: carrier detect ok, don't turn off negotiationDenis Du1-1/+4
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-09-21drivers: net: hdlc_ppp: use setup_timer() helper.Allen Pais1-3/+1
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2015-12-05WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn1-0/+1
2011-08-22net/wan/hdlc_ppp: use break in switchJesper Juhl1-7/+7
2011-06-27generic_hdlc: Update to current logging formsJoe Perches1-5/+4
2010-04-16WAN: flush tx_queue in hdlc_ppp to prevent panic on rmmod hw_driver.Krzysztof Halasa1-0/+6
2009-09-11drivers/net/wan: introduce missing kfreeJulia Lawall1-0/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-2/+2
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa1-2/+0
2008-12-22HDLC_PPP: Fix Configure-Ack to return original options as required by the standard.Krzysztof Hałasa1-5/+6
2008-11-22WAN: new synchronous PPP implementation for generic HDLC.Krzysztof Hałasa1-47/+601
2008-07-23WAN: cosmetic changes to generic HDLCKrzysztof Hałasa1-8/+7
2008-05-12syncppp: Fix crashes.David S. Miller1-1/+1
2008-02-05Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa1-1/+1
2008-01-28annotate the rest of drivers/net/wanAl Viro1-1/+1
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-1/+1
2007-03-02[HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa1-2/+0
2006-09-26[PATCH] Modularize generic HDLCKrzysztof Halasa1-16/+61
2006-07-21[WAN]: Added missing netif_dormant_off() to generic HDLCKrzysztof Halasa1-0/+1
2005-07-12[NET]: __be'ify *_type_trans()Alexey Dobriyan1-2/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+115