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
2025-03-03
sock: add sock_kmemdup helper
Geliang Tang
2
-0
/
+18
2025-03-03
tcp: tcp_set_window_clamp() cleanup
Eric Dumazet
1
-18
/
+18
2025-03-03
tcp: remove READ_ONCE(req->ts_recent)
Eric Dumazet
4
-5
/
+5
2025-03-03
net: gro: convert four dev_net() calls
Eric Dumazet
4
-4
/
+4
2025-03-03
tcp: convert to dev_net_rcu()
Eric Dumazet
5
-22
/
+22
2025-03-03
tcp: add four drop reasons to tcp_check_req()
Eric Dumazet
2
-2
/
+17
2025-03-03
tcp: add a drop_reason pointer to tcp_check_req()
Eric Dumazet
5
-7
/
+9
2025-03-03
ipv4: fib: Convert RTM_NEWROUTE and RTM_DELROUTE to per-netns RTNL.
Kuniyuki Iwashima
1
-5
/
+14
2025-03-03
ipv4: fib: Move fib_valid_key_len() to rtm_to_fib_config().
Kuniyuki Iwashima
2
-24
/
+16
2025-03-03
ipv4: fib: Hold rtnl_net_lock() in ip_rt_ioctl().
Kuniyuki Iwashima
1
-6
/
+4
2025-03-03
ipv4: fib: Hold rtnl_net_lock() for ip_fib_net_exit().
Kuniyuki Iwashima
1
-5
/
+7
2025-03-03
ipv4: fib: Namespacify fib_info hash tables.
Kuniyuki Iwashima
2
-35
/
+29
2025-03-03
ipv4: fib: Add fib_info_hash_grow().
Kuniyuki Iwashima
1
-44
/
+41
2025-03-03
ipv4: fib: Remove fib_info_hash_size.
Kuniyuki Iwashima
1
-11
/
+6
2025-03-03
ipv4: fib: Remove fib_info_laddrhash pointer.
Kuniyuki Iwashima
1
-16
/
+11
2025-03-03
ipv4: fib: Make fib_info_hashfn() return struct hlist_head.
Kuniyuki Iwashima
1
-19
/
+9
2025-03-03
ipv4: fib: Allocate fib_info_hash[] during netns initialisation.
Kuniyuki Iwashima
3
-13
/
+45
2025-03-03
ipv4: fib: Allocate fib_info_hash[] and fib_info_laddrhash[] by kvcalloc().
Kuniyuki Iwashima
1
-18
/
+25
2025-03-03
ipv4: fib: Use cached net in fib_inetaddr_event().
Kuniyuki Iwashima
1
-2
/
+2
2025-03-03
selftests: net: report output format as TAP 13 in Python tests
Jakub Kicinski
2
-3
/
+3
2025-02-28
net: usb: cdc_mbim: fix Telit Cinterion FE990A name
Fabio Porcedda
1
-1
/
+1
2025-02-28
net: usb: qmi_wwan: fix Telit Cinterion FE990A name
Fabio Porcedda
1
-1
/
+1
2025-02-28
net: usb: qmi_wwan: add Telit Cinterion FE990B composition
Fabio Porcedda
1
-0
/
+1
2025-02-28
inet: ping: avoid skb_clone() dance in ping_rcv()
Eric Dumazet
3
-22
/
+10
2025-02-28
ipv4: icmp: do not process ICMP_EXT_ECHOREPLY for broadcast/multicast addresses
Eric Dumazet
1
-16
/
+16
2025-02-28
net: stmmac: thead: switch to use set_clk_tx_rate() hook
Russell King (Oracle)
1
-8
/
+10
2025-02-28
net: stmmac: meson: switch to use set_clk_tx_rate() hook
Russell King (Oracle)
1
-3
/
+6
2025-02-28
net: stmmac: ipq806x: switch to use set_clk_tx_rate() hook
Russell King (Oracle)
1
-4
/
+5
2025-02-28
net: stmmac: rk: switch to use set_clk_tx_rate() hook
Russell King (Oracle)
1
-3
/
+7
2025-02-28
net: stmmac: imx: use generic stmmac_set_clk_tx_rate()
Russell King (Oracle)
1
-2
/
+19
2025-02-28
net: stmmac: intel: use generic stmmac_set_clk_tx_rate()
Russell King (Oracle)
1
-21
/
+3
2025-02-28
net: stmmac: s32: use generic stmmac_set_clk_tx_rate()
Russell King (Oracle)
1
-19
/
+3
2025-02-28
net: stmmac: starfive: use generic stmmac_set_clk_tx_rate()
Russell King (Oracle)
1
-22
/
+4
2025-02-28
net: stmmac: dwc-qos: use generic stmmac_set_clk_tx_rate()
Russell King (Oracle)
1
-8
/
+2
2025-02-28
net: stmmac: provide generic implementation for set_clk_tx_rate method
Russell King (Oracle)
2
-0
/
+34
2025-02-28
net: stmmac: provide set_clk_tx_rate() hook
Russell King (Oracle)
2
-0
/
+15
2025-02-28
net/mlx5: Add trust lockdown error to health syndrome print function
Shahar Shitrit
1
-0
/
+2
2025-02-28
net/mlx5: Expose crr in health buffer
Shahar Shitrit
1
-0
/
+8
2025-02-28
net/mlx5: Log health buffer data on any syndrome
Moshe Shemesh
1
-1
/
+3
2025-02-28
net/mlx5: Avoid report two health errors on same syndrome
Moshe Shemesh
1
-0
/
+1
2025-02-27
selftests/net: deflake GRO tests
Kevin Krakauer
2
-3
/
+4
2025-02-27
selftests/net: only print passing message in GRO tests when tests pass
Kevin Krakauer
1
-3
/
+5
2025-02-27
selftests/net: have `gro.sh -t` return a correct exit code
Kevin Krakauer
1
-1
/
+2
2025-02-27
ice: dpll: Remove newline at the end of a netlink error message
Gal Pressman
1
-7
/
+7
2025-02-27
net: sched: Remove newline at the end of a netlink error message
Gal Pressman
1
-1
/
+1
2025-02-27
sfc: Remove newline at the end of a netlink error message
Gal Pressman
2
-4
/
+4
2025-02-27
net/mlx5: Remove newline at the end of a netlink error message
Gal Pressman
4
-6
/
+6
2025-02-27
coccinelle: Add missing (GE)NL_SET_ERR_MSG_* to strings ending with newline test
Gal Pressman
1
-5
/
+8
2025-02-27
net-sysfs: remove unused initial ret values
Antoine Tenart
1
-5
/
+5
2025-02-27
geneve, specs: Add port range to rt_link specification
Daniel Borkmann
1
-0
/
+16
[next]