aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-9/+2
2015-12-05WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn1-2/+17
2015-12-05WAN: HDLC: Detach protocol before unregistering deviceAndrew Lunn1-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-02-04wan: Remove unnecessary alloc/OOM messagesJoe Perches1-5/+4
2011-06-27generic_hdlc: Update to current logging formsJoe Perches1-7/+9
2010-09-21Fix typo interrest[ing|ed] => interest[ing|ed]Thomas Weber1-1/+1
2009-11-25net: use net_eq to compare netsOctavian Purdila1-2/+2
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger1-1/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-1/+1
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa1-3/+11
2009-01-21WAN: Allow hw HDLC drivers to override dev->get_stats.Krzysztof Hałasa1-11/+1
2009-01-21WAN: Generic HDLC now uses IFF_WAN_HDLC private flag.Krzysztof Hałasa1-1/+2
2008-07-23WAN: cosmetic changes to generic HDLCKrzysztof Hałasa1-13/+12
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa1-1/+1
2008-05-22WAN: protect HDLC proto list while insmod/rmmodKrzysztof Halasa1-8/+11
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-2/+2
2008-02-05Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa1-15/+9
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-6/+4
2007-10-10[NET]: Make device event notification network namespace safeEric W. Biederman1-0/+3
2007-10-10[NET]: Make packet reception network namespace safeEric W. Biederman1-0/+7
2007-03-02[HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa1-10/+23
2007-02-05make hdlc_setup() static againAdrian Bunk1-2/+1
2006-09-26[PATCH] Modularize generic HDLCKrzysztof Halasa1-0/+368