summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc_fr.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-4/+1Star
* hdlc: Convert timers to use timer_setup()Kees Cook2017-10-181-6/+6
* net: wan : hdlc: use setup_timer() helperAllen Pais2017-09-221-3/+2Star
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* net: use core MTU range checking in WAN driversJarod Wilson2016-10-201-1/+2
* WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn2015-12-051-0/+1
* hdlc: fix null-deref on allocation failurestephen hemminger2015-11-181-5/+5
* net: caif: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-1/+1
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* hdlc: Remove typedefs from struct namesHimangi Saraogi2014-08-111-31/+32
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-2/+3
* net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-281-2/+3
* generic_hdlc: Update to current logging formsJoe Perches2011-06-271-53/+43Star
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-8/+1Star
* 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-101-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-301-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-061-3/+3
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-191-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/+9Star
* netdevice hdlc: Convert directly reference of netdev->privWang Chen2008-11-221-5/+5
* WAN: cosmetic changes to generic HDLCKrzysztof Hałasa2008-07-231-10/+9Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-061-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/+8Star
* | WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa2008-07-041-19/+10Star
|/
* Removing dead code in drivers/net/wan/hdlc_fr.cCédric Augonnet2008-04-251-4/+0Star
* Generic HDLC - use random_ether_addr()Krzysztof Halasa2008-02-051-5/+3Star
* Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa2008-02-051-3/+4
* Generic HDLC - fix kernel panicKrzysztof Halasa2008-02-051-20/+18Star
* [WAN] drivers/net/wan/hdlc_fr.c: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-141-2/+1Star
* Generic HDLC sparse annotationsKrzysztof Halasa2007-04-281-9/+9
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* [HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa2007-03-031-3/+0Star
* [PATCH] Modularize generic HDLCKrzysztof Halasa2006-09-261-152/+237
* [WAN]: converting generic HDLC to use netif_dormant*()Krzysztof Halasa2006-07-121-11/+3Star
* [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-161-144/+176
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+1237