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
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-17
net: xen-netback: hash.c: Use built-in RCU list checking
Madhuparna Bhowmik
1
-2
/
+4
2020-01-16
sfc: remove duplicated include from efx.c
YueHaibing
1
-1
/
+0
2020-01-16
pptp: support sockets bound to an interface
Ulrich Weber
1
-2
/
+3
2020-01-15
netdevsim: fib: Add dummy implementation for FIB offload
Ido Schimmel
2
-9
/
+663
2020-01-15
mlxsw: spectrum_router: Set hardware flags for routes
Ido Schimmel
1
-77
/
+77
2020-01-15
mlxsw: spectrum_router: Separate nexthop offload indication from route
Ido Schimmel
1
-17
/
+75
2020-01-15
net: socionext: get rid of huge dma sync in netsec_alloc_rx_data
Lorenzo Bianconi
1
-17
/
+26
2020-01-14
net: phy: mscc: PN rollover support
Antoine Tenart
2
-1
/
+61
2020-01-14
net: macsec: PN wrap callback
Antoine Tenart
1
-6
/
+19
2020-01-14
net: phy: mscc: macsec support
Antoine Tenart
3
-0
/
+698
2020-01-14
net: phy: mscc: macsec initialization
Antoine Tenart
4
-0
/
+865
2020-01-14
net: macsec: add nla support for changing the offloading selection
Antoine Tenart
1
-3
/
+142
2020-01-14
net: macsec: hardware offloading infrastructure
Antoine Tenart
1
-12
/
+441
2020-01-14
net: macsec: move some definitions in a dedicated header
Antoine Tenart
1
-163
/
+1
2020-01-14
mdio_bus: Simplify reset handling and extend to non-DT systems
Geert Uytterhoeven
1
-11
/
+5
2020-01-14
net: phy: Added IRQ print to phylink_bringup_phy()
Florian Fainelli
2
-4
/
+15
2020-01-14
net: stmmac: selftests: Add a test for TBS feature
Jose Abreu
1
-0
/
+71
2020-01-14
net: stmmac: selftests: Switch to dev_direct_xmit()
Jose Abreu
1
-19
/
+6
2020-01-14
net: stmmac: Add missing information in DebugFS capabilities file
Jose Abreu
1
-0
/
+6
2020-01-14
net: stmmac: pci: Enable TBS on GMAC5 IPK PCI entry
Jose Abreu
1
-0
/
+2
2020-01-14
net: stmmac: gmac4+: Add TBS support
Jose Abreu
5
-0
/
+46
2020-01-14
net: stmmac: xgmac: Add TBS support
Jose Abreu
3
-0
/
+46
2020-01-14
net: stmmac: tc: Add support for ETF Scheduler using TBS
Jose Abreu
4
-0
/
+29
2020-01-14
net: stmmac: Initial support for TBS
Jose Abreu
4
-65
/
+155
2020-01-14
amd-xgbe: remove unnecessary conversion to bool
Chen Zhou
1
-1
/
+1
2020-01-14
net: mvneta: change page pool nid to NUMA_NO_NODE
Lorenzo Bianconi
1
-1
/
+1
2020-01-13
sfc/ethtool_common: Make some function to static
Zhang Xiaoxu
1
-8
/
+9
2020-01-13
net: amd: a2065: Use print_hex_dump_debug() helper
Geert Uytterhoeven
1
-4
/
+3
2020-01-13
net: amd: a2065: Kill Sun LANCE relics
Geert Uytterhoeven
1
-4
/
+0
2020-01-12
net: ethernet: ixp4xx: Use parent dev for DMA pool
Linus Walleij
1
-1
/
+1
2020-01-12
ARM/net: ixp4xx: Pass ethernet physical base as resource
Linus Walleij
1
-9
/
+11
2020-01-12
net: ehernet: ixp4xx: Use netdev_* messages
Linus Walleij
1
-29
/
+23
2020-01-12
net: ethernet: ixp4xx: Use distinct local variable
Linus Walleij
1
-22
/
+25
2020-01-12
net: ethernet: ixp4xx: Standard module init
Linus Walleij
1
-52
/
+44
2020-01-12
ixp4xx_eth: move platform_data definition
Arnd Bergmann
2
-0
/
+1
2020-01-12
ptp: ixp46x: move adjacent to ethernet driver
Arnd Bergmann
5
-2
/
+415
2020-01-12
wan: ixp4xx_hss: prepare compile testing
Arnd Bergmann
2
-16
/
+22
2020-01-12
wan: ixp4xx_hss: fix compile-testing on 64-bit
Arnd Bergmann
1
-2
/
+2
2020-01-12
net: hns3: refactor the notification scheme of PF reset
Huazhong Tan
1
-23
/
+19
2020-01-12
net: hns3: modify hclge_func_reset_sync_vf()'s return type to void
Huazhong Tan
1
-20
/
+9
2020-01-12
net: hns3: enlarge HCLGE_RESET_WAIT_CNT
Huazhong Tan
1
-1
/
+2
2020-01-12
net: hns3: refactor the procedure of VF FLR
Huazhong Tan
3
-65
/
+55
2020-01-12
net: hns3: refactor the precedure of PF FLR
Huazhong Tan
2
-43
/
+43
2020-01-12
net: hns3: split hclgevf_reset() into preparing and rebuilding part
Huazhong Tan
1
-42
/
+39
2020-01-12
net: hns3: split hclge_reset() into preparing and rebuilding part
Huazhong Tan
1
-25
/
+34
2020-01-11
sfc: remove set but not used variable 'nic_data'
YueHaibing
1
-3
/
+0
2020-01-11
sfc: remove duplicated include from ef10.c
YueHaibing
1
-1
/
+0
2020-01-11
bnxt: Detach page from page pool before sending up the stack
Jonathan Lemon
1
-0
/
+1
2020-01-11
devlink: rename and expand devlink-trap-netdevsim.rst
Jacob Keller
1
-1
/
+1
2020-01-11
devlink: move devlink documentation to subfolder
Jacob Keller
1
-1
/
+1
[next]