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
/
ethernet
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-18
tsnep: Prepare RX buffer for XDP support
Gerhard Engleder
1
-10
/
+11
2023-01-18
tsnep: Subtract TSNEP_RX_INLINE_METADATA_SIZE once
Gerhard Engleder
1
-2
/
+9
2023-01-18
tsnep: Add XDP TX support
Gerhard Engleder
2
-10
/
+189
2023-01-18
tsnep: Do not print DMA mapping error
Gerhard Engleder
1
-2
/
+0
2023-01-18
tsnep: Forward NAPI budget to napi_consume_skb()
Gerhard Engleder
1
-1
/
+1
2023-01-18
tsnep: Replace TX spin_lock with __netif_tx_lock
Gerhard Engleder
2
-21
/
+10
2023-01-18
net: ftmac100: handle netdev flags IFF_PROMISC and IFF_ALLMULTI
Sergei Antonov
1
-0
/
+6
2023-01-18
net: ethernet: ti: am65-cpts: adjust pps following ptp changes
Grygorii Strashko
1
-10
/
+49
2023-01-18
net: ethernet: ti: am65-cpts: add pps support
Grygorii Strashko
1
-5
/
+91
2023-01-18
net: stmmac: add imx93 platform support
Clark Wang
1
-5
/
+50
2023-01-18
net: mlx5: eliminate anonymous module_init & module_exit
Randy Dunlap
1
-4
/
+4
2023-01-18
net/mlx5: E-switch, Fix switchdev mode after devlink reload
Chris Mi
1
-0
/
+1
2023-01-18
net/mlx5e: Protect global IPsec ASO
Leon Romanovsky
2
-1
/
+8
2023-01-18
net/mlx5e: Remove optimization which prevented update of ESN state
Leon Romanovsky
2
-10
/
+0
2023-01-18
net/mlx5e: Set decap action based on attr for sample
Chris Mi
1
-3
/
+2
2023-01-18
net/mlx5e: QoS, Fix wrongfully setting parent_element_id on MODIFY_SCHEDULING...
Maor Dickman
3
-5
/
+4
2023-01-18
net/mlx5: E-switch, Fix setting of reserved fields on MODIFY_SCHEDULING_ELEMENT
Maor Dickman
1
-15
/
+3
2023-01-18
net/mlx5e: Remove redundant xsk pointer check in mlx5e_mpwrq_validate_xsk
Adham Faris
1
-2
/
+1
2023-01-18
net/mlx5e: Avoid false lock dependency warning on tc_ht even more
Vlad Buslov
1
-0
/
+3
2023-01-18
net/mlx5: fix missing mutex_unlock in mlx5_fw_fatal_reporter_err_work()
Yang Yingliang
1
-0
/
+1
2023-01-17
net: ethernet: renesas: rswitch: C45 only transactions
Michael Walle
1
-22
/
+6
2023-01-17
amd-xgbe: Replace MII_ADDR_C45 with XGBE_ADDR_C45
Andrew Lunn
2
-13
/
+14
2023-01-17
amd-xgbe: Separate C22 and C45 transactions
Andrew Lunn
3
-44
/
+158
2023-01-17
net: hns: Separate C22 and C45 transactions
Andrew Lunn
1
-57
/
+135
2023-01-17
ixgbe: Use C45 mdiobus accessors
Andrew Lunn
1
-2
/
+4
2023-01-17
ixgbe: Separate C22 and C45 transactions
Andrew Lunn
1
-55
/
+182
2023-01-17
net: macb: Separate C22 and C45 transactions
Andrew Lunn
1
-53
/
+108
2023-01-17
net: nixge: Separate C22 and C45 transactions
Andrew Lunn
1
-56
/
+85
2023-01-17
net: sxgbe: Separate C22 and C45 transactions
Andrew Lunn
1
-24
/
+81
2023-01-17
net: wangxun: clean up the code
Mengyuan Lou
4
-33
/
+24
2023-01-17
net: stmmac: fix invalid call to mdiobus_get_phy()
Heiner Kallweit
1
-0
/
+5
2023-01-17
net: ethernet: mtk_wed: add reset/reset_complete callbacks
Lorenzo Bianconi
3
-0
/
+58
2023-01-17
net: ethernet: mtk_eth_soc: add dma checks to mtk_hw_reset_check
Lorenzo Bianconi
2
-0
/
+132
2023-01-17
net: ethernet: mtk_eth_soc: align reset procedure to vendor sdk
Lorenzo Bianconi
5
-23
/
+115
2023-01-17
net: ethernet: mtk_eth_soc: introduce mtk_hw_warm_reset support
Lorenzo Bianconi
1
-4
/
+56
2023-01-17
net: ethernet: mtk_eth_soc: introduce mtk_hw_reset utility routine
Lorenzo Bianconi
1
-14
/
+22
2023-01-16
octeontx2-pf: Avoid use of GFP_KERNEL in atomic context
Geetha sowjanya
1
-2
/
+2
2023-01-16
net: microchip: vcap api: Enable/Disable rules via chains in VCAP HW
Steen Hegelund
5
-10
/
+222
2023-01-16
net: microchip: vcap api: Add a storage state to a VCAP rule
Steen Hegelund
4
-27
/
+161
2023-01-16
net: microchip: vcap api: Check chains when adding a tc flower filter
Steen Hegelund
5
-55
/
+72
2023-01-16
net: microchip: vcap api: Use src and dst chain id to chain VCAP lookups
Steen Hegelund
6
-84
/
+92
2023-01-16
net: microchip: vcap api: Convert multi-word keys/actions when encoding
Steen Hegelund
1
-109
/
+134
2023-01-16
net: microchip: vcap api: Always enable VCAP lookups
Steen Hegelund
7
-65
/
+16
2023-01-16
net: microchip: sparx5: Reset VCAP counter for new rules
Steen Hegelund
2
-3
/
+8
2023-01-16
net: microchip: vcap api: Erase VCAP cache before encoding rule
Steen Hegelund
1
-1
/
+1
2023-01-16
r8169: reset bus if NIC isn't accessible after tx timeout
Heiner Kallweit
1
-0
/
+10
2023-01-16
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
David S. Miller
2
-10
/
+24
2023-01-16
net: stmmac: Fix queue statistics reading
Kurt Kanzenbach
1
-4
/
+4
2023-01-16
octeontx2-af: update CPT inbound inline IPsec config mailbox
Srujana Challa
2
-5
/
+47
2023-01-15
RDMA/mlx: Calling qp event handler in workqueue context
Mark Zhang
1
-5
/
+9
[prev]
[next]