index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
microchip
/
lan966x
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-13
net: lan966x: add missing fwnode_handle_put() for ports node
Clément Léger
1
-5
/
+8
2023-01-11
net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()
Clément Léger
1
-0
/
+3
2023-01-09
net: lan966x: Allow to add rules in TCAM even if not enabled
Horatiu Vultur
1
-3
/
+0
2022-12-22
net: lan966x: Fix configuration of the PCS
Horatiu Vultur
1
-1
/
+1
2022-12-12
net: lan966x: Remove a useless test in lan966x_ptp_add_trap()
Christophe JAILLET
1
-2
/
+0
2022-12-06
net: lan966x: Add ptp trap rules
Horatiu Vultur
5
-23
/
+265
2022-11-29
net: lan966x: Add port keyset config and callback interface
Horatiu Vultur
1
-0
/
+366
2022-11-29
net: lan966x: add tc matchall goto action
Horatiu Vultur
4
-1
/
+70
2022-11-29
net: lan966x: add tc flower support for VCAP API
Horatiu Vultur
5
-1
/
+421
2022-11-29
net: lan966x: add vcap registers
Horatiu Vultur
2
-0
/
+199
2022-11-29
net: lan966x: Add is2 vcap model to vcap API.
Horatiu Vultur
4
-1
/
+1624
2022-11-29
net: lan966x: Add initial VCAP
Horatiu Vultur
5
-1
/
+47
2022-11-25
net: lan966x: Add support for XDP_REDIRECT
Horatiu Vultur
4
-15
/
+104
2022-11-25
net: lan966x: Add support for XDP_TX
Horatiu Vultur
4
-10
/
+94
2022-11-25
net: lan966x: Update dma_dir of page_pool_params
Horatiu Vultur
3
-6
/
+53
2022-11-25
net: lan966x: Update rxq memory model
Horatiu Vultur
1
-0
/
+13
2022-11-25
net: lan966x: Add len field to lan966x_tx_dcb_buf
Horatiu Vultur
2
-5
/
+7
2022-11-25
net: lan966x: Introduce helper functions
Horatiu Vultur
1
-27
/
+44
2022-11-25
net: lan966x: Add XDP_PACKET_HEADROOM
Horatiu Vultur
2
-6
/
+13
2022-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2022-11-16
net: lan966x: Fix potential null-ptr-deref in lan966x_stats_init()
Shang XiaoJing
1
-0
/
+3
2022-11-11
net: lan96x: Use page_pool API
Horatiu Vultur
3
-40
/
+58
2022-11-11
net: lan966x: Add basic XDP support
Horatiu Vultur
5
-2
/
+109
2022-11-11
net: lan966x: Split function lan966x_fdma_rx_get_frame
Horatiu Vultur
2
-25
/
+69
2022-11-11
net: lan966x: Add define IFH_LEN_BYTES
Horatiu Vultur
3
-6
/
+7
2022-11-07
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
1
-1
/
+0
2022-11-07
net: lan966x: move unnecessary linux/sfp.h include
Russell King (Oracle)
1
-1
/
+0
2022-11-01
net: lan966x: Fix unmapping of received frames using FDMA
Horatiu Vultur
1
-6
/
+12
2022-11-01
net: lan966x: Fix FDMA when MTU is changed
Horatiu Vultur
2
-3
/
+7
2022-11-01
net: lan966x: Adjust maximum frame size when vlan is enabled/disabled
Horatiu Vultur
2
-0
/
+21
2022-11-01
net: lan966x: Fix the MTU calculation
Horatiu Vultur
2
-1
/
+3
2022-10-24
net: lan966x: Stop replacing tx dcbs and dcbs_buf when changing MTU
Horatiu Vultur
1
-21
/
+3
2022-10-20
net: lan966x: Fix the rx drop counter
Horatiu Vultur
1
-1
/
+9
2022-10-03
net: lan966x: Fix return type of lan966x_port_xmit
Nathan Huckleberry
1
-1
/
+2
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-09-30
net: lan966x: Fix spelling mistake "tarffic" -> "traffic"
Colin Ian King
1
-1
/
+1
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
1
-2
/
+1
2022-09-28
net: lan966x: Add offload support for ets
Horatiu Vultur
5
-1
/
+139
2022-09-28
net: lan966x: Add offload support for cbs
Horatiu Vultur
4
-1
/
+85
2022-09-28
net: lan966x: Add offload support for tbf
Horatiu Vultur
5
-1
/
+143
2022-09-23
net: lan966x: Add offload support for taprio
Horatiu Vultur
7
-3
/
+560
2022-09-23
net: lan966x: Add registers used by taprio
Horatiu Vultur
1
-0
/
+159
2022-09-23
net: lan966x: Add offload support for mqprio
Horatiu Vultur
5
-2
/
+71
2022-09-23
net: lan966x: Add define for number of priority queues NUM_PRIO_QUEUES
Horatiu Vultur
2
-1
/
+3
2022-09-06
net: lan966x: Extend lan966x with RGMII support
Horatiu Vultur
2
-0
/
+4
2022-09-02
net: lan966x: make reset optional
Michael Walle
1
-1
/
+2
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2022-08-30
net: lan966x: improve error handle in lan966x_fdma_rx_get_frame()
Dan Carpenter
1
-1
/
+4
2022-08-22
net: lan966x: Extend MAC to support also lag interfaces.
Horatiu Vultur
3
-16
/
+119
[next]