index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-23
net: dsa: b53: Fix statistics readings
Florian Fainelli
1
-1
/
+1
2016-06-23
of_mdio: Enable fixed PHY support if driver is a module
Ben Hutchings
1
-1
/
+1
2016-06-23
ti_cpsw: Check for disabled child nodes
Ben Hutchings
1
-1
/
+1
2016-06-23
can: mcp251x: add message about sucessful/unsuccessful probe
Ed Spiridonov
1
-1
/
+6
2016-06-23
can: rcar_canfd: Add back-to-error-active support
Ramesh Shanmugasundaram
1
-20
/
+56
2016-06-23
can: rcar_canfd: Add Classical CAN only mode support
Ramesh Shanmugasundaram
1
-114
/
+241
2016-06-22
net: ethernet: bgmac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-18
/
+2
2016-06-22
net: ethernet: bgmac: use phydev from struct net_device
Philippe Reynes
2
-12
/
+6
2016-06-22
net: ethernet: altera_tse: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-22
/
+2
2016-06-22
net: ethernet: altera_tse: use phydev from struct net_device
Philippe Reynes
3
-14
/
+9
2016-06-22
net: ethernet: sun4i-emac: use phy_ethtool_{get|set}_link_ksettings
Philippe Reynes
1
-22
/
+2
2016-06-22
net: ethernet: sun4i-emac: use phydev from struct net_device
Philippe Reynes
1
-20
/
+14
2016-06-21
mlxsw: spectrum: Add debug prints
Ido Schimmel
2
-0
/
+14
2016-06-21
mlxsw: spectrum: Free resources upon vPort destruction
Ido Schimmel
2
-35
/
+15
2016-06-21
mlxsw: spectrum: Refactor FDB flushing logic
Ido Schimmel
3
-89
/
+47
2016-06-21
mlxsw: spectrum: Don't count on FID being present
Ido Schimmel
3
-8
/
+11
2016-06-21
mlxsw: spectrum: Add FID get / set functions
Ido Schimmel
3
-21
/
+32
2016-06-21
mlxsw: spectrum: Check if port is vPort using its VID
Ido Schimmel
1
-6
/
+8
2016-06-21
mlxsw: spectrum: Use per-FID struct for the VLAN-aware bridge
Ido Schimmel
3
-125
/
+195
2016-06-21
mlxsw: spectrum: Remove unused function argument
Ido Schimmel
1
-6
/
+3
2016-06-21
mlxsw: spectrum: Use join / leave functions for vFID operations
Ido Schimmel
1
-178
/
+126
2016-06-21
mlxsw: spectrum: Make vFID struct generic
Ido Schimmel
3
-150
/
+131
2016-06-21
mlxsw: spectrum: Use FID instead of vFID to setup flooding
Ido Schimmel
3
-10
/
+12
2016-06-21
mlxsw: spectrum: Create a function to map vPort's FID
Ido Schimmel
1
-46
/
+38
2016-06-21
mlxsw: spectrum: Use only one function to create vFIDs
Ido Schimmel
1
-42
/
+37
2016-06-21
mlxsw: spectrum: Remove redundant function argument
Ido Schimmel
3
-10
/
+8
2016-06-21
mlxsw: spectrum: Use DECLARE_BITMAP() macro
Ido Schimmel
1
-4
/
+4
2016-06-21
mlxsw: spectrum: Centralize VLAN-aware bridge ref counting
Ido Schimmel
1
-28
/
+30
2016-06-21
mlxsw: spectrum: Remove unnecessary function argument
Ido Schimmel
1
-4
/
+3
2016-06-21
mlxsw: spectrum: Make unlinking functions return void
Ido Schimmel
1
-40
/
+28
2016-06-21
mlxsw: spectrum: Use WARN_ON() return value
Ido Schimmel
1
-12
/
+4
2016-06-21
mlxsw: spectrum: Remove unnecessary checks from event processing
Ido Schimmel
1
-4
/
+2
2016-06-21
mlxsw: spectrum: Forbid LAG slave from having VLAN uppers
Ido Schimmel
1
-1
/
+6
2016-06-21
mlxsw: spectrum: Sanitize port netdev upper devices
Ido Schimmel
1
-0
/
+7
2016-06-21
mlxsw: spectrum: Use notifier_from_errno() in notifier block
Ido Schimmel
1
-63
/
+29
2016-06-21
net: hns: bug fix about TSO on|off when there is traffic
Daode Huang
1
-4
/
+4
2016-06-21
net: hns: change the default coalesce usecs
Daode Huang
2
-2
/
+2
2016-06-21
net: hns: fix sbm default parameters config error
Daode Huang
2
-17
/
+39
2016-06-21
net: hns: fix bug that alloc skb fail lead to port unavailable
Jun He
1
-2
/
+3
2016-06-21
net: hns: bug fix about led control logic when link down
Daode Huang
1
-5
/
+7
2016-06-21
net: hns: delete redundancy ring enable operations
Daode Huang
4
-21
/
+10
2016-06-21
net: hns: add get_coalesce_range api for hns
Daode Huang
3
-0
/
+40
2016-06-21
net: hns: fix bug of getting the wrong tcam data
Daode Huang
1
-4
/
+4
2016-06-21
net: hns: add spin lock for tcam table operation
Daode Huang
2
-0
/
+27
2016-06-21
net: hns: bugfix about pfc pause frame statistics
Daode Huang
4
-12
/
+81
2016-06-21
net: hns: fix the wrong speed for bond
Qianqian Xie
2
-20
/
+25
2016-06-21
net: hns: fix ethtool loopback fail bug
Kejian Yan
1
-21
/
+14
2016-06-21
net: hns: select Hilink before serdes loopback for HNS V2
Kejian Yan
1
-6
/
+20
2016-06-21
net: hns: fix the error info when dma_set_mask_and_coherent fail
Qianqian Xie
1
-1
/
+1
2016-06-21
net: hns: Remove unnecessary device resource free
Qianqian Xie
1
-35
/
+4
[prev]
[next]