aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/hdlc_fr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-4/+1
2017-10-18hdlc: Convert timers to use timer_setup()Kees Cook1-6/+6
2017-09-21net: wan : hdlc: use setup_timer() helperAllen Pais1-3/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2016-10-20net: use core MTU range checking in WAN driversJarod Wilson1-1/+2
2015-12-05WAN: HDLC: Call notifiers before and after changing device typeAndrew Lunn1-0/+1
2015-11-18hdlc: fix null-deref on allocation failurestephen hemminger1-5/+5
2015-08-18net: caif: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-08-11hdlc: Remove typedefs from struct namesHimangi Saraogi1-31/+32
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+3
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-2/+3
2011-06-27generic_hdlc: Update to current logging formsJoe Perches1-53/+43
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-8/+1
2010-06-03drivers/net: use __packed annotationEric Dumazet1-1/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04hdlc: spelling fix in find_pvc() commentRudy Matela1-1/+1
2009-11-29wan: Coding style correction in HDLC/Frame Relay support routinesRudy Matela1-3/+3
2009-09-01wan: convert drivers to netdev_tx_tStephen Hemminger1-1/+1
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+1
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison1-8/+8
2009-01-21WAN: Convert generic HDLC drivers to netdev_ops.Krzysztof Hałasa1-19/+9
2008-11-21netdevice hdlc: Convert directly reference of netdev->privWang Chen1-5/+5
2008-07-23WAN: cosmetic changes to generic HDLCKrzysztof Hałasa1-10/+9
2008-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2008-07-04WAN: Remove no longer needed pvc_desc in FR code.Krzysztof Halasa1-17/+8
2008-07-04WAN: convert drivers to use built-in netdev_statsKrzysztof Halasa1-19/+10
2008-07-04Add missing skb->dev assignment in Frame Relay RX codeKrzysztof Halasa1-0/+1
2008-04-25Removing dead code in drivers/net/wan/hdlc_fr.cCédric Augonnet1-4/+0
2008-02-05Generic HDLC - use random_ether_addr()Krzysztof Halasa1-5/+3
2008-02-05Generic HDLC - remove now unneeded hdlc_device_descKrzysztof Halasa1-3/+4
2008-02-05Generic HDLC - fix kernel panicKrzysztof Halasa1-20/+18
2007-08-13[WAN] drivers/net/wan/hdlc_fr.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+1
2007-04-28Generic HDLC sparse annotationsKrzysztof Halasa1-9/+9
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-03-02[HDLC] Fix dev->header_cache_update having a random value.Krzysztof Halasa1-3/+0
2006-09-26[PATCH] Modularize generic HDLCKrzysztof Halasa1-152/+237
2006-07-12[WAN]: converting generic HDLC to use netif_dormant*()Krzysztof Halasa1-11/+3
2005-11-16[PATCH] Generic HDLC WAN drivers - disable netif_carrier_off()Krzysztof Halasa1-0/+4
2005-09-14[PATCH] drivers/net/wan/: possible cleanupsAdrian Bunk1-1/+1
2005-05-15[PATCH] Generic HDLC updateKrzysztof Halasa1-144/+176
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1237