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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-05
net: dsa: qca8k: use "dev" consistently within qca8k_mdio_register()
Vladimir Oltean
1
-4
/
+5
2024-01-05
net: dsa: qca8k: consolidate calls to a single devm_of_mdiobus_register()
Vladimir Oltean
1
-13
/
+11
2024-01-05
net: dsa: qca8k: assign ds->user_mii_bus only for the non-OF case
Vladimir Oltean
3
-4
/
+6
2024-01-05
net: dsa: qca8k: skip MDIO bus creation if its OF node has status = "disabled"
Vladimir Oltean
1
-3
/
+5
2024-01-05
net: dsa: qca8k: put MDIO bus OF node on qca8k_mdio_register() failure
Vladimir Oltean
1
-5
/
+16
2024-01-05
net: dsa: lantiq_gswip: ignore MDIO buses disabled in OF
Vladimir Oltean
1
-3
/
+3
2024-01-05
net: dsa: lantiq_gswip: use devres for internal MDIO bus, not ds->user_mii_bus
Vladimir Oltean
1
-38
/
+31
2024-01-05
net: dsa: lantiq_gswip: delete irrelevant use of ds->phys_mii_mask
Vladimir Oltean
1
-1
/
+0
2024-01-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
29
-209
/
+258
2024-01-04
r8169: fix building with CONFIG_LEDS_CLASS=m
Heiner Kallweit
3
-7
/
+11
2024-01-04
net: enetc: allow phy-mode = "1000base-x"
Vladimir Oltean
1
-0
/
+3
2024-01-04
Merge tag 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
28
-206
/
+238
2024-01-04
Revert "Introduce PHY listing and link_topology tracking"
Jakub Kicinski
9
-145
/
+4
2024-01-04
Merge tag 'ieee802154-for-net-next-2023-12-20' of gitolite.kernel.org:pub/scm...
Jakub Kicinski
2
-7
/
+4
2024-01-04
net: phy: aquantia: switch to crc_itu_t()
Stephen Rothwell
2
-4
/
+4
2024-01-04
Revert "octeon_ep_vf: add octeon_ep_vf driver"
Jakub Kicinski
18
-5308
/
+0
2024-01-04
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
5
-3
/
+42
2024-01-04
USB: core: Use device_driver directly in struct usb_driver and usb_device_driver
Yajun Deng
3
-3
/
+3
2024-01-04
net: phylink: move phylink_pcs_neg_mode() into phylink.c
Russell King (Oracle)
1
-0
/
+66
2024-01-04
net: mdio_bus: add refcounting for fwnodes to mdiobus
Russell King (Oracle)
1
-0
/
+13
2024-01-04
bnxt_en: Fix compile error without CONFIG_RFS_ACCEL
Michael Chan
1
-0
/
+2
2024-01-04
bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()
Michael Chan
1
-2
/
+2
2024-01-04
net: ravb: Wait for operating mode to be applied
Claudiu Beznea
1
-23
/
+42
2024-01-04
asix: Add check for usbnet_get_endpoints
Chen Ni
1
-1
/
+3
2024-01-04
net: wangxun: add ethtool_ops for msglevel
Jiawen Wu
4
-0
/
+22
2024-01-04
net: wangxun: add ethtool_ops for channel number
Jiawen Wu
12
-68
/
+380
2024-01-04
net: wangxun: add coalesce options support
Jiawen Wu
7
-1
/
+120
2024-01-04
net: wangxun: add ethtool_ops for ring parameters
Jiawen Wu
11
-3
/
+214
2024-01-04
net: wangxun: add flow control support
Jiawen Wu
9
-0
/
+251
2024-01-04
net: ngbe: convert phylib to phylink
Jiawen Wu
4
-63
/
+70
2024-01-04
net: txgbe: use phylink bits added in libwx
Jiawen Wu
4
-62
/
+26
2024-01-04
net: libwx: add phylink to libwx
Jiawen Wu
3
-0
/
+39
2024-01-04
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
David S. Miller
17
-89
/
+381
2024-01-04
octeontx2-af: Re-enable MAC TX in otx2_stop processing
Naveen Mamindlapalli
3
-1
/
+25
2024-01-04
octeontx2-af: Always configure NIX TX link credits based on max frame size
Naveen Mamindlapalli
1
-107
/
+3
2024-01-03
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...
Jakub Kicinski
16
-359
/
+342
2024-01-03
net: ena: Take xdp packets stats into account in ena_get_stats64()
David Arinzon
1
-3
/
+10
2024-01-03
net: ena: Make queue stats code cleaner by removing the if block
David Arinzon
1
-10
/
+7
2024-01-03
net: ena: Always register RX queue info
David Arinzon
3
-4
/
+13
2024-01-03
net: ena: Add more debug prints to XDP related function
David Arinzon
1
-0
/
+4
2024-01-03
net: ena: Refactor napi functions
David Arinzon
2
-23
/
+30
2024-01-03
net: ena: Don't check if XDP program is loaded in ena_xdp_execute()
David Arinzon
1
-3
/
+0
2024-01-03
net: ena: Use tx_ring instead of xdp_ring for XDP channel TX
David Arinzon
4
-65
/
+61
2024-01-03
net: ena: Introduce total_tx_size field in ena_tx_buffer struct
David Arinzon
2
-2
/
+5
2024-01-03
net: ena: Put orthogonal fields in ena_tx_buffer in a union
David Arinzon
1
-5
/
+7
2024-01-03
net: ena: Pass ena_adapter instead of net_device to ena_xmit_common()
David Arinzon
4
-11
/
+10
2024-01-03
net: ena: Move XDP code to its new files
David Arinzon
6
-657
/
+679
2024-01-03
octeontx2-af: Fix max NPC MCAM entry check while validating ref_entry
Suman Ghosh
1
-7
/
+6
2024-01-03
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...
Jakub Kicinski
2
-3
/
+40
2024-01-03
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Jakub Kicinski
3
-10
/
+14
[prev]
[next]