index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
net: hns3: add limit ets dwrr bandwidth cannot be 0
Guangbin Huang
1
-0
/
+9
2021-10-20
net: hns3: reset DWRR of unused tc to zero
Guangbin Huang
1
-0
/
+2
2021-10-20
net: hns3: Add configuration of TM QCN error event
Jiaran Zhang
2
-1
/
+6
2021-10-19
ice: fix an error code in ice_ena_vfs()
Dan Carpenter
1
-1
/
+2
2021-10-19
ice: use devm_kcalloc() instead of devm_kzalloc()
Gustavo A. R. Silva
2
-4
/
+4
2021-10-19
ice: Make use of the helper function devm_add_action_or_reset()
Cai Huoqing
1
-3
/
+1
2021-10-19
ice: Refactor PR ethtool ops
Wojciech Drewek
1
-25
/
+74
2021-10-19
ice: Manage act flags for switchdev offloads
Wojciech Drewek
5
-138
/
+21
2021-10-19
ice: Forbid trusted VFs in switchdev mode
Wojciech Drewek
1
-5
/
+5
2021-10-19
ice: fix software generating extra interrupts
Jesse Brandeburg
2
-11
/
+16
2021-10-19
ice: fix rate limit update after coalesce change
Jesse Brandeburg
2
-8
/
+13
2021-10-19
ice: update dim usage and moderation
Jesse Brandeburg
4
-87
/
+142
2021-10-19
Merge brank 'mlx5_mkey' into rdma.git for-next
Jason Gunthorpe
56
-319
/
+518
2021-10-19
ice: Add support for VF rate limiting
Brett Creeley
7
-4
/
+486
2021-10-19
net: ethernet: ixp4xx: Make use of dma_pool_zalloc() instead of dma_pool_alloc/memset()
Cai Huoqing
1
-3
/
+2
2021-10-19
ethernet: Remove redundant statement
luo penghao
1
-1
/
+0
2021-10-19
cavium: Fix return values of the probe function
Zheyu Ma
1
-2
/
+2
2021-10-19
e1000e: Remove redundant statement
luo penghao
1
-1
/
+0
2021-10-19
ethernet: sparx5: use eth_hw_addr_gen()
Jakub Kicinski
1
-3
/
+1
2021-10-19
ethernet: mlxsw: use eth_hw_addr_gen()
Jakub Kicinski
2
-11
/
+7
2021-10-19
ethernet: fec: use eth_hw_addr_gen()
Jakub Kicinski
1
-4
/
+1
2021-10-19
ethernet: prestera: use eth_hw_addr_gen()
Jakub Kicinski
1
-2
/
+5
2021-10-19
ethernet: ocelot: use eth_hw_addr_gen()
Jakub Kicinski
1
-2
/
+1
2021-10-19
ethernet: smsc: use eth_hw_addr_set()
Jakub Kicinski
2
-13
/
+17
2021-10-19
ethernet: smc91x: use eth_hw_addr_set()
Jakub Kicinski
2
-2
/
+6
2021-10-19
ethernet: sis900: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+3
2021-10-19
ethernet: sis190: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+3
2021-10-19
ethernet: sxgbe: use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+6
2021-10-19
ethernet: rocker: use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+5
2021-10-19
ethernet: renesas: use eth_hw_addr_set()
Jakub Kicinski
2
-12
/
+16
2021-10-19
ethernet: r8169: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+2
2021-10-19
ethernet: netxen: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+3
2021-10-19
ethernet: lpc: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+3
2021-10-19
ethernet: sky2/skge: use eth_hw_addr_set()
Jakub Kicinski
2
-4
/
+9
2021-10-19
ethernet: mv643xx: use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+7
2021-10-19
RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key
Aharon Landau
14
-52
/
+48
2021-10-19
RDMA/mlx5: Remove pd from struct mlx5_core_mkey
Aharon Landau
1
-3
/
+0
2021-10-19
RDMA/mlx5: Remove size from struct mlx5_core_mkey
Aharon Landau
1
-1
/
+0
2021-10-19
RDMA/mlx5: Remove iova from struct mlx5_core_mkey
Aharon Landau
1
-1
/
+0
2021-10-19
mlxsw: spectrum_qdisc: Make RED, TBF offloads classful
Petr Machata
1
-1
/
+31
2021-10-19
mlxsw: spectrum_qdisc: Validate qdisc topology
Petr Machata
1
-9
/
+82
2021-10-19
mlxsw: spectrum_qdisc: Clean stats recursively when priomap changes
Petr Machata
1
-8
/
+29
2021-10-19
mlxsw: spectrum_qdisc: Unify graft validation
Petr Machata
1
-18
/
+19
2021-10-19
mlxsw: spectrum_qdisc: Destroy children in mlxsw_sp_qdisc_destroy()
Petr Machata
1
-2
/
+4
2021-10-19
mlxsw: spectrum_qdisc: Extract two helpers for handling future FIFOs
Petr Machata
1
-15
/
+33
2021-10-19
mlxsw: spectrum_qdisc: Query tclass / priomap instead of caching it
Petr Machata
1
-34
/
+146
2021-10-19
Merge tag 'mlx5-updates-2021-10-18' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
19
-35
/
+946
2021-10-19
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
David S. Miller
3
-105
/
+101
2021-10-18
net/mlx5: E-Switch, Increase supported number of forward destinations to 32
Maor Dickman
1
-1
/
+1
2021-10-18
net/mlx5: E-Switch, Use dynamic alloc for dest array
Maor Dickman
1
-2
/
+14
[prev]
[next]