index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-08
net: farsync: remove redundant braces {}
Peng Li
1
-51
/
+35
2021-06-08
net: farsync: add some required spaces
Peng Li
1
-6
/
+6
2021-06-08
net: farsync: fix the code style issue about macros
Peng Li
1
-6
/
+6
2021-06-08
net: farsync: code indent use tabs where possible
Peng Li
1
-18
/
+18
2021-06-08
net: farsync: remove trailing whitespaces
Peng Li
1
-15
/
+15
2021-06-08
net: farsync: fix the comments style issue
Peng Li
1
-152
/
+83
2021-06-08
net: farsync: remove redundant initialization for statics
Peng Li
1
-2
/
+2
2021-06-08
net: farsync: move out assignment in if condition
Peng Li
1
-8
/
+16
2021-06-08
net: farsync: fix the code style issue about "foo* bar"
Peng Li
1
-1
/
+1
2021-06-08
net: farsync: add blank line after declarations
Peng Li
1
-0
/
+2
2021-06-08
net: farsync: remove redundant blank lines
Peng Li
1
-3
/
+0
2021-06-08
net: phy: realtek: add delay to fix RXC generation issue
Joakim Zhang
1
-1
/
+14
2021-06-08
net: phy: realtek: add dt property to enable ALDPS mode
Joakim Zhang
1
-3
/
+17
2021-06-08
net: phy: realtek: add dt property to disable CLKOUT clock
Joakim Zhang
1
-1
/
+41
2021-06-08
net: Kconfig: indent with tabs instead of spaces
Marek BehĂșn
1
-11
/
+11
2021-06-07
mvneta: recycle buffers
Matteo Croce
1
-4
/
+7
2021-06-07
mvpp2: recycle buffers
Matteo Croce
1
-1
/
+1
2021-06-07
skbuff: add a parameter to __skb_frag_unref
Matteo Croce
2
-2
/
+2
2021-06-07
net: moxa: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-3
/
+2
2021-06-07
net: micrel: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-06-07
net: mvpp2: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-06-07
net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname
Yang Yingliang
1
-14
/
+7
2021-06-07
net: enetc: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-3
/
+1
2021-06-07
net: macb: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-06-07
net: bcmgenet: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-06-07
net: tulip: Remove the repeated declaration
Shaokun Zhang
1
-1
/
+0
2021-06-07
net: mscc: ocelot: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+5
2021-06-07
net: hns3: remove now redundant logic related to HNAE3_UNKNOWN_RESET
Yufeng Mo
2
-23
/
+0
2021-06-07
net: hns3: add scheduling logic for error handling task
Jiaran Zhang
1
-14
/
+6
2021-06-07
net: hns3: add a separate error handling task
Jiaran Zhang
3
-2
/
+41
2021-06-07
qed: Fix duplicate included linux/kernel.h
Jiapeng Chong
1
-1
/
+0
2021-06-07
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
David S. Miller
19
-151
/
+446
2021-06-07
usbnet: run unbind() before unregister_netdev()
Oleksij Rempel
1
-3
/
+3
2021-06-07
net: phy: do not print dump stack if device was removed
Oleksij Rempel
1
-0
/
+3
2021-06-07
net: usb: asix: add error handling for asix_mdio_* functions
Oleksij Rempel
1
-14
/
+28
2021-06-07
net: usb: asix: ax88772: add generic selftest support
Oleksij Rempel
3
-0
/
+25
2021-06-07
net: usb: asix: ax88772: add phylib support
Oleksij Rempel
4
-58
/
+122
2021-06-07
net: usb/phy: asix: add support for ax88772A/C PHYs
Oleksij Rempel
2
-1
/
+74
2021-06-07
net: usb: asix: refactor asix_read_phy_addr() and handle errors on return
Oleksij Rempel
4
-20
/
+34
2021-06-07
net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()
Oleksij Rempel
1
-4
/
+3
2021-06-07
net: gemini: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-25
/
+9
2021-06-07
net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()
Zou Wei
1
-2
/
+1
2021-06-07
virtio_net: Remove BUG() to avoid machine dead
Xianting Tian
1
-1
/
+1
2021-06-07
net: ethernet: ixp4xx_eth: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-5
/
+1
2021-06-07
net: lantiq: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-8
/
+1
2021-06-07
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
53
-384
/
+648
2021-06-07
net: hd64570: add some required spaces
Peng Li
1
-2
/
+2
2021-06-07
net: hd64570: remove redundant parentheses
Peng Li
1
-2
/
+2
2021-06-07
net: hd64570: fix the comments style issue
Peng Li
1
-3
/
+3
2021-06-07
net: hd64570: add braces {} to all arms of the statement
Peng Li
1
-4
/
+8
[next]