summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc_fr.c
Commit message (Expand)AuthorAgeFilesLines
* hdlc: Convert timers to use timer_setup()Kees Cook2017-10-181-6/+6
* net: wan : hdlc: use setup_timer() helperAllen Pais2017-09-211-3/+2
* 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-151-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-271-2/+3
* generic_hdlc: Update to current logging formsJoe Perches2011-06-271-53/+43
* 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-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1237
OpenPOWER on IntegriCloud