aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc_fr.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-53/+43
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-08-151-2/+3
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-8/+1
* drivers/net: use __packed annotationEric Dumazet2010-06-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\
| * hdlc: spelling fix in find_pvc() commentRudy Matela2009-12-041-1/+1
* | wan: Coding style correction in HDLC/Frame Relay support routinesRudy Matela2009-11-291-3/+3
|/
* wan: convert drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-3/+3
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-181-0/+1
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-011-8/+8
* WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa2009-01-211-19/+9
* netdevice hdlc: Convert directly reference of netdev->privWang Chen2008-11-211-5/+5
* WAN: cosmetic changes to generic HDLCKrzysztof Hałasa2008-07-231-10/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-051-0/+1
|\
| * Add missing skb->dev assignment in Frame Relay RX codeKrzysztof Halasa2008-07-041-0/+1
* | WAN: Remove no longer needed pvc_desc in FR code.Krzysztof Halasa2008-07-041-17/+8
* | WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-19/+10
|/
* Removing dead code in drivers/net/wan/hdlc_fr.cCédric Augonnet2008-04-251-4/+0
* Generic HDLC - use random_ether_addr()Krzysztof Halasa2008-02-051-5/+3
* Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa2008-02-051-3/+4
* Generic HDLC - fix kernel panicKrzysztof Halasa2008-02-051-20/+18
* [WAN] drivers/net/wan/hdlc_fr.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-131-2/+1
* Generic HDLC sparse annotationsKrzysztof Halasa2007-04-281-9/+9
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa2007-03-021-3/+0
* [PATCH] Modularize generic HDLCKrzysztof Halasa2006-09-261-152/+237
* [WAN]: converting generic HDLC to use netif_dormant*()Krzysztof Halasa2006-07-121-11/+3
* [PATCH] Generic HDLC WAN drivers - disable netif_carrier_off()Krzysztof Halasa2005-11-161-0/+4
* [PATCH] drivers/net/wan/: possible cleanupsAdrian Bunk2005-09-141-1/+1
* [PATCH] Generic HDLC updateKrzysztof Halasa2005-05-151-144/+176
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1237