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-03-18
ibmvnic: fix race between xmit and reset
Sukadev Bhattiprolu
2
-15
/
+55
2022-03-18
net: lan743x: Add support for PTP-IO Event Output (Periodic Output)
Raju Lakkaraju
3
-2
/
+250
2022-03-18
net: lan743x: Add support for PTP-IO Event Input External Timestamp (extts)
Raju Lakkaraju
3
-34
/
+384
2022-03-18
net: lan743x: Add support for OTP
Raju Lakkaraju
2
-3
/
+180
2022-03-18
net: lan743x: Add support for EEPROM
Raju Lakkaraju
3
-5
/
+212
2022-03-18
net: lan743x: Add support to display Tx Queue statistics
Raju Lakkaraju
3
-0
/
+33
2022-03-18
Merge tag 'mlx5-updates-2022-03-17' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux
David S. Miller
16
-288
/
+338
2022-03-17
net: dsa: felix: add port mirroring support
Vladimir Oltean
1
-0
/
+20
2022-03-17
net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()
Vladimir Oltean
8
-8
/
+11
2022-03-17
net: mscc: ocelot: offload per-flow mirroring using tc-mirred and VCAP IS2
Vladimir Oltean
4
-3
/
+40
2022-03-17
net: mscc: ocelot: establish functions for handling VCAP aux resources
Vladimir Oltean
1
-11
/
+30
2022-03-17
net: mscc: ocelot: add port mirroring support using tc-matchall
Vladimir Oltean
3
-2
/
+150
2022-03-17
net: mscc: ocelot: refactor policer work out of ocelot_setup_tc_cls_matchall
Vladimir Oltean
1
-39
/
+71
2022-03-17
net: dsa: microchip: ksz8795: handle eee specif erratum
Oleksij Rempel
4
-1
/
+50
2022-03-17
net: dsa: mv88e6xxx: MST Offloading
Tobias Waldekranz
2
-8
/
+255
2022-03-17
net: dsa: mv88e6xxx: Export STU as devlink region
Tobias Waldekranz
2
-0
/
+95
2022-03-17
net: dsa: mv88e6xxx: Disentangle STU from VTU
Tobias Waldekranz
4
-135
/
+264
2022-03-17
r8169: improve driver unload and system shutdown behavior on DASH-enabled systems
Heiner Kallweit
1
-4
/
+16
2022-03-17
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue
Jakub Kicinski
5
-4
/
+36
2022-03-17
ethernet: sun: Fix spelling mistake "mis-matched" -> "mismatched"
Colin Ian King
1
-1
/
+1
2022-03-17
net: ethernet: ti: Fix spelling mistake and clean up message
Colin Ian King
1
-1
/
+1
2022-03-17
net/fsl: xgmac_mdio: use correct format characters
Bill Wendling
1
-1
/
+1
2022-03-17
bnx2x: use correct format characters
Bill Wendling
1
-2
/
+2
2022-03-17
enetc: use correct format characters
Bill Wendling
1
-1
/
+1
2022-03-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-71
/
+102
2022-03-17
veth: Allow jumbo frames in xdp mode
Lorenzo Bianconi
1
-3
/
+8
2022-03-17
veth: Rework veth_xdp_rcv_skb in order to accept non-linear skb
Lorenzo Bianconi
1
-56
/
+121
2022-03-17
net: veth: Account total xdp_frame len running ndo_xdp_xmit
Lorenzo Bianconi
1
-2
/
+2
2022-03-17
net/mlx5: Remove unused fill page array API function
Tariq Toukan
1
-13
/
+0
2022-03-17
net/mlx5: Remove unused exported contiguous coherent buffer allocation API
Tariq Toukan
1
-47
/
+0
2022-03-17
net/mlx5: CT: Remove extra rhashtable remove on tuple entries
Paul Blakey
1
-1
/
+0
2022-03-17
net/mlx5: DR, Remove hw_ste from mlx5dr_ste to reduce memory
Rongwei Liu
5
-40
/
+55
2022-03-17
net/mlx5: DR, Remove 4 members from mlx5dr_ste_htbl to reduce memory
Rongwei Liu
5
-46
/
+37
2022-03-17
net/mlx5: DR, Remove num_of_entries byte_size from struct mlx5_dr_icm_chunk
Rongwei Liu
5
-27
/
+42
2022-03-17
net/mlx5: DR, Remove icm_addr from mlx5dr_icm_chunk to reduce memory
Rongwei Liu
8
-33
/
+54
2022-03-17
net/mlx5: DR, Remove mr_addr rkey from struct mlx5dr_icm_chunk
Rongwei Liu
4
-10
/
+22
2022-03-17
net/mlx5: DR, Adjust structure member to reduce memory hole
Rongwei Liu
1
-3
/
+3
2022-03-17
net/mlx5e: Drop cqe_bcnt32 from mlx5e_skb_from_cqe_mpwrq_linear
Maxim Mikityanskiy
1
-6
/
+5
2022-03-17
net/mlx5e: Drop the len output parameter from mlx5e_xdp_handle
Maxim Mikityanskiy
4
-13
/
+11
2022-03-17
net/mlx5e: RX, Test the XDP program existence out of the handler
Tariq Toukan
4
-25
/
+39
2022-03-17
net/mlx5e: Build SKB in place over the first fragment in non-linear legacy RQ
Maxim Mikityanskiy
2
-34
/
+57
2022-03-17
net/mlx5e: Add headroom only to the first fragment in legacy RQ
Maxim Mikityanskiy
1
-1
/
+4
2022-03-17
net/mlx5e: Validate MTU when building non-linear legacy RQ fragments info
Maxim Mikityanskiy
1
-7
/
+27
2022-03-17
iavf: Fix hang during reboot/shutdown
Ivan Vecera
1
-0
/
+7
2022-03-17
net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower offload
Vladimir Oltean
1
-1
/
+15
2022-03-17
net: bcmgenet: skip invalid partial checksums
Doug Berger
1
-2
/
+4
2022-03-17
bnx2x: fix built-in kernel driver load failure
Manish Chopra
3
-26
/
+19
2022-03-17
net: phy: mscc: Add MODULE_FIRMWARE macros
Juerg Haefliger
1
-0
/
+3
2022-03-17
igb: zero hwtstamp by default
Tom Rix
1
-4
/
+2
2022-03-17
i40e: little endian only valid checksums
Tom Rix
1
-2
/
+3
[prev]
[next]