index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
extcon
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-06-10
mvpp2: prefetch right address
Matteo Croce
1
-2
/
+2
2021-06-10
net: ethernet: ti: am65-cpts: Use devm_platform_ioremap_resource_byname()
Yang Yingliang
1
-3
/
+1
2021-06-10
net: stmmac: Use devm_platform_ioremap_resource_byname()
Yang Yingliang
1
-3
/
+1
2021-06-10
net: sgi: ioc3-eth: check return value after calling platform_get_resource()
Yang Yingliang
1
-0
/
+4
2021-06-09
Revert "nvme-tcp-offload: ULP Series"
Shai Malin
7
-1563
/
+9
2021-06-09
net: usb: asix: ax88772: Fix less than zero comparison of a u16
Colin Ian King
1
-4
/
+4
2021-06-09
net: usb: asix: Fix less than zero comparison of a u16
Colin Ian King
1
-3
/
+5
2021-06-09
netdevsim: delete unnecessary debugfs checking
Dan Carpenter
1
-15
/
+1
2021-06-09
devlink: Fix error message in devlink_rate_set_ops_supported()
Dan Carpenter
1
-1
/
+1
2021-06-09
net: dsa: qca8k: check the correct variable in qca8k_set_mac_eee()
Dan Carpenter
1
-3
/
+1
2021-06-09
net: dsa: qca8k: fix an endian bug in qca8k_get_ethtool_stats()
Dan Carpenter
1
-3
/
+3
2021-06-09
net: lapbether: fix the code style issue about line length
Peng Li
1
-1
/
+2
2021-06-09
net: lapbether: fix the alignment issue
Peng Li
1
-1
/
+1
2021-06-09
net: lapbether: replace comparison to NULL with "lapbeth_get_x25_dev"
Peng Li
1
-1
/
+1
2021-06-09
net: lapbether: fix the comments style issue
Peng Li
1
-17
/
+10
2021-06-09
net: lapbether: remove unnecessary out of memory message
Peng Li
1
-6
/
+2
2021-06-09
net: lapbether: remove trailing whitespaces
Peng Li
1
-3
/
+3
2021-06-09
net: lapbether: move out assignment in if condition
Peng Li
1
-5
/
+10
2021-06-09
net: lapbether: add blank line after declarations
Peng Li
1
-0
/
+1
2021-06-09
net: lapbether: remove redundant blank line
Peng Li
1
-1
/
+0
2021-06-09
net: hns3: use list_move_tail instead of list_del/list_add_tail in hclge_main.c
Baokun Li
1
-10
/
+5
2021-06-09
net: hns3: use list_move_tail instead of list_del/list_add_tail in hclgevf_ma...
Baokun Li
1
-6
/
+3
2021-06-09
nfp: use list_move instead of list_del/list_add in nfp_cppcore.c
Baokun Li
1
-2
/
+1
2021-06-09
net/x25: fix a mistake in grammar
gushengxian
1
-1
/
+1
2021-06-09
net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-11
/
+4
2021-06-09
net: dsa: b53: Do not force CPU to be always tagged
Florian Fainelli
1
-3
/
+14
2021-06-09
netfilter: nf_tables: move base hook annotation to init helper
Florian Westphal
1
-8
/
+7
2021-06-09
netfilter: nfnetlink_hook: add depends-on nftables
Florian Westphal
1
-0
/
+1
2021-06-09
netfilter: nfnetlink_hook: fix array index out-of-bounds error
Colin Ian King
1
-1
/
+1
2021-06-09
net: appletalk: fix some mistakes in grammar
gushengxian
1
-3
/
+3
2021-06-09
netfilter: nft_exthdr: Fix for unsafe packet data read
Phil Sutter
1
-1
/
+3
2021-06-09
net: stmmac: explicitly deassert GMAC_AHB_RESET
Matthew Hagan
3
-0
/
+14
2021-06-09
sh_eth: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-4
/
+1
2021-06-09
net: nixge: simplify code with devm platform functions
Yang Yingliang
1
-6
/
+2
2021-06-09
net: dsa: felix: set TX flow control according to the phylink_mac_link_up res...
Vladimir Oltean
1
-0
/
+2
2021-06-09
net: x25: Use list_for_each_entry() to simplify code in x25_forward.c
Wang Hai
1
-6
/
+2
2021-06-09
ethernet/qlogic: Use list_for_each_entry() to simplify code in qlcnic_hw.c
Wang Hai
1
-6
/
+2
2021-06-09
net: stmmac: fix NPD with phylink_set_pcs if there is no MDIO bus
Vladimir Oltean
1
-5
/
+2
2021-06-09
net: lapb: Use list_for_each_entry() to simplify code in lapb_iface.c
Wang Hai
1
-3
/
+1
2021-06-09
net: x25: Use list_for_each_entry() to simplify code in x25_link.c
Wang Hai
1
-4
/
+1
2021-06-09
net: qede: Use list_for_each_entry() to simplify code
Wang Hai
1
-4
/
+2
2021-06-08
net: hns3: add error handling compatibility during initialization
Jiaran Zhang
3
-11
/
+34
2021-06-08
net: hns3: update error recovery module and type
Jiaran Zhang
3
-5
/
+74
2021-06-08
net: hns3: add support for imp-handle ras capability
Jiaran Zhang
5
-1
/
+11
2021-06-08
net: hns3: add the RAS compatibility adaptation solution
Jiaran Zhang
5
-39
/
+409
2021-06-08
net: hns3: add support for handling all errors through MSI-X
Yufeng Mo
3
-23
/
+41
2021-06-08
net: ena: re-organize code to improve readability
Shay Agroskin
3
-9
/
+14
2021-06-08
net: ena: Use dev_alloc() in RX buffer allocation
Shay Agroskin
1
-22
/
+36
2021-06-08
net: ena: aggregate doorbell common operations into a function
Shay Agroskin
1
-20
/
+18
2021-06-08
net: ena: fix RST format in ENA documentation file
Shay Agroskin
1
-86
/
+78
[next]