aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc.c
Commit message (Expand)AuthorAgeFilesLines
* 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