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
2022-10-03
net/mlx5: E-Switch, Allow offloading fwd dest flow table with vport
Roi Dayan
1
-7
/
+9
2022-10-03
net/mlx5: Set default grace period based on function type
Maher Sanalla
1
-2
/
+16
2022-10-03
net/mlx5: Start health poll at earlier stage of driver load
Moshe Shemesh
2
-10
/
+18
2022-10-03
net/mlx5e: Expose rx_oversize_pkts_buffer counter
Gal Pressman
3
-2
/
+26
2022-10-03
net/mlx5e: xsk: Optimize for unaligned mode with 3072-byte frames
Maxim Mikityanskiy
4
-3
/
+61
2022-10-03
net/mlx5e: xsk: Print a warning in slow configurations
Maxim Mikityanskiy
1
-0
/
+9
2022-10-03
net/mlx5e: xsk: Use KLM to protect frame overrun in unaligned mode
Maxim Mikityanskiy
4
-10
/
+90
2022-10-03
net/mlx5e: Improve MTT/KSM alignment
Maxim Mikityanskiy
5
-16
/
+18
2022-10-03
net/mlx5e: xsk: Use umr_mode to calculate striding RQ parameters
Maxim Mikityanskiy
6
-72
/
+167
2022-10-03
net/mlx5e: xsk: Improve need_wakeup logic
Maxim Mikityanskiy
4
-37
/
+23
2022-10-03
net/mlx5e: xsk: Include XSK skb_from_cqe callbacks in INDIRECT_CALL
Maxim Mikityanskiy
1
-2
/
+4
2022-10-03
net/mlx5e: xsk: Set napi_id to support busy polling
Maxim Mikityanskiy
1
-1
/
+1
2022-10-03
net/mlx5e: xsk: Flush RQ on XSK activation to save memory
Maxim Mikityanskiy
3
-5
/
+19
2022-10-03
net: mvpp2: fix mvpp2 debugfs leak
Russell King (Oracle)
3
-3
/
+21
2022-10-03
net: lan966x: Fix return type of lan966x_port_xmit
Nathan Huckleberry
1
-1
/
+2
2022-10-03
Merge tag 'thermal-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-75
/
+2
2022-10-03
Merge branch 'thermal-core'
Rafael J. Wysocki
1
-75
/
+2
2022-10-03
octeontx2-pf: mcs: Introduce MACSEC hardware offloading
Subbaraya Sundeep
5
-0
/
+1776
2022-10-03
octeontx2-af: cn10k: mcs: Add debugfs support
Geetha sowjanya
2
-0
/
+350
2022-10-03
octeontx2-af: cn10k: mcs: Handle MCS block interrupts
Geetha sowjanya
8
-12
/
+865
2022-10-03
octeontx2-af: cn10k: mcs: Support for stats collection
Geetha sowjanya
6
-0
/
+1048
2022-10-03
octeontx2-af: cn10k: mcs: Install a default TCAM for normal traffic
Geetha sowjanya
3
-0
/
+69
2022-10-03
octeontx2-af: cn10k: mcs: Manage the MCS block hardware resources
Geetha sowjanya
6
-1
/
+1530
2022-10-03
octeontx2-af: cn10k: mcs: Add mailboxes for port related operations
Geetha sowjanya
5
-3
/
+375
2022-10-03
octeontx2-af: cn10k: Introduce driver for macsec block.
Geetha sowjanya
8
-1
/
+678
2022-10-03
eth: sp7021: fix use after free bug in spl2sw_nvmem_get_mac_address
Zheng Wang
1
-1
/
+1
2022-10-03
net: lan966x: Add port mirroring support using tc-matchall
Horatiu Vultur
5
-1
/
+193
2022-10-03
net: lan966x: Add port police support using tc-matchall
Horatiu Vultur
6
-1
/
+468
2022-10-03
net: fec: using page pool to manage RX buffers
Shenwei Wang
3
-58
/
+119
2022-10-03
bnx2x: fix potential memory leak in bnx2x_tpa_stop()
Jianglei Nie
1
-0
/
+1
2022-10-03
eth: lan743x: reject extts for non-pci11x1x devices
Raju Lakkaraju
1
-0
/
+7
2022-10-03
net: prestera: acl: Add check for kmemdup
Jiasheng Jiang
3
-5
/
+13
2022-10-03
net: sparx5: Fix return type of sparx5_port_xmit_impl
Nathan Huckleberry
2
-3
/
+3
2022-10-01
net/mlx5e: xsk: Use queue indices starting from 0 for XSK queues
Maxim Mikityanskiy
14
-205
/
+52
2022-10-01
net/mlx5e: Introduce the mlx5e_flush_rq function
Maxim Mikityanskiy
3
-24
/
+29
2022-10-01
net/mlx5e: xsk: Support XDP metadata on XSK RQs
Maxim Mikityanskiy
1
-8
/
+12
2022-10-01
net/mlx5e: Optimize RQ page deallocation
Maxim Mikityanskiy
2
-19
/
+24
2022-10-01
net/mlx5e: Call mlx5e_page_release_dynamic directly where possible
Maxim Mikityanskiy
1
-16
/
+4
2022-10-01
net/mlx5e: Use non-XSK page allocator in SHAMPO
Maxim Mikityanskiy
1
-11
/
+1
2022-10-01
net/mlx5e: xsk: Use xsk_buff_alloc_batch on striding RQ
Maxim Mikityanskiy
4
-48
/
+106
2022-10-01
net/mlx5e: xsk: Use xsk_buff_alloc_batch on legacy RQ
Maxim Mikityanskiy
4
-0
/
+55
2022-10-01
net/mlx5e: xsk: Split out WQE allocation for legacy XSK RQ
Maxim Mikityanskiy
3
-4
/
+34
2022-10-01
net/mlx5e: Remove the outer loop when allocating legacy RQ WQEs
Maxim Mikityanskiy
2
-22
/
+17
2022-10-01
net/mlx5e: xsk: Use partial batches in legacy RQ with XSK
Maxim Mikityanskiy
1
-13
/
+1
2022-10-01
net/mlx5e: Use partial batches in legacy RQ
Maxim Mikityanskiy
1
-18
/
+21
2022-10-01
net/mlx5e: Make the wqe_index_mask calculation more exact
Maxim Mikityanskiy
1
-1
/
+20
2022-10-01
net/mlx5e: Introduce wqe_index_mask for legacy RQ
Maxim Mikityanskiy
2
-4
/
+22
2022-10-01
net/mlx5e: xsk: Drop the check for XSK state in mlx5e_xsk_wakeup
Maxim Mikityanskiy
2
-4
/
+1
2022-10-01
net/mlx5e: xsk: Use mlx5e_trigger_napi_icosq for XSK wakeup
Maxim Mikityanskiy
1
-3
/
+1
2022-09-30
net: ethernet: mtk_eth_soc: fix state in __mtk_foe_entry_clear
Daniel Golle
1
-1
/
+1
[prev]
[next]