index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
isdn
/
interface_capi.rst
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-05-31
leds: add APIs for LEDs hw control
Christian Marangi
1
-0
/
+37
2023-05-31
tipc: delete tipc_mtu_bad from tipc_udp_enable
Xin Long
3
-8
/
+4
2023-05-31
net: dsa: mv88e6xxx: enable support for 88E6361 switch
Alexis Lothoré
4
-9
/
+51
2023-05-31
net: dsa: mv88e6xxx: pass mv88e6xxx_chip structure to port_max_speed_mode
Alexis Lothoré
4
-10
/
+19
2023-05-31
net: dsa: mv88e6xxx: fix 88E6393X family internal phys layout
Alexis Lothoré
1
-3
/
+6
2023-05-31
net: dsa: mv88e6xxx: add field to specify internal phys layout
Alexis Lothoré
3
-2
/
+12
2023-05-31
net: dsa: mv88e6xxx: use mv88e6xxx_phy_is_internal in mv88e6xxx_port_ppu_updates
Alexis Lothoré
1
-1
/
+1
2023-05-31
net: dsa: mv88e6xxx: pass directly chip structure to mv88e6xxx_phy_is_internal
Alexis Lothoré
1
-6
/
+4
2023-05-31
dt-bindings: net: dsa: marvell: add MV88E6361 switch to compatibility list
Alexis Lothoré
1
-1
/
+1
2023-05-31
selftests: forwarding: Add layer 2 miss test cases
Ido Schimmel
2
-0
/
+351
2023-05-31
mlxsw: spectrum_flower: Add ability to match on layer 2 miss
Ido Schimmel
4
-5
/
+7
2023-05-31
mlxsw: spectrum_flower: Do not force matching on iif
Ido Schimmel
1
-0
/
+3
2023-05-31
mlxsw: spectrum_flower: Split iif parsing to a separate function
Ido Schimmel
1
-21
/
+33
2023-05-31
flow_offload: Reject matching on layer 2 miss
Ido Schimmel
4
-0
/
+28
2023-05-31
net/sched: flower: Allow matching on layer 2 miss
Ido Schimmel
2
-2
/
+30
2023-05-31
flow_dissector: Dissect layer 2 miss from tc skb extension
Ido Schimmel
2
-0
/
+12
2023-05-31
skbuff: bridge: Add layer 2 miss indication
Ido Schimmel
5
-0
/
+33
2023-05-30
devlink: save devlink_port_ops into a variable in devlink_port_function_valid...
Jiri Pirko
1
-5
/
+5
2023-05-30
devlink: move port_del() to devlink_port_ops
Jiri Pirko
4
-21
/
+11
2023-05-30
devlink: move port_fn_state_get/set() to devlink_port_ops
Jiri Pirko
4
-44
/
+26
2023-05-30
devlink: move port_fn_migratable_get/set() to devlink_port_ops
Jiri Pirko
4
-36
/
+26
2023-05-30
devlink: move port_fn_roce_get/set() to devlink_port_ops
Jiri Pirko
4
-29
/
+25
2023-05-30
devlink: move port_fn_hw_addr_get/set() to devlink_port_ops
Jiri Pirko
7
-89
/
+80
2023-05-30
mlx5: register devlink ports with ops
Jiri Pirko
1
-2
/
+10
2023-05-30
sfc: register devlink port with ops
Jiri Pirko
1
-1
/
+7
2023-05-30
devlink: move port_type_set() op into devlink_port_ops
Jiri Pirko
3
-31
/
+31
2023-05-30
mlx4: register devlink port with ops
Jiri Pirko
1
-1
/
+5
2023-05-30
devlink: move port_split/unsplit() ops into devlink_port_ops
Jiri Pirko
5
-15
/
+18
2023-05-30
nfp: devlink: register devlink port with ops
Jiri Pirko
1
-1
/
+5
2023-05-30
mlxsw_core: register devlink port with ops
Jiri Pirko
1
-1
/
+5
2023-05-30
ice: register devlink port for PF with ops
Jiri Pirko
1
-1
/
+5
2023-05-30
devlink: introduce port ops placeholder
Jiri Pirko
2
-17
/
+54
2023-05-30
net: fec: remove last_bdp from fec_enet_txq_xmit_frame()
Wei Fang
1
-4
/
+2
2023-05-30
r8169: check for PCI read error in probe
Heiner Kallweit
1
-1
/
+8
2023-05-30
dsa: lan9303: Remove stray gpiod_unexport() call
Andy Shevchenko
1
-1
/
+0
2023-05-30
liquidio: Use vzalloc()
Christophe JAILLET
2
-6
/
+2
2023-05-30
net: phy: microchip_t1s: add support for Microchip LAN865x Rev.B0 PHYs
Parthiban Veerasooran
2
-4
/
+179
2023-05-30
net: phy: microchip_t1s: remove unnecessary interrupts disabling code
Parthiban Veerasooran
1
-13
/
+1
2023-05-30
net: phy: microchip_t1s: fix reset complete status handling
Parthiban Veerasooran
1
-0
/
+21
2023-05-30
net: phy: microchip_t1s: update LAN867x PHY supported revision number
Parthiban Veerasooran
2
-15
/
+15
2023-05-30
net: phy: microchip_t1s: replace read-modify-write code with phy_modify_mmd
Parthiban Veerasooran
1
-28
/
+13
2023-05-30
net: phy: microchip_t1s: modify driver description to be more generic
Parthiban Veerasooran
2
-5
/
+5
2023-05-30
net: dsa: microchip: Add register access control for KSZ8873 chip
Oleksij Rempel
1
-0
/
+41
2023-05-30
net: dsa: microchip: ksz8: Prepare ksz8863_smi for regmap register access val...
Oleksij Rempel
1
-0
/
+11
2023-05-30
net: dsa: microchip: remove ksz_port:on variable
Oleksij Rempel
2
-20
/
+1
2023-05-30
net: dsa: microchip: add an enum for regmap widths
Vladimir Oltean
8
-43
/
+63
2023-05-30
net: dsa: microchip: improving error handling for 8-bit register RMW operations
Oleksij Rempel
1
-6
/
+22