index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wan
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-24
net: wan: move out assignment in if condition
Peng Li
1
-2
/
+5
2021-05-24
net: wan: add some required spaces
Peng Li
1
-5
/
+5
2021-05-24
net: wan: fix the code style issue about trailing statements
Peng Li
1
-15
/
+44
2021-05-24
net: wan: code indent use tabs where possible
Peng Li
1
-17
/
+17
2021-05-24
net: wan: add blank line after declarations
Peng Li
1
-0
/
+5
2021-05-24
net: wan: fix an code style issue about "foo* bar"
Peng Li
1
-3
/
+3
2021-05-24
net: wan: remove redundant blank lines
Peng Li
1
-38
/
+0
2021-05-21
net: wan: add necessary () to macro argument
Peng Li
1
-10
/
+10
2021-05-21
net: wan: add braces {} to all arms of the statement
Peng Li
1
-1
/
+2
2021-05-21
net: wan: remove redundant blank lines
Peng Li
1
-20
/
+0
2021-05-21
net: wan: fix the code style issue about trailing statements
Peng Li
1
-10
/
+28
2021-05-21
net: wan: add some required spaces
Peng Li
1
-3
/
+3
2021-05-21
net: wan: fix an code style issue about "foo* bar"
Peng Li
1
-5
/
+5
2021-05-20
net: wan: remove leading spaces before tabs
Hui Tang
3
-7
/
+7
2021-05-18
net: wan: fix variable definition style
Peng Li
1
-2
/
+2
2021-05-18
net: wan: remove redundant space
Peng Li
1
-1
/
+1
2021-05-18
net: wan: remove redundant braces {}
Peng Li
1
-2
/
+1
2021-05-18
net: wan: add some required spaces
Peng Li
1
-8
/
+8
2021-05-18
net: wan: remove redundant blank lines
Peng Li
1
-17
/
+0
2021-05-17
drivers/net: Remove leading spaces in Kconfig
Juerg Haefliger
1
-2
/
+2
2021-05-03
Revert "drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit"
Xie He
1
-3
/
+2
2021-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+3
2021-04-07
net: wan: z85230: drop unused async state
Johan Hovold
1
-39
/
+0
2021-04-05
net: x25: Queue received packets in the drivers instead of per-CPU queues
Xie He
2
-8
/
+71
2021-03-28
drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit
Lv Yunlong
1
-2
/
+3
2021-03-26
farsync: use DEFINE_SPINLOCK() for spinlock
Liu Jian
1
-2
/
+1
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+41
2021-03-18
net: lapbether: Close the LAPB device before its underlying Ethernet device c...
Xie He
1
-2
/
+2
2021-03-16
net: lapbether: Prevent racing when checking whether the netif is running
Xie He
1
-7
/
+25
2021-03-15
net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx"
Xie He
1
-1
/
+41
2021-03-09
net: lapbether: Remove netif_start_queue / netif_stop_queue
Xie He
1
-3
/
+0
2021-03-08
net: wan: fix error return code of uhdlc_init()
Jia-Ju Bai
1
-2
/
+6
2021-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+3
2021-02-15
net: wan/lmc: dont print format string when not available
Tong Zhang
1
-1
/
+1
2021-02-15
net: wan/lmc: unregister device when no matching device is found
Tong Zhang
1
-0
/
+2
2021-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-3
/
+3
2021-02-06
net: wan: farsync: use new tasklet API
Emil Renner Berthing
1
-6
/
+6
2021-02-04
net: hdlc_x25: Return meaningful error code in x25_open
Xie He
1
-3
/
+3
2021-01-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-01-05
wan: ds26522: select CONFIG_BITREVERSE
Arnd Bergmann
1
-0
/
+1
2021-01-05
net: wan: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
1
-3
/
+1
2021-01-05
net: wan: Replace simple_strtol by simple_strtoul
Zheng Yongjun
1
-1
/
+1
2020-12-28
net: hdlc_ppp: Fix issues when mod_timer is called while timer is running
Xie He
1
-0
/
+7
2020-12-10
net: lapbether: Consider it successful if (dis)connecting when already (dis)c...
Xie He
1
-2
/
+11
2020-12-09
net: hdlc_x25: Remove unnecessary skb_reset_network_header calls
Xie He
1
-2
/
+0
2020-11-30
net: wan: remove trailing semicolon in macro definition
Tom Rix
1
-1
/
+1
2020-11-17
net: wan: Delete the DLCI / SDLA drivers
Xie He
4
-2243
/
+0
2020-11-12
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2020-11-11
cosa: Add missing kfree in error path of cosa_write
Wang Hai
1
-0
/
+1
2020-11-07
net: x25_asy: Delete the x25_asy driver
Xie He
4
-898
/
+0
[prev]
[next]