index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.clang-format
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-02
net: dsa: Remove fixed_link_update member
Florian Fainelli
1
-4
/
+0
2024-05-02
net: ti: icssg_prueth: Add SW TX / RX Coalescing based on hrtimers
MD Danish Anwar
4
-8
/
+155
2024-05-02
arp: Convert ioctl(SIOCGARP) to RCU.
Kuniyuki Iwashima
1
-10
/
+18
2024-05-02
net: Protect dev->name by seqlock.
Kuniyuki Iwashima
2
-4
/
+24
2024-05-02
arp: Get dev after calling arp_req_(delete|set|get)().
Kuniyuki Iwashima
1
-36
/
+50
2024-05-02
arp: Remove a nest in arp_req_get().
Kuniyuki Iwashima
1
-13
/
+18
2024-05-02
arp: Factorise ip_route_output() call in arp_req_set() and arp_req_delete().
Kuniyuki Iwashima
1
-20
/
+30
2024-05-02
arp: Validate netmask earlier for SIOCDARP and SIOCSARP in arp_ioctl().
Kuniyuki Iwashima
1
-12
/
+15
2024-05-02
arp: Move ATF_COM setting in arp_req_set().
Kuniyuki Iwashima
1
-3
/
+6
2024-05-01
selftests: netfilter: nft_concat_range.sh: reduce debug kernel run time
Florian Westphal
4
-6
/
+34
2024-05-01
ipv6: anycast: use call_rcu_hurry() in aca_put()
Eric Dumazet
1
-3
/
+2
2024-05-01
netpoll: Fix race condition in netpoll_owner_active
Breno Leitao
1
-1
/
+1
2024-05-01
net: loopback: Do not allocate lstats explicitly
Breno Leitao
1
-4
/
+1
2024-05-01
dt-bindings: net: snps, dwmac: remove tx-sched-sp property
Flavio Suligoi
1
-14
/
+0
2024-05-01
net: move sysctl_mem_pcpu_rsv to net_hotdata
Eric Dumazet
5
-7
/
+8
2024-05-01
net: add <net/proto_memory.h>
Eric Dumazet
9
-78
/
+90
2024-05-01
tcp: move tcp_out_of_memory() to net/ipv4/tcp.c
Eric Dumazet
2
-10
/
+10
2024-05-01
net: move sysctl_skb_defer_max to net_hotdata
Eric Dumazet
6
-4
/
+4
2024-05-01
net: move sysctl_max_skb_frags to net_hotdata
Eric Dumazet
7
-9
/
+8
2024-05-01
inet: introduce dst_rtable() helper
Eric Dumazet
23
-70
/
+64
2024-04-30
selftests: drv-net-hw: add test for memory allocation failures with page pool
Jakub Kicinski
3
-0
/
+134
2024-04-30
selftests: drv-net: support generating iperf3 load
Jakub Kicinski
2
-0
/
+42
2024-04-30
selftests: net: py: avoid all ports < 10k
Jakub Kicinski
1
-1
/
+1
2024-04-30
selftests: net: py: extract tool logic
Jakub Kicinski
1
-3
/
+9
2024-04-30
selftests: drv-net-hw: support using Python from net hw tests
Jakub Kicinski
4
-3
/
+26
2024-04-30
net: page_pool: support error injection
Jakub Kicinski
1
-0
/
+2
2024-04-30
selftests: netfilter: avoid test timeouts on debug kernels
Florian Westphal
4
-3
/
+10
2024-04-30
net: sfp-bus: constify link_modes to sfp_select_interface()
Russell King (Oracle)
2
-3
/
+3
2024-04-30
net: sfp: allow use 2500base-X for 2500base-T modules
Russell King (Oracle)
1
-1
/
+2
2024-04-30
net: phylink: add debug print for empty posssible_interfaces
Russell King (Oracle)
1
-0
/
+3
2024-04-30
net: dsa: realtek: provide own phylink MAC operations
Russell King (Oracle)
4
-18
/
+46
2024-04-30
net: dsa: mt7530: do not set MT7530_P5_DIS when PHY muxing is being used
Arınç ÜNAL
1
-1
/
+2
2024-04-30
net/smc: implement DMB-merged operations of loopback-ism
Wen Gu
2
-15
/
+108
2024-04-30
net/smc: adapt cursor update when sndbuf and peer DMB are merged
Wen Gu
1
-2
/
+34
2024-04-30
net/smc: {at|de}tach sndbuf to peer DMB if supported
Wen Gu
3
-1
/
+77
2024-04-30
net/smc: add operations to merge sndbuf with peer DMB
Wen Gu
3
-0
/
+47
2024-04-30
net/smc: register loopback-ism into SMC-D device list
Wen Gu
3
-16
/
+35
2024-04-30
net/smc: ignore loopback-ism when dumping SMC-D devices
Wen Gu
2
-0
/
+7
2024-04-30
net/smc: mark optional smcd_ops and check for support when called
Wen Gu
2
-7
/
+16
2024-04-30
net/smc: implement DMB-related operations of loopback-ism
Wen Gu
2
-3
/
+139
2024-04-30
net/smc: implement ID-related operations of loopback-ism
Wen Gu
2
-5
/
+60
2024-04-30
net/smc: introduce loopback-ism for SMC intra-OS shortcut
Wen Gu
5
-1
/
+223
2024-04-30
net/smc: decouple ism_client from SMC-D DMB registration
Wen Gu
3
-8
/
+5
2024-04-30
sctp: prefer struct_size over open coded arithmetic
Erick Archer
1
-3
/
+4
2024-04-30
virtio-net: support queue stat
Xuan Zhuo
1
-21
/
+371
2024-04-30
netdev: add queue stats
Xuan Zhuo
5
-2
/
+190
2024-04-30
virtio_net: add the total stats field
Xuan Zhuo
1
-12
/
+69
2024-04-30
virtio_net: device stats helpers support driver stats
Xuan Zhuo
1
-75
/
+82
2024-04-30
virtio_net: support device stats
Xuan Zhuo
1
-4
/
+472
2024-04-30
virtio_net: remove "_queue" from ethtool -S
Xuan Zhuo
1
-2
/
+2
[next]