index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wan
/
hdlc_fr.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-06
WAN: HDLC: Call notifiers before and after changing device type
Andrew Lunn
1
-0
/
+1
2015-11-18
hdlc: fix null-deref on allocation failure
stephen hemminger
1
-5
/
+5
2015-08-18
net: caif: convert to using IFF_NO_QUEUE
Phil Sutter
1
-1
/
+1
2014-10-07
net: better IFF_XMIT_DST_RELEASE support
Eric Dumazet
1
-1
/
+1
2014-08-11
hdlc: Remove typedefs from struct names
Himangi Saraogi
1
-31
/
+32
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
1
-2
/
+3
2012-02-16
net: replace random_ether_addr() with eth_hw_addr_random()
Danny Kukawka
1
-1
/
+1
2011-07-28
net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared
Neil Horman
1
-2
/
+3
2011-06-27
generic_hdlc: Update to current logging forms
Joe Perches
1
-53
/
+43
2011-05-05
net: call dev_alloc_name from register_netdevice
Jiri Pirko
1
-8
/
+1
2010-06-03
drivers/net: use __packed annotation
Eric Dumazet
1
-1
/
+1
2009-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-04
hdlc: spelling fix in find_pvc() comment
Rudy Matela
1
-1
/
+1
2009-11-30
wan: Coding style correction in HDLC/Frame Relay support routines
Rudy Matela
1
-3
/
+3
2009-09-01
wan: convert drivers to netdev_tx_t
Stephen Hemminger
1
-1
/
+1
2009-07-06
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
1
-3
/
+3
2009-05-19
net: release dst entry in dev_hard_start_xmit()
Eric Dumazet
1
-0
/
+1
2009-02-01
net: replace uses of __constant_{endian}
Harvey Harrison
1
-8
/
+8
2009-01-22
WAN: Convert generic HDLC drivers to netdev_ops.
Krzysztof Hałasa
1
-19
/
+9
2008-11-22
netdevice hdlc: Convert directly reference of netdev->priv
Wang Chen
1
-5
/
+5
2008-07-24
WAN: cosmetic changes to generic HDLC
Krzysztof Hałasa
1
-10
/
+9
2008-07-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2008-07-04
WAN: Remove no longer needed pvc_desc in FR code.
Krzysztof Halasa
1
-17
/
+8
2008-07-04
WAN: convert drivers to use built-in netdev_stats
Krzysztof Halasa
1
-19
/
+10
2008-07-04
Add missing skb->dev assignment in Frame Relay RX code
Krzysztof Halasa
1
-0
/
+1
2008-04-25
Removing dead code in drivers/net/wan/hdlc_fr.c
Cédric Augonnet
1
-4
/
+0
2008-02-05
Generic HDLC - use random_ether_addr()
Krzysztof Halasa
1
-5
/
+3
2008-02-05
Generic HDLC - remove now unneeded hdlc_device_desc
Krzysztof Halasa
1
-3
/
+4
2008-02-05
Generic HDLC - fix kernel panic
Krzysztof Halasa
1
-20
/
+18
2007-08-14
[WAN] drivers/net/wan/hdlc_fr.c: kmalloc + memset conversion to kzalloc
Mariusz Kozlowski
1
-2
/
+1
2007-04-28
Generic HDLC sparse annotations
Krzysztof Halasa
1
-9
/
+9
2007-04-26
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[SK_BUFF]: Introduce skb_reset_network_header(skb)
Arnaldo Carvalho de Melo
1
-1
/
+1
2007-04-26
[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans
Arnaldo Carvalho de Melo
1
-1
/
+0
2007-03-03
[HDLC] Fix dev->header_cache_update having a random value.
Krzysztof Halasa
1
-3
/
+0
2006-09-27
[PATCH] Modularize generic HDLC
Krzysztof Halasa
1
-152
/
+237
2006-07-13
[WAN]: converting generic HDLC to use netif_dormant*()
Krzysztof Halasa
1
-11
/
+3
2005-11-16
[PATCH] Generic HDLC WAN drivers - disable netif_carrier_off()
Krzysztof Halasa
1
-0
/
+4
2005-09-14
[PATCH] drivers/net/wan/: possible cleanups
Adrian Bunk
1
-1
/
+1
2005-05-16
[PATCH] Generic HDLC update
Krzysztof Halasa
1
-144
/
+176
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+1237