index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
reed_solomon
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-17
netvsc: Update driver to use ethtool_sprintf
Alexander Duyck
1
-22
/
+11
2021-03-17
ena: Update driver to use ethtool_sprintf
Alexander Duyck
1
-14
/
+11
2021-03-17
hisilicon: Update drivers to use ethtool_sprintf
Alexander Duyck
5
-162
/
+90
2021-03-17
nfp: Replace nfp_pr_et with ethtool_sprintf
Alexander Duyck
3
-49
/
+36
2021-03-17
intel: Update drivers to use ethtool_sprintf
Alexander Duyck
4
-101
/
+50
2021-03-17
ethtool: Add common function for filling out strings
Alexander Duyck
2
-0
/
+21
2021-03-17
net/mlx5: E-Switch, Protect changing mode while adding rules
Roi Dayan
4
-3
/
+122
2021-03-17
net/mlx5: E-Switch, Change mode lock from mutex to rw semaphore
Roi Dayan
3
-20
/
+19
2021-03-17
net/mlx5e: Do not reload ethernet ports when changing eswitch mode
Roi Dayan
8
-54
/
+116
2021-03-17
net/mlx5e: Unregister eth-reps devices first
Roi Dayan
1
-4
/
+4
2021-03-17
net/mlx5: Move devlink port from mlx5e priv to mlx5e resources
Roi Dayan
7
-9
/
+29
2021-03-17
net/mlx5: Move mlx5e hw resources into a sub object
Roi Dayan
8
-35
/
+40
2021-03-17
net/mlx5e: Register nic devlink port with switch id
Roi Dayan
2
-1
/
+29
2021-03-17
net/mlx5e: Move devlink port register and unregister calls
Roi Dayan
2
-11
/
+21
2021-03-17
net/mlx5e: Verify dev is present in some ndos
Roi Dayan
3
-0
/
+26
2021-03-17
net/mlx5e: Use nic mode netdev ndos and ethtool ops for uplink representor
Roi Dayan
1
-129
/
+4
2021-03-17
net/mlx5e: Add offload stats ndos to nic netdev ops
Roi Dayan
3
-3
/
+37
2021-03-17
net/mlx5e: Distinguish nic and esw offload in tc setup block cb
Roi Dayan
1
-1
/
+6
2021-03-17
net/mlx5e: Allow legacy vf ndos only if in legacy mode
Roi Dayan
3
-9
/
+51
2021-03-17
net/mlx5e: Same max num channels for both nic and uplink profiles
Saeed Mahameed
1
-1
/
+2
2021-03-17
net: Change dev parameter to const in netif_device_present()
Roi Dayan
1
-1
/
+1
2021-03-17
openvswitch: Warn over-mtu packets only if iface is UP.
Flavio Leitner
1
-3
/
+5
2021-03-16
Revert "net: socket: use BIT() for MSG_*"
David S. Miller
1
-37
/
+34
2021-03-16
net: ocelot: Remove ocelot_xfh_get_cpuq
Horatiu Vultur
3
-9
/
+1
2021-03-16
net: ocelot: Extend MRP
Horatiu Vultur
4
-93
/
+160
2021-03-16
net: ocelot: Add PGID_BLACKHOLE
Horatiu Vultur
2
-1
/
+6
2021-03-16
selftests: mlxsw: Test egress sampling limitation on Spectrum-1 only
Ido Schimmel
1
-1
/
+3
2021-03-16
selftests: mlxsw: Add tc sample tests for new triggers
Ido Schimmel
1
-0
/
+135
2021-03-16
mlxsw: spectrum_acl: Offload FLOW_ACTION_SAMPLE
Ido Schimmel
5
-1
/
+175
2021-03-16
mlxsw: core_acl_flex_actions: Add mirror sampler action
Ido Schimmel
2
-0
/
+142
2021-03-16
mlxsw: spectrum_matchall: Add support for egress sampling
Ido Schimmel
2
-12
/
+69
2021-03-16
mlxsw: spectrum: Start using sampling triggers hash table
Ido Schimmel
3
-42
/
+46
2021-03-16
mlxsw: spectrum: Track sampling triggers in a hash table
Ido Schimmel
2
-0
/
+178
2021-03-16
mlxsw: spectrum_matchall: Pass matchall entry to sampling operations
Ido Schimmel
2
-14
/
+22
2021-03-16
mlxsw: spectrum_matchall: Push sampling checks to per-ASIC operations
Ido Schimmel
2
-14
/
+22
2021-03-16
mlxsw: spectrum_matchall: Propagate extack further
Ido Schimmel
3
-22
/
+43
2021-03-16
dpaa2-eth: fixup kdoc warnings
Ioana Ciornei
5
-118
/
+82
2021-03-16
dpaa2-switch: fit the function declaration on the same line
Ioana Ciornei
2
-286
/
+107
2021-03-16
dpaa2-switch: reduce the size of the if_id bitmap to 64 bits
Ioana Ciornei
2
-10
/
+12
2021-03-16
dpaa2-switch: fix kdoc warnings
Ioana Ciornei
2
-44
/
+15
2021-03-16
dpaa2-switch: remove unused ABI functions
Ioana Ciornei
3
-82
/
+1
2021-03-16
net: ipa: Remove useless error message
Zihao Tang
1
-3
/
+2
2021-03-16
Documentation: networking: switchdev: fix command for static FDB entries
Vladimir Oltean
1
-12
/
+35
2021-03-16
Documentation: networking: switchdev: clarify device driver behavior
Florian Fainelli
1
-0
/
+152
2021-03-16
Documentation: networking: dsa: add paragraph for the HSR/PRP offload
Vladimir Oltean
1
-0
/
+32
2021-03-16
Documentation: networking: dsa: add paragraph for the MRP offload
Vladimir Oltean
1
-0
/
+30
2021-03-16
Documentation: networking: dsa: add paragraph for the LAG offload
Vladimir Oltean
1
-0
/
+33
2021-03-16
Documentation: networking: dsa: mention integration with devlink
Vladimir Oltean
1
-0
/
+31
2021-03-16
Documentation: networking: dsa: document the port_bridge_flags method
Vladimir Oltean
1
-0
/
+11
2021-03-16
Documentation: networking: dsa: remove TODO about porting more vendor drivers
Vladimir Oltean
1
-2
/
+0
[next]