index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-08
ionic: remove callback pointer from desc_info
Shannon Nelson
5
-91
/
+57
2024-03-08
ionic: move adminq-notifyq handling to main file
Shannon Nelson
3
-65
/
+67
2024-03-08
ionic: drop q mapping
Shannon Nelson
3
-35
/
+10
2024-03-08
ionic: remove desc, sg_desc and cmb_desc from desc_info
Shannon Nelson
4
-60
/
+45
2024-03-08
Add Jeff Kirsher to .get_maintainer.ignore
Jakub Kicinski
1
-0
/
+1
2024-03-08
ipv6: remove RTNL protection from inet6_dump_addr()
Eric Dumazet
1
-3
/
+6
2024-03-08
ipv6: use xa_array iterator to implement inet6_dump_addr()
Eric Dumazet
1
-49
/
+30
2024-03-08
ipv6: make in6_dump_addrs() lockless
Eric Dumazet
1
-9
/
+5
2024-03-08
ipv6: make inet6_fill_ifaddr() lockless
Eric Dumazet
1
-29
/
+37
2024-03-08
net: nexthop: Expose nexthop group HW stats to user space
Ido Schimmel
3
-8
/
+149
2024-03-08
net: nexthop: Add ability to enable / disable hardware statistics
Ido Schimmel
3
-1
/
+19
2024-03-08
net: nexthop: Add hardware statistics notifications
Ido Schimmel
2
-0
/
+5
2024-03-08
net: nexthop: Expose nexthop group stats to user space
Ido Schimmel
2
-8
/
+117
2024-03-08
net: nexthop: Add nexthop group entry stats
Ido Schimmel
2
-4
/
+37
2024-03-08
net: nexthop: Add NHA_OP_FLAGS
Petr Machata
2
-4
/
+23
2024-03-08
net: nexthop: Adjust netlink policy parsing for a new attribute
Petr Machata
1
-30
/
+28
2024-03-08
octeontx2-pf: Add TC flower offload support for TCP flags
Sai Krishna
5
-2
/
+23
2024-03-08
tcp: Add skb addr and sock addr to arguments of tracepoint tcp_probe.
fuyuanli
1
-2
/
+8
2024-03-08
net: dqs: add NIC stall detector based on BQL
Jakub Kicinski
5
-0
/
+237
2024-03-08
net: chelsio: remove unused function calc_tx_descs
Colin Ian King
1
-14
/
+0
2024-03-08
eth: bnxt: support per-queue statistics
Jakub Kicinski
1
-0
/
+65
2024-03-08
netdev: add queue stat for alloc failures
Jakub Kicinski
5
-1
/
+13
2024-03-08
netdev: add per-queue statistics
Jakub Kicinski
9
-0
/
+421
2024-03-08
net: move rps_sock_flow_table to net_hotdata
Eric Dumazet
4
-17
/
+16
2024-03-08
net: introduce include/net/rps.h
Eric Dumazet
16
-117
/
+140
2024-03-08
ipv6: move tcp_ipv6_hash_secret and udp_ipv6_hash_secret to net_hotdata
Eric Dumazet
4
-6
/
+5
2024-03-08
ipv6: move inet6_ehash_secret and udp6_ehash_secret into net_hotdata
Eric Dumazet
4
-2
/
+4
2024-03-08
inet: move inet_ehash_secret and udp_ehash_secret into net_hotdata
Eric Dumazet
4
-4
/
+5
2024-03-08
inet: move tcp_protocol and udp_protocol to net_hotdata
Eric Dumazet
2
-15
/
+17
2024-03-08
ipv6: move tcpv6_protocol and udpv6_protocol to net_hotdata
Eric Dumazet
3
-16
/
+21
2024-03-08
udp: move udpv4_offload and udpv6_offload to net_hotdata
Eric Dumazet
3
-20
/
+20
2024-03-08
net: move skbuff_cache(s) to net_hotdata
Eric Dumazet
6
-29
/
+32
2024-03-08
net: move dev_rx_weight to net_hotdata
Eric Dumazet
5
-5
/
+4
2024-03-08
net: move dev_tx_weight to net_hotdata
Eric Dumazet
6
-4
/
+5
2024-03-08
net: move tcpv4_offload and tcpv6_offload to net_hotdata
Eric Dumazet
3
-17
/
+19
2024-03-08
net: move ip_packet_offload and ipv6_packet_offload to net_hotdata
Eric Dumazet
3
-18
/
+23
2024-03-08
net: move netdev_max_backlog to net_hotdata
Eric Dumazet
8
-10
/
+14
2024-03-08
net: move ptype_all into net_hotdata
Eric Dumazet
5
-13
/
+13
2024-03-08
net: move netdev_tstamp_prequeue into net_hotdata
Eric Dumazet
5
-7
/
+9
2024-03-08
net: move netdev_budget and netdev_budget to net_hotdata
Eric Dumazet
5
-9
/
+12
2024-03-08
net: introduce struct net_hotdata
Eric Dumazet
8
-16
/
+37
2024-03-08
selftests: userspace pm: avoid relaunching pm events
Matthieu Baerts (NGI0)
1
-16
/
+13
2024-03-08
selftests: mptcp: simult flows: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-2
/
+8
2024-03-08
selftests: mptcp: pm netlink: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-4
/
+10
2024-03-08
selftests: mptcp: sockopt: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-4
/
+10
2024-03-08
selftests: mptcp: connect: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-29
/
+47
2024-03-08
selftests: mptcp: diag: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-4
/
+10
2024-03-08
selftests: mptcp: add mptcp_lib_events helper
Geliang Tang
3
-18
/
+18
2024-03-08
selftests: mptcp: more operations in ns_init/exit
Geliang Tang
7
-24
/
+4
2024-03-08
selftests: mptcp: add mptcp_lib_ns_init/exit helpers
Geliang Tang
8
-67
/
+53
[next]