index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-20
net: atlantic: Implement .ndo_xdp_xmit handler
Taehee Yoo
3
-0
/
+26
2022-04-20
net: atlantic: Implement xdp data plane
Taehee Yoo
6
-9
/
+468
2022-04-20
net: atlantic: Implement xdp control plane
Taehee Yoo
10
-36
/
+176
2022-04-19
can: ctucanfd: CTU CAN FD open-source IP core - platform/SoC support.
Pavel Pisa
3
-0
/
+145
2022-04-19
can: ctucanfd: CTU CAN FD open-source IP core - PCI bus support.
Pavel Pisa
3
-0
/
+316
2022-04-19
can: ctucanfd: add support for CTU CAN FD open-source IP core - bus independent part.
Martin Jerabek
8
-0
/
+1995
2022-04-19
can: mcp251xfd: add support for mcp251863
Marc Kleine-Budde
2
-7
/
+24
2022-04-19
can: xilinx_can: mark bit timing constants as const
Marc Kleine-Budde
1
-2
/
+2
2022-04-19
can: flexcan: using pm_runtime_resume_and_get instead of pm_runtime_get_sync
Minghao Chi
1
-8
/
+4
2022-04-19
can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.h
Christophe Leroy
1
-0
/
+2
2022-04-19
can: Fix Links to Technologic Systems web resources
Kris Bahnsen
2
-5
/
+4
2022-04-19
can: bittiming: can_calc_bittiming(): prefer small bit rate pre-scalers over larger ones
Marc Kleine-Budde
1
-1
/
+1
2022-04-19
can: rx-offload: rename can_rx_offload_queue_sorted() -> can_rx_offload_queue_timestamp()
Marc Kleine-Budde
6
-12
/
+12
2022-04-19
net: mscc: ocelot: fix broken IP multicast flooding
Vladimir Oltean
1
-0
/
+2
2022-04-18
net: atlantic: invert deep par in pm functions, preventing null derefs
Manuel Ullmann
1
-4
/
+4
2022-04-18
mlxsw: spectrum: Add port to linecard mapping
Jiri Pirko
8
-33
/
+107
2022-04-18
mlxsw: core: Extend driver ops by remove selected ports op
Jiri Pirko
3
-0
/
+34
2022-04-18
mlxsw: core_linecards: Implement line card activation process
Jiri Pirko
2
-1
/
+66
2022-04-18
mlxsw: core_linecards: Add line card objects and implement provisioning
Jiri Pirko
6
-1
/
+1006
2022-04-18
mlxsw: reg: Add Management Binary Code Transfer Register
Jiri Pirko
1
-0
/
+122
2022-04-18
mlxsw: reg: Add Management DownStream Device Control Register
Jiri Pirko
1
-0
/
+37
2022-04-18
mlxsw: reg: Add Management DownStream Device Query Register
Jiri Pirko
1
-0
/
+144
2022-04-18
mlxsw: spectrum: Introduce port mapping change event processing
Jiri Pirko
3
-9
/
+166
2022-04-18
mlxsw: Narrow the critical section of devl_lock during ports creation/removal
Jiri Pirko
2
-13
/
+14
2022-04-18
mlxsw: reg: Add Ports Mapping Event Configuration Register
Jiri Pirko
1
-0
/
+64
2022-04-18
mlxsw: spectrum: Allocate port mapping array of structs instead of pointers
Jiri Pirko
2
-25
/
+9
2022-04-18
mlxsw: spectrum: Allow lane to start from non-zero index
Jiri Pirko
1
-1
/
+3
2022-04-17
bonding: do not discard lowest hash bit for non layer3+4 hashing
suresh kumar
1
-4
/
+9
2022-04-17
net: dsa: qca8k: unify bus id naming with legacy and OF mdio bus
Ansuel Smith
1
-3
/
+2
2022-04-17
net: dsa: qca8k: correctly handle mdio read error
Ansuel Smith
1
-1
/
+6
2022-04-17
net: dsa: qca8k: drop dsa_switch_ops from qca8k_priv
Ansuel Smith
2
-3
/
+1
2022-04-17
net: dsa: qca8k: rework and simplify mdiobus logic
Ansuel Smith
2
-67
/
+29
2022-04-17
net: dsa: qca8k: drop port_sts from qca8k_priv
Ansuel Smith
2
-11
/
+13
2022-04-17
net: dsa: qca8k: drop MTU tracking from qca8k_priv
Ansuel Smith
2
-18
/
+9
2022-04-15
net: lan966x: Make sure to release ptp interrupt
Horatiu Vultur
1
-0
/
+3
2022-04-15
net: Handle l3mdev in ip_tunnel_init_flow
David Ahern
1
-1
/
+1
2022-04-15
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
4
-7
/
+27
2022-04-15
octeon_ep: Remove custom driver version
Leon Romanovsky
3
-23
/
+1
2022-04-15
ibmvnic: Allow multiple ltbs in txpool ltb_set
Sukadev Bhattiprolu
2
-20
/
+35
2022-04-15
ibmvnic: Allow multiple ltbs in rxpool ltb_set
Sukadev Bhattiprolu
2
-20
/
+177
2022-04-15
ibmvnic: convert rxpool ltb to a set of ltbs
Sukadev Bhattiprolu
2
-6
/
+45
2022-04-15
ibmvnic: define map_txpool_buf_to_ltb()
Sukadev Bhattiprolu
1
-4
/
+25
2022-04-15
ibmvnic: define map_rxpool_buf_to_ltb()
Sukadev Bhattiprolu
1
-4
/
+24
2022-04-15
ibmvnic: rename local variable index to bufidx
Sukadev Bhattiprolu
1
-22
/
+22
2022-04-15
ice, xsk: Avoid refilling single Rx descriptors
Maciej Fijalkowski
1
-1
/
+4
2022-04-15
stmmac, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
1
-2
/
+2
2022-04-15
mlx5, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
1
-1
/
+1
2022-04-15
ixgbe, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
1
-3
/
+3
2022-04-15
i40e, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
1
-3
/
+3
2022-04-15
ice, xsk: Diversify return values from xsk_wakeup call paths
Maciej Fijalkowski
1
-3
/
+3
[prev]
[next]