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
/
microchip
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
net: lan743x: also select PHYLIB
Randy Dunlap
1
-0
/
+1
2023-10-03
net: microchip: sparx5: clean up error checking in vcap_show_admin()
Dan Carpenter
1
-1
/
+1
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-5
/
+54
2023-09-20
net: ethernet: microchip: Convert to platform remove callback returning void
Uwe Kleine-König
2
-8
/
+4
2023-09-17
net: microchip: lan743x: add fixed phy unregister support
Pavithra Sathyanarayanan
1
-0
/
+6
2023-09-15
net: microchip: sparx5: Fix possible memory leaks in vcap_api_kunit
Jinjie Ruan
1
-0
/
+13
2023-09-15
net: microchip: sparx5: Fix possible memory leaks in test_vcap_xn_rule_creator()
Jinjie Ruan
1
-5
/
+4
2023-09-15
net: microchip: sparx5: Fix possible memory leak in vcap_api_encode_rule_test()
Jinjie Ruan
1
-0
/
+6
2023-09-15
net: microchip: sparx5: Fix memory leak for vcap_api_rule_add_actionvalue_test()
Jinjie Ruan
1
-0
/
+16
2023-09-15
net: microchip: sparx5: Fix memory leak for vcap_api_rule_add_keyvalue_test()
Jinjie Ruan
1
-0
/
+15
2023-09-10
net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule()
Jinjie Ruan
1
-2
/
+16
2023-08-22
net: microchip: Remove unused declarations
Yue Haibing
3
-7
/
+0
2023-08-20
net: lan743x: Return PTR_ERR() for fixed_phy_register()
Ruan Jinjie
1
-1
/
+1
2023-08-19
net: microchip: sparx5: Update return value check for vcap_get_rule()
Ruan Jinjie
1
-1
/
+1
2023-08-19
net: lan966x: Fix return value check for vcap_get_rule()
Ruan Jinjie
1
-2
/
+2
2023-08-19
net: microchip: vcap api: Always return ERR_PTR for vcap_get_rule()
Ruan Jinjie
1
-1
/
+1
2023-08-07
page_pool: split types and declarations from page_pool.h
Yunsheng Lin
2
-1
/
+2
2023-08-04
net: lan966x: Do not check 0 for platform_get_irq_byname()
Zhu Wang
1
-2
/
+2
2023-08-04
net: microchip: vcap api: Use ERR_CAST() in vcap_decode_rule()
Li Zetao
1
-1
/
+1
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-0
/
+1
2023-08-03
eth: add missing xdp.h includes in drivers
Jakub Kicinski
1
-0
/
+1
2023-08-02
net: remove phy_has_hwtstamp() -> phy_mii_ioctl() decision from converted dri...
Vladimir Oltean
2
-17
/
+14
2023-08-02
net: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
3
-50
/
+55
2023-08-02
net: sparx5: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
3
-28
/
+46
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
4
-14
/
+14
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
1
-1
/
+2
2023-07-09
net: lan743x: select FIXED_PHY
Simon Horman
1
-1
/
+1
2023-06-29
net: lan743x: Don't sleep in atomic context
Moritz Fischer
1
-4
/
+17
2023-06-27
net: lan743x: Simplify comparison
Moritz Fischer
1
-1
/
+1
2023-06-22
net: sparx5: update PCS driver to use neg_mode
Russell King (Oracle)
2
-4
/
+5
2023-06-22
net: lan966x: update PCS driver to use neg_mode
Russell King (Oracle)
2
-4
/
+4
2023-06-02
net: lan743x: Remove extranous gotos
Moritz Fischer
1
-15
/
+5
2023-05-31
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
1
-2
/
+8
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+10
2023-05-23
lan966x: Fix unloading/loading of the driver
Horatiu Vultur
1
-0
/
+10
2023-05-18
net: lan966x: Add support for DSCP rewrite
Horatiu Vultur
3
-3
/
+81
2023-05-18
net: lan966x: Add support for PCP rewrite
Horatiu Vultur
3
-1
/
+107
2023-05-18
net: lan966x: Add support for offloading default prio
Horatiu Vultur
3
-0
/
+34
2023-05-18
net: lan966x: Add support for offloading dscp table
Horatiu Vultur
3
-4
/
+89
2023-05-18
net: lan966x: Add support for apptrust
Horatiu Vultur
1
-4
/
+114
2023-05-18
net: lan966x: Add support for offloading pcp table
Horatiu Vultur
6
-0
/
+172
2023-05-18
net: lan966x: Add registers to configure PCP, DEI, DSCP
Horatiu Vultur
1
-0
/
+132
2023-05-15
net: ethernet: microchip: vcap: Remove extra semicolon
Anup Sharma
1
-4
/
+4
2023-05-11
net: enc28j60: Use threaded interrupt instead of workqueue
Philipp Rosenberger
1
-22
/
+6
2023-05-10
net: lan966x: Add TC support for ES0 VCAP
Horatiu Vultur
1
-0
/
+61
2023-05-10
net: lan966x: Add ES0 VCAP keyset configuration for lan966x
Horatiu Vultur
4
-0
/
+123
2023-05-10
net: lan966x: Add ES0 VCAP model
Horatiu Vultur
2
-30
/
+301
2023-04-24
lan966x: Don't use xdp_frame when action is XDP_TX
Horatiu Vultur
3
-23
/
+28
2023-04-17
net: lan966x: Fix lan966x_ifh_get
Horatiu Vultur
1
-1
/
+1
2023-03-22
ethernet: remove superfluous clearing of phydev
Wolfram Sang
1
-1
/
+0
[prev]
[next]