index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wan
/
hdlc_x25.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: split out ndo_siowandev ioctl
Arnd Bergmann
2021-07-27
1
-8
/
+8
*
net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specific
Randy Dunlap
2021-07-12
1
-4
/
+4
*
net: hdlc_x25: fix the alignment issue
Peng Li
2021-06-04
1
-14
/
+14
*
net: hdlc_x25: fix the code issue about "if..else.."
Peng Li
2021-06-04
1
-2
/
+1
*
net: hdlc_x25: add some required spaces
Peng Li
2021-06-04
1
-1
/
+2
*
net: hdlc_x25: move out assignment in if condition
Peng Li
2021-06-04
1
-6
/
+11
*
net: hdlc_x25: remove unnecessary out of memory message
Peng Li
2021-06-04
1
-3
/
+1
*
net: hdlc_x25: remove redundant blank lines
Peng Li
2021-06-04
1
-22
/
+0
*
net: x25: Queue received packets in the drivers instead of per-CPU queues
Xie He
2021-04-05
1
-3
/
+27
*
net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"
Xie He
2021-03-15
1
-1
/
+41
*
net: hdlc_x25: Return meaningful error code in x25_open
Xie He
2021-02-05
1
-3
/
+3
*
net: hdlc_x25: Remove unnecessary skb_reset_network_header calls
Xie He
2020-12-10
1
-2
/
+0
*
drivers/net/wan/hdlc_x25: Added needed_headroom and a skb->len check
Xie He
2020-08-15
1
-1
/
+16
*
drivers/net/wan: lapb: Corrected the usage of skb_cow
Xie He
2020-07-25
1
-1
/
+3
*
hdlx_x25: Fix backwards compat test.
David S. Miller
2020-01-21
1
-1
/
+1
*
wan/hdlc_x25: fix skb handling
Martin Schiller
2020-01-21
1
-2
/
+11
*
wan/hdlc_x25: make lapb params configurable
Martin Schiller
2020-01-21
1
-3
/
+77
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
2019-05-30
1
-4
/
+1
*
WAN: HDLC: Call notifiers before and after changing device type
Andrew Lunn
2015-12-05
1
-0
/
+1
*
wan: make LAPB callbacks const
stephen hemminger
2011-09-17
1
-8
/
+8
*
generic_hdlc: Update to current logging forms
Joe Perches
2011-06-27
1
-7
/
+5
*
X25: Use identifiers for hdlc x25 device to x25 interface
andrew hendry
2010-04-23
1
-6
/
+6
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+1
*
Coding style correction of some wan drivers
Rudy Matela
2010-02-04
1
-2
/
+2
*
wan: convert drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-3
/
+3
*
WAN: Convert generic HDLC drivers to netdev_ops.
Krzysztof Hałasa
2009-01-21
1
-1
/
+1
*
wan/hdlc_x25.c: fix a NULL dereference
Krzysztof Halasa
2008-09-25
1
-3
/
+5
*
WAN: cosmetic changes to generic HDLC
Krzysztof Hałasa
2008-07-23
1
-9
/
+8
*
WAN: convert drivers to use built-in netdev_stats
Krzysztof Halasa
2008-07-04
1
-4
/
+2
*
Generic HDLC - remove now unneeded hdlc_device_desc
Krzysztof Halasa
2008-02-05
1
-5
/
+5
*
[HDLC] Fix dev->header_cache_update having a random value.
Krzysztof Halasa
2007-03-03
1
-2
/
+0
*
[PATCH] Modularize generic HDLC
Krzysztof Halasa
2006-09-26
1
-13
/
+41
*
[WAN]: Added missing netif_dormant_off() to generic HDLC
Krzysztof Halasa
2006-07-21
1
-0
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-17
1
-0
/
+219