index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
fs_parser.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-09
selftests: forwarding: lib: quote the sysctl values
Hangbin Liu
1
-2
/
+2
2023-02-09
net: mscc: ocelot: fix all IPv6 getting trapped to CPU when PTP timestamping ...
Vladimir Oltean
1
-4
/
+4
2023-02-09
rds: rds_rm_zerocopy_callback() use list_first_entry()
Pietro Borrello
1
-3
/
+3
2023-02-09
net: libwx: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2023-02-09
net: libwx: clean up one inconsistent indenting
Yang Li
1
-1
/
+1
2023-02-09
net: txgbe: Update support email address
Jiawen Wu
1
-1
/
+1
2023-02-09
RDMA/mlx5: Track netdev to avoid deadlock during netdev notifier unregister
Jiri Pirko
3
-24
/
+59
2023-02-09
net/mlx5e: Propagate an internal event in case uplink netdev changes
Jiri Pirko
5
-6
/
+28
2023-02-09
net/mlx5e: Fix trap event handling
Jiri Pirko
3
-16
/
+25
2023-02-09
selftests: Fix failing VXLAN VNI filtering test
Ido Schimmel
1
-13
/
+5
2023-02-08
can: bittiming: can_calc_bittiming(): add missing parameter to no-op function
Marc Kleine-Budde
1
-1
/
+1
2023-02-08
can: raw: use temp variable instead of rolling back config
Oliver Hartkopp
1
-5
/
+6
2023-02-08
net/sched: taprio: don't segment unnecessarily
Vladimir Oltean
1
-11
/
+20
2023-02-08
net/sched: taprio: split segmentation logic from qdisc_enqueue()
Vladimir Oltean
1
-30
/
+36
2023-02-08
net/sched: taprio: automatically calculate queueMaxSDU based on TC gate durat...
Vladimir Oltean
1
-10
/
+60
2023-02-08
net/sched: keep the max_frm_len information inside struct sched_gate_list
Vladimir Oltean
1
-13
/
+40
2023-02-08
net/sched: taprio: warn about missing size table
Vladimir Oltean
1
-0
/
+5
2023-02-08
net/sched: make stab available before ops->init() call
Vladimir Oltean
1
-18
/
+11
2023-02-08
net/sched: taprio: calculate guard band against actual TC gate close time
Vladimir Oltean
1
-6
/
+34
2023-02-08
net/sched: taprio: calculate budgets per traffic class
Vladimir Oltean
1
-8
/
+46
2023-02-08
net/sched: taprio: rename close_time to end_time
Vladimir Oltean
1
-26
/
+26
2023-02-08
net/sched: taprio: calculate tc gate durations
Vladimir Oltean
1
-0
/
+55
2023-02-08
net/sched: taprio: give higher priority to higher TCs in software dequeue mode
Vladimir Oltean
4
-11
/
+143
2023-02-08
net/sched: taprio: avoid calling child->ops->dequeue(child) twice
Vladimir Oltean
1
-7
/
+3
2023-02-08
net/sched: taprio: refactor one skb dequeue from TXQ to separate function
Vladimir Oltean
1
-58
/
+63
2023-02-08
net/sched: taprio: continue with other TXQs if one dequeue() failed
Vladimir Oltean
1
-1
/
+1
2023-02-08
net/sched: taprio: delete peek() implementation
Vladimir Oltean
1
-42
/
+1
2023-02-08
selftests: mptcp: stop tests earlier
Matthieu Baerts
1
-4
/
+10
2023-02-08
selftests: mptcp: allow more slack for slow test-case
Paolo Abeni
1
-2
/
+8
2023-02-08
mptcp: be careful on subflow status propagation on errors
Paolo Abeni
1
-1
/
+9
2023-02-08
mptcp: fix locking for in-kernel listener creation
Paolo Abeni
2
-5
/
+7
2023-02-08
mptcp: fix locking for setsockopt corner-case
Paolo Abeni
1
-2
/
+9
2023-02-08
mptcp: do not wait for bare sockets' timeout
Paolo Abeni
1
-0
/
+9
2023-02-08
dt-bindings: net: micrel-ksz90x1.txt: Update for lan8841
Horatiu Vultur
1
-0
/
+1
2023-02-08
net: micrel: Add support for lan8841 PHY
Horatiu Vultur
2
-9
/
+181
2023-02-08
net: lan966x: Add support for TC flower filter statistics
Horatiu Vultur
1
-0
/
+20
2023-02-08
net: ethernet: mtk_eth_soc: fix DSA TX tag hwaccel for switch port 0
Vladimir Oltean
1
-10
/
+14
2023-02-08
nfp: ethtool: fix the bug of setting unsupported port speed
Yu Xiao
2
-36
/
+170
2023-02-08
txhash: fix sk->sk_txrehash default
Kevin Yang
4
-4
/
+4
2023-02-08
net: ethernet: mtk_eth_soc: fix wrong parameters order in __xdp_rxq_info_reg()
Tariq Toukan
1
-2
/
+2
2023-02-08
net: ethernet: mtk_eth_soc: enable special tag when any MAC uses DSA
Arınç ÜNAL
1
-5
/
+3
2023-02-08
net: sched: sch: Fix off by one in htb_activate_prios()
Dan Carpenter
1
-1
/
+1
2023-02-08
igc: Add ndo_tx_timeout support
Sasha Neftin
1
-2
/
+23
2023-02-08
net: mana: Fix accessing freed irq affinity_hint
Haiyang Zhang
1
-26
/
+11
2023-02-08
hv_netvsc: Allocate memory in netvsc_dma_map() with GFP_ATOMIC
Michael Kelley
1
-1
/
+1
2023-02-08
devlink: Fix memleak in health diagnose callback
Moshe Shemesh
1
-5
/
+9
2023-02-08
nfp: flower: add check for flower VF netdevs for get/set_eeprom
James Hershaw
1
-6
/
+6
2023-02-08
mlxsw: core: Register devlink instance before sub-objects
Ido Schimmel
1
-6
/
+6
2023-02-08
mlxsw: spectrum_acl_tcam: Move devlink param to TCAM code
Ido Schimmel
7
-130
/
+90
2023-02-08
mlxsw: spectrum_acl_tcam: Reorder functions to avoid forward declarations
Ido Schimmel
1
-65
/
+65
[next]