summaryrefslogtreecommitdiff
path: root/drivers/net/wan/hdlc.c
AgeCommit message (Expand)Author
2021-07-27net: split out ndo_siowandev ioctlArnd Bergmann
2021-06-01net: hdlc: add braces {} to all arms of the statementPeng Li
2021-06-01net: hdlc: move out assignment in if conditionPeng Li
2021-06-01net: hdlc: replace comparison to NULL with "!param"Peng Li
2021-06-01net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo)Peng Li
2021-06-01net: hdlc: fix an code style issue about "foo* bar"Peng Li
2021-06-01net: hdlc: add blank line after declarationsPeng Li
2021-06-01net: hdlc: remove redundant blank linesPeng Li
2020-10-21net: hdlc: In hdlc_rcv, check to make sure dev is an HDLC deviceXie He
2020-09-02drivers/net/wan/hdlc: Change the default of hard_header_len to 0Xie He
2020-08-14drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len checkXie He
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson
2015-12-05WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn
2015-12-05WAN: HDLC: Detach protocol before unregistering deviceAndrew Lunn
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-02-04wan: Remove unnecessary alloc/OOM messagesJoe Perches
2011-06-27generic_hdlc: Update to current logging formsJoe Perches
2010-09-21Fix typo interrest[ing|ed] => interest[ing|ed]Thomas Weber
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa
2009-01-21WAN: Allow hw HDLC drivers to override dev->get_stats.Krzysztof Hałasa
2009-01-21WAN: Generic HDLC now uses IFF_WAN_HDLC private flag.Krzysztof Hałasa
2008-07-23WAN: cosmetic changes to generic HDLCKrzysztof Hałasa
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa
2008-05-22WAN: protect HDLC proto list while insmod/rmmodKrzysztof Halasa
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-02-05Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman
2007-03-02[HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa
2007-02-05make hdlc_setup() static againAdrian Bunk
2006-09-26[PATCH] Modularize generic HDLCKrzysztof Halasa