summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc.c
Commit message (Expand)AuthorAgeFilesLines
* net: split out ndo_siowandev ioctlArnd Bergmann2021-07-271-6/+3
* net: hdlc: add braces {} to all arms of the statementPeng Li2021-06-011-1/+2
* net: hdlc: move out assignment in if conditionPeng Li2021-06-011-2/+4
* net: hdlc: replace comparison to NULL with "!param"Peng Li2021-06-011-2/+2
* net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo)Peng Li2021-06-011-11/+10
* net: hdlc: fix an code style issue about "foo* bar"Peng Li2021-06-011-1/+1
* net: hdlc: add blank line after declarationsPeng Li2021-06-011-0/+4
* net: hdlc: remove redundant blank linesPeng Li2021-06-011-23/+0
* net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He2020-10-211-1/+9
* drivers/net/wan/hdlc: Change the default of hard_header_len to 0Xie He2020-09-021-1/+1
* drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len checkXie He2020-08-141-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-9/+2
* WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn2015-12-051-2/+17
* WAN: HDLC: Detach protocol before unregistering deviceAndrew Lunn2015-12-051-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* wan: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-5/+4
* generic_hdlc: Update to current logging formsJoe Perches2011-06-271-7/+9
* Fix typo interrest[ing|ed] => interest[ing|ed]Thomas Weber2010-09-211-1/+1
* net: use net_eq to compare netsOctavian Purdila2009-11-251-2/+2
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-101-1/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-1/+1
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-3/+11
* WAN: Allow hw HDLC drivers to override dev->get_stats.Krzysztof Hałasa2009-01-211-11/+1
* WAN: Generic HDLC now uses IFF_WAN_HDLC private flag.Krzysztof Hałasa2009-01-211-1/+2
* WAN: cosmetic changes to generic HDLCKrzysztof Hałasa2008-07-231-13/+12
* WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-1/+1
* WAN: protect HDLC proto list while insmod/rmmodKrzysztof Halasa2008-05-221-8/+11
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-2/+2
* Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa2008-02-051-15/+9
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-6/+4
* [NET]: Make device event notification network namespace safeEric W. Biederman2007-10-101-0/+3
* [NET]: Make packet reception network namespace safeEric W. Biederman2007-10-101-0/+7
* [HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa2007-03-021-10/+23
* make hdlc_setup() static againAdrian Bunk2007-02-051-2/+1
* [PATCH] Modularize generic HDLCKrzysztof Halasa2006-09-261-0/+368