index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
802
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
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
atm: [br2864] fix spelling mistakes
gushengxian
1
-2
/
+2
2021-06-07
net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()
Zou Wei
1
-2
/
+1
2021-06-07
pktgen: add pktgen_handle_all_threads() for the same code
Yejune Deng
1
-25
/
+13
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
sch_htb: fix doc warning in htb_lookup_leaf()
Yu Kuai
1
-0
/
+2
2021-06-07
sch_htb: fix doc warning in htb_do_events()
Yu Kuai
1
-0
/
+3
2021-06-07
sch_htb: fix doc warning in htb_charge_class()
Yu Kuai
1
-0
/
+4
2021-06-07
sch_htb: fix doc warning in htb_deactivate()
Yu Kuai
1
-0
/
+2
2021-06-07
sch_htb: fix doc warning in htb_activate()
Yu Kuai
1
-0
/
+2
2021-06-07
sch_htb: fix doc warning in htb_change_class_mode()
Yu Kuai
1
-0
/
+3
2021-06-07
sch_htb: fix doc warning in htb_class_mode()
Yu Kuai
1
-0
/
+2
2021-06-07
sch_htb: fix doc warning in htb_deactivate_prios()
Yu Kuai
1
-0
/
+2
2021-06-07
sch_htb: fix doc warning in htb_activate_prios()
Yu Kuai
1
-0
/
+2
2021-06-07
sch_htb: fix doc warning in htb_remove_class_from_row()
Yu Kuai
1
-0
/
+3
2021-06-07
sch_htb: fix doc warning in htb_add_class_to_row()
Yu Kuai
1
-0
/
+3
2021-06-07
sch_htb: fix doc warning in htb_next_rb_node()
Yu Kuai
1
-0
/
+1
2021-06-07
sch_htb: fix doc warning in htb_add_to_wait_tree()
Yu Kuai
1
-0
/
+3
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
2021-06-07
net: hd64570: fix the code style issue about trailing statements
Peng Li
1
-18
/
+42
2021-06-07
net: hd64570: fix the code style issue about "foo* bar"
Peng Li
1
-7
/
+7
2021-06-07
net: hd64570: add blank line after declarations
Peng Li
1
-0
/
+2
2021-06-07
net: hd64570: remove redundant blank lines
Peng Li
1
-22
/
+0
2021-06-07
dt-bindings: net: dsa: sja1105: convert to YAML schema
Vladimir Oltean
2
-121
/
+89
2021-06-07
net: dsa: sja1105: determine PHY/MAC role from PHY interface type
Vladimir Oltean
2
-82
/
+19
[next]