index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-19
net/mlx5: Remove MLX5E_LOCKED_FLOW flag
Jiri Pirko
2
-16
/
+2
2023-01-19
net/mlx5e: Create separate devlink instance for ethernet auxiliary device
Jiri Pirko
4
-23
/
+55
2023-01-19
devlink: remove linecard reference counting
Jiri Pirko
3
-18
/
+2
2023-01-19
devlink: remove linecards lock
Jiri Pirko
5
-37
/
+20
2023-01-19
net: ethernet: ti: am65-cpsw: Handle -EPROBE_DEFER for Serdes PHY
Siddharth Vadapalli
1
-0
/
+2
2023-01-19
net: dsa: microchip: ptp: Fix error code in ksz_hwtstamp_set()
Dan Carpenter
1
-4
/
+6
2023-01-19
net: sfp: remove unused ctype.h include
Russell King (Oracle)
1
-1
/
+0
2023-01-19
net: sfp: remove acpi.h include
Russell King (Oracle)
1
-1
/
+0
2023-01-19
net: sfp: rename gpio_of_names[]
Russell King (Oracle)
1
-4
/
+4
2023-01-19
net: sfp: use device_get_match_data()
Russell King (Oracle)
1
-12
/
+4
2023-01-19
net: sfp: use i2c_get_adapter_by_fwnode()
Russell King (Oracle)
1
-12
/
+1
2023-01-19
net: phy: Remove probe_capabilities
Andrew Lunn
7
-17
/
+0
2023-01-19
net: phy: Decide on C45 capabilities based on presence of method
Andrew Lunn
1
-1
/
+1
2023-01-19
net: mdio: scan bus based on bus capabilities for C22 and C45
Andrew Lunn
1
-6
/
+2
2023-01-19
net: mdio: Add workaround for Micrel PHYs which are not C45 compatible
Andrew Lunn
2
-3
/
+36
2023-01-19
net: mdio: Rework scanning of bus ready for quirks
Andrew Lunn
3
-41
/
+88
2023-01-19
net: mdio: Move mdiobus_scan() within file
Andrew Lunn
1
-51
/
+50
2023-01-19
net: lan743x: add fixed phy support for LAN7431 device
Pavithra Sathyanarayanan
1
-2
/
+18
2023-01-19
net: lan743x: add generic implementation for phy interface selection
Pavithra Sathyanarayanan
2
-8
/
+24
2023-01-19
net: lan743x: remove unwanted interface select settings
Pavithra Sathyanarayanan
1
-8
/
+0
2023-01-19
selftests/net: mv bpf/nat6to4.c to net folder
Hangbin Liu
4
-57
/
+52
2023-01-18
net: enetc: prioritize ability to go down over packet processing
Vladimir Oltean
1
-18
/
+63
2023-01-18
net: enetc: set up XDP program under enetc_reconfigure()
Vladimir Oltean
1
-19
/
+32
2023-01-18
net: enetc: rename "xdp" and "dev" in enetc_setup_bpf()
Vladimir Oltean
2
-9
/
+9
2023-01-18
net: enetc: implement ring reconfiguration procedure for PTP RX timestamping
Vladimir Oltean
1
-12
/
+56
2023-01-18
net: enetc: move phylink_start/stop out of enetc_start/stop
Vladimir Oltean
1
-13
/
+13
2023-01-18
net: enetc: split ring resource allocation from assignment
Vladimir Oltean
2
-70
/
+180
2023-01-18
net: enetc: bring "bool extended" to top-level in enetc_open()
Vladimir Oltean
1
-9
/
+11
2023-01-18
net: enetc: drop redundant enetc_free_tx_frame() call from enetc_free_txbdr()
Vladimir Oltean
1
-5
/
+0
2023-01-18
net: enetc: rx_swbd and tx_swbd are never NULL in enetc_free_rxtx_rings()
Vladimir Oltean
1
-6
/
+0
2023-01-18
net: enetc: create enetc_dma_free_bdr()
Vladimir Oltean
1
-14
/
+11
2023-01-18
net: enetc: set up RX ring indices from enetc_setup_rxbdr()
Vladimir Oltean
1
-7
/
+4
2023-01-18
net: enetc: set next_to_clean/next_to_use just from enetc_setup_txbdr()
Vladimir Oltean
1
-6
/
+0
2023-01-18
xdp: document xdp_do_flush() before napi_complete_done()
Magnus Karlsson
1
-3
/
+7
2023-01-18
net: microchip: sparx5: Add lock initialization to the KUNIT tests
Steen Hegelund
2
-0
/
+2
2023-01-18
net: microchip: sparx5: Improve VCAP admin locking in the VCAP API
Steen Hegelund
1
-30
/
+67
2023-01-18
net: microchip: sparx5: Add VCAP admin locking in debugFS
Steen Hegelund
3
-30
/
+47
2023-01-18
net: microchip: sparx5: Add support to check for existing VCAP rule id
Steen Hegelund
1
-2
/
+16
2023-01-18
net: microchip: sparx5: Add support for rule count by cookie
Steen Hegelund
3
-56
/
+47
2023-01-18
r8152: avoid to change cfg for all devices
Hayes Wang
1
-3
/
+17
2023-01-18
net: macb: simplify TX timestamp handling
Robert Hancock
3
-94
/
+34
2023-01-18
virtio_net: Reuse buffer free function
Parav Pandit
1
-7
/
+1
2023-01-18
tsnep: Support XDP BPF program setup
Gerhard Engleder
4
-1
/
+36
2023-01-18
tsnep: Add XDP RX support
Gerhard Engleder
2
-2
/
+132
2023-01-18
tsnep: Add RX queue info for XDP support
Gerhard Engleder
2
-18
/
+58
2023-01-18
tsnep: Prepare RX buffer for XDP support
Gerhard Engleder
1
-10
/
+11
2023-01-18
tsnep: Subtract TSNEP_RX_INLINE_METADATA_SIZE once
Gerhard Engleder
1
-2
/
+9
2023-01-18
tsnep: Add XDP TX support
Gerhard Engleder
2
-10
/
+189
2023-01-18
tsnep: Do not print DMA mapping error
Gerhard Engleder
1
-2
/
+0
2023-01-18
tsnep: Forward NAPI budget to napi_consume_skb()
Gerhard Engleder
1
-1
/
+1
[next]