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
2024-08-02
eth: fbnic: select DEVLINK and PAGE_POOL
Simon Horman
1
-0
/
+2
2024-08-02
net: axienet: remove unnecessary parentheses
Radhey Shyam Pandey
1
-2
/
+1
2024-08-02
net: axienet: remove unnecessary ftrace-like logging
Radhey Shyam Pandey
1
-4
/
+0
2024-08-02
net: axienet: add missing blank line after declaration
Radhey Shyam Pandey
1
-0
/
+2
2024-08-02
net: axienet: Replace the occurrences of (1<<x) by BIT(x)
Appana Durga Kedareswara Rao
1
-14
/
+14
2024-08-01
net: Use of_property_read_bool()
Rob Herring (Arm)
4
-12
/
+12
2024-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
23
-133
/
+202
2024-08-01
Merge tag 'net-6.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
22
-132
/
+201
2024-08-01
net: ethernet: mtk_eth_soc: drop clocks unused by Ethernet driver
Daniel Golle
1
-14
/
+0
2024-08-01
net/mlx5: Reclaim max 50K pages at once
Anand Khoje
1
-1
/
+15
2024-07-31
net: macb: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
2
-6
/
+7
2024-07-31
net: cnic: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
2
-10
/
+11
2024-07-31
net: xgbe: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
5
-38
/
+38
2024-07-31
net: alteon: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
2
-17
/
+17
2024-07-31
igc: Fix double reset adapter triggered from a single taprio cmd
Faizal Rahim
1
-16
/
+17
2024-07-31
mlxsw: core_thermal: Fix -Wformat-truncation warning
Ido Schimmel
1
-1
/
+1
2024-07-31
mlxsw: core_thermal: Remove unnecessary assignments
Ido Schimmel
1
-2
/
+0
2024-07-31
mlxsw: core_thermal: Remove unnecessary checks
Ido Schimmel
1
-5
/
+3
2024-07-31
mlxsw: core_thermal: Simplify rollback
Ido Schimmel
1
-1
/
+1
2024-07-31
mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetric
Ido Schimmel
1
-7
/
+6
2024-07-31
mlxsw: core_thermal: Remove unused arguments
Ido Schimmel
1
-3
/
+2
2024-07-31
mlxsw: core_thermal: Fold two loops into one
Ido Schimmel
1
-3
/
+1
2024-07-31
mlxsw: core_thermal: Remove another unnecessary check
Ido Schimmel
1
-2
/
+0
2024-07-31
mlxsw: core_thermal: Remove unnecessary check
Ido Schimmel
1
-3
/
+0
2024-07-31
mlxsw: core_thermal: Call thermal_zone_device_unregister() unconditionally
Ido Schimmel
1
-8
/
+2
2024-07-31
net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptys
Shahar Shitrit
1
-1
/
+6
2024-07-31
net/mlx5e: Fix CT entry update leaks of modify header context
Chris Mi
1
-0
/
+1
2024-07-31
net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capability
Rahul Rameshbabu
1
-3
/
+4
2024-07-31
net/mlx5: Fix missing lock on sync reset reload
Moshe Shemesh
1
-1
/
+4
2024-07-31
net/mlx5: Lag, don't use the hardcoded value of the first port
Mark Bloch
1
-1
/
+1
2024-07-31
net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule
Yevgeny Kliteynik
1
-1
/
+1
2024-07-31
net/mlx5: Fix error handling in irq_pool_request_irq
Shay Drory
1
-3
/
+7
2024-07-31
net/mlx5: Always drain health in shutdown callback
Shay Drory
2
-1
/
+2
2024-07-31
r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY
Heiner Kallweit
1
-6
/
+2
2024-07-31
net/mlx4: Add support for EEPROM high pages query for QSFP/QSFP+/QSFP28
Krzysztof Olędzki
1
-4
/
+4
2024-07-30
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
6
-90
/
+135
2024-07-30
net: wangxun: use net_prefetch to simplify logic
Joe Damato
1
-4
/
+1
2024-07-30
net: mvpp2: Don't re-use loop iterator
Dan Carpenter
1
-3
/
+3
2024-07-29
ice: xsk: fix txq interrupt mapping
Maciej Fijalkowski
1
-10
/
+14
2024-07-29
ice: add missing WRITE_ONCE when clearing ice_rx_ring::xdp_prog
Maciej Fijalkowski
1
-1
/
+1
2024-07-29
ice: improve updating ice_{t,r}x_ring::xsk_pool
Maciej Fijalkowski
6
-55
/
+87
2024-07-29
ice: toggle netif_carrier when setting up XSK pool
Maciej Fijalkowski
1
-1
/
+7
2024-07-29
ice: modify error handling when setting XSK pool in ndo_bpf
Maciej Fijalkowski
1
-14
/
+16
2024-07-29
ice: replace synchronize_rcu with synchronize_net
Maciej Fijalkowski
1
-5
/
+4
2024-07-29
ice: don't busy wait for Rx queue disable in ice_qp_dis()
Maciej Fijalkowski
1
-3
/
+1
2024-07-29
ice: respect netif readiness in AF_XDP ZC related ndo's
Michal Kubiak
1
-1
/
+5
2024-07-29
net: axienet: start napi before enabling Rx/Tx
Andy Chiu
1
-1
/
+1
2024-07-29
eth: bnxt: populate defaults in the RSS context struct
Jakub Kicinski
1
-0
/
+4
2024-07-29
eth: bnxt: reject unsupported hash functions
Jakub Kicinski
1
-2
/
+8
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
1
-1
/
+1
[prev]
[next]