index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-08-03
selftests: net-drv: exercise queue stats when the device is down
Stanislav Fomichev
1
-1
/
+24
2024-08-03
net: remove IFF_* re-definition
Jakub Kicinski
1
-32
/
+0
2024-08-02
net: axienet: remove unnecessary parentheses
Radhey Shyam Pandey
1
-2
/
+1
2024-08-02
net: axienet: remove unnecessary ftrace-like logging
Radhey Shyam Pandey
1
-4
/
+0
2024-08-02
net: axienet: add missing blank line after declaration
Radhey Shyam Pandey
1
-0
/
+2
2024-08-02
net: axienet: Replace the occurrences of (1<<x) by BIT(x)
Appana Durga Kedareswara Rao
1
-14
/
+14
2024-08-02
test/vsock: add ioctl unsent bytes test
Luigi Leonardi
3
-3
/
+91
2024-08-02
vsock/virtio: add SIOCOUTQ support for all virtio based transports
Luigi Leonardi
5
-2
/
+53
2024-08-02
vsock: add support for SIOCOUTQ ioctl
Luigi Leonardi
2
-3
/
+58
2024-08-02
net: Use of_property_read_bool()
Rob Herring (Arm)
4
-12
/
+12
2024-08-02
net: mdio: Use of_property_count_u32_elems() to get property length
Rob Herring (Arm)
1
-3
/
+2
2024-08-02
net: phy: qca807x: Drop unnecessary and broken DT validation
Rob Herring (Arm)
1
-10
/
+0
2024-08-02
net: mctp: Consistent peer address handling in ioctl tag allocation
John Wang
1
-0
/
+3
2024-08-01
ethtool: Don't check for NULL info in prepare_data callbacks
Simon Horman
3
-4
/
+3
2024-08-01
RDS: IB: Remove unused declarations
Yue Haibing
1
-4
/
+0
2024-08-01
net: ethernet: mtk_eth_soc: drop clocks unused by Ethernet driver
Daniel Golle
1
-14
/
+0
2024-08-01
net/mlx5: Reclaim max 50K pages at once
Anand Khoje
1
-1
/
+15
2024-08-01
mptcp: fix duplicate data handling
Paolo Abeni
1
-4
/
+12
2024-08-01
mptcp: fix bad RCVPRUNED mib accounting
Paolo Abeni
1
-4
/
+4
2024-08-01
ipv6: fix ndisc_is_useropt() handling for PIO
Maciej Żenczykowski
1
-16
/
+18
2024-08-01
net: skbuff: Skip early return in skb_unref when debugging
Breno Leitao
1
-1
/
+1
2024-08-01
net: macb: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
2
-6
/
+7
2024-08-01
net: cnic: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
2
-10
/
+11
2024-08-01
net: xgbe: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
5
-38
/
+38
2024-08-01
net: alteon: Convert tasklet API to new bottom half workqueue mechanism
Allen Pais
2
-17
/
+17
2024-08-01
igc: Fix double reset adapter triggered from a single taprio cmd
Faizal Rahim
1
-16
/
+17
2024-08-01
mlxsw: core_thermal: Fix -Wformat-truncation warning
Ido Schimmel
1
-1
/
+1
2024-08-01
mlxsw: core_thermal: Remove unnecessary assignments
Ido Schimmel
1
-2
/
+0
2024-08-01
mlxsw: core_thermal: Remove unnecessary checks
Ido Schimmel
1
-5
/
+3
2024-08-01
mlxsw: core_thermal: Simplify rollback
Ido Schimmel
1
-1
/
+1
2024-08-01
mlxsw: core_thermal: Make mlxsw_thermal_module_{init, fini} symmetric
Ido Schimmel
1
-7
/
+6
2024-08-01
mlxsw: core_thermal: Remove unused arguments
Ido Schimmel
1
-3
/
+2
2024-08-01
mlxsw: core_thermal: Fold two loops into one
Ido Schimmel
1
-3
/
+1
2024-08-01
mlxsw: core_thermal: Remove another unnecessary check
Ido Schimmel
1
-2
/
+0
2024-08-01
mlxsw: core_thermal: Remove unnecessary check
Ido Schimmel
1
-3
/
+0
2024-08-01
mlxsw: core_thermal: Call thermal_zone_device_unregister() unconditionally
Ido Schimmel
1
-8
/
+2
2024-08-01
net: MAINTAINERS: Demote Qualcomm IPA to "maintained"
Krzysztof Kozlowski
1
-1
/
+1
2024-08-01
net: wan: fsl_qmc_hdlc: Discard received CRC
Herve Codina
1
-6
/
+18
2024-08-01
net: wan: fsl_qmc_hdlc: Convert carrier_lock spinlock to a mutex
Herve Codina
1
-3
/
+4
2024-08-01
net/mlx5e: Add a check for the return value from mlx5_port_set_eth_ptys
Shahar Shitrit
1
-1
/
+6
2024-08-01
net/mlx5e: Fix CT entry update leaks of modify header context
Chris Mi
1
-0
/
+1
2024-08-01
net/mlx5e: Require mlx5 tc classifier action support for IPsec prio capability
Rahul Rameshbabu
1
-3
/
+4
2024-08-01
net/mlx5: Fix missing lock on sync reset reload
Moshe Shemesh
1
-1
/
+4
2024-08-01
net/mlx5: Lag, don't use the hardcoded value of the first port
Mark Bloch
1
-1
/
+1
2024-08-01
net/mlx5: DR, Fix 'stack guard page was hit' error in dr_rule
Yevgeny Kliteynik
1
-1
/
+1
2024-08-01
net/mlx5: Fix error handling in irq_pool_request_irq
Shay Drory
1
-3
/
+7
2024-08-01
net/mlx5: Always drain health in shutdown callback
Shay Drory
2
-1
/
+2
2024-08-01
net: Add skbuff.h to MAINTAINERS
Breno Leitao
1
-0
/
+1
2024-08-01
r8169: don't increment tx_dropped in case of NETDEV_TX_BUSY
Heiner Kallweit
1
-6
/
+2
2024-08-01
net/mlx4: Add support for EEPROM high pages query for QSFP/QSFP+/QSFP28
Krzysztof Olędzki
1
-4
/
+4
[next]