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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-10
cxgb4: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-20
/
+9
2019-08-10
bnxt: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-29
/
+11
2019-08-10
xgbe: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-76
/
+31
2019-08-10
mlx5: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
6
-153
/
+22
2019-08-10
bonding: no need to print a message if debugfs_create_dir() fails
Greg Kroah-Hartman
1
-5
/
+0
2019-08-10
wimax: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
4
-191
/
+37
2019-08-09
Merge tag 'mlx5-updates-2019-08-09' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
9
-139
/
+335
2019-08-09
net/mlx5e: Use refcount_t for refcount
Chuhong Yuan
1
-4
/
+5
2019-08-09
net/mlx5e: Use vhca_id in generating representor port_index
Parav Pandit
1
-4
/
+16
2019-08-09
net/mlx5e: Simplify querying port representor parent id
Parav Pandit
1
-13
/
+3
2019-08-09
net/mlx5: E-switch, Removed unused hwid
Parav Pandit
1
-5
/
+1
2019-08-09
net/mlx5e: Allow concurrent creation of encap entries
Vlad Buslov
2
-6
/
+29
2019-08-09
net/mlx5e: Protect encap hash table with mutex
Vlad Buslov
3
-10
/
+36
2019-08-09
net/mlx5e: Extend encap entry with reference counter
Vlad Buslov
4
-28
/
+64
2019-08-09
net/mlx5e: Allow concurrent creation of mod_hdr entries
Vlad Buslov
1
-12
/
+29
2019-08-09
net/mlx5e: Protect mod_hdr hash table with mutex
Vlad Buslov
2
-10
/
+27
2019-08-09
net/mlx5e: Protect mod header entry flows list with spinlock
Vlad Buslov
1
-0
/
+7
2019-08-09
net/mlx5e: Extend mod header entry with reference counter
Vlad Buslov
4
-43
/
+57
2019-08-09
net/mlx5e: Allow concurrent creation of hairpin entries
Vlad Buslov
1
-19
/
+46
2019-08-09
net/mlx5e: Protect hairpin hash table with mutex
Vlad Buslov
2
-4
/
+18
2019-08-09
net/mlx5e: Protect hairpin entry flows list with spinlock
Vlad Buslov
1
-0
/
+8
2019-08-09
net/mlx5e: Extend hairpin entry with reference counter
Vlad Buslov
1
-18
/
+26
2019-08-09
net: hns3: refine some macro definitions
Guojia Liao
2
-3
/
+3
2019-08-09
net: hns3: add handshake with VF for PF reset
Huazhong Tan
2
-8
/
+55
2019-08-09
net: hns3: refine MAC pause statistics querying function
Yufeng Mo
3
-14
/
+20
2019-08-09
net: hns3: add function display NCL_CONFIG info
Yufeng Mo
1
-22
/
+30
2019-08-09
net: hns3: add check for max TX BD num for tso and non-tso case
Yunsheng Lin
2
-24
/
+17
2019-08-09
net: hns3: add some statitics info to tx process
Yunsheng Lin
3
-14
/
+52
2019-08-09
net: hns3: add DFX registers information for ethtool -d
Guangbin Huang
3
-55
/
+301
2019-08-09
net: hns3: modify how pause options is displayed
Yonglong Liu
1
-17
/
+21
2019-08-09
net: hns3: add input length check for debugfs write function
Yufeng Mo
1
-0
/
+4
2019-08-09
net: hns3: clean up for vlan handling in hns3_fill_desc_vtags
Yunsheng Lin
1
-78
/
+89
2019-08-09
net: hns3: fix interrupt clearing error for VF
Huazhong Tan
2
-9
/
+21
2019-08-09
net: hns3: fix GFP flag error in hclge_mac_update_stats()
Zhongzhu Liu
1
-1
/
+5
2019-08-09
r8169: fix performance issue on RTL8168evl
Holger Hoffstätte
1
-3
/
+3
2019-08-09
devlink: remove pointless data_len arg from region snapshot create
Jiri Pirko
1
-5
/
+2
2019-08-08
liquidio: Use pcie_flr() instead of reimplementing it
Denis Efremov
1
-3
/
+1
2019-08-08
r8169: allocate rx buffers using alloc_pages_node
Heiner Kallweit
1
-26
/
+19
2019-08-08
mlxsw: spectrum: Extend to support Spectrum-3 ASIC
Jiri Pirko
3
-3
/
+59
2019-08-08
net: stmmac: selftests: Add a selftest for Flexible RX Parser
Jose Abreu
1
-1
/
+97
2019-08-08
net: stmmac: Add Flexible RX Parser support in XGMAC
Jose Abreu
3
-0
/
+206
2019-08-08
net: stmmac: Implement Safety Features in XGMAC core
Jose Abreu
3
-0
/
+311
2019-08-08
net: stmmac: selftests: Add test for VLAN and Double VLAN Filtering
Jose Abreu
1
-0
/
+205
2019-08-08
net: stmmac: Implement VLAN Hash Filtering in XGMAC
Jose Abreu
7
-0
/
+139
2019-08-08
net: stmmac: selftests: Add RSS test
Jose Abreu
1
-0
/
+19
2019-08-08
net: stmmac: Implement RSS and enable it in XGMAC core
Jose Abreu
9
-4
/
+241
2019-08-08
net: stmmac: xgmac: Implement tx_queue_prio()
Jose Abreu
2
-1
/
+22
2019-08-08
net: stmmac: xgmac: Implement set_mtl_tx_queue_weight()
Jose Abreu
1
-1
/
+21
2019-08-08
net: stmmac: xgmac: Implement MMC counters
Jose Abreu
7
-2
/
+212
2019-08-08
flow_offload: move tc indirect block to flow offload
wenxu
2
-10
/
+11
[next]