index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Documentation
/
networking
/
net_cachelines
Age
Commit message (
Expand
)
Author
2025-05-13
net: enable driver support for netmem TX
Mina Almasry
2025-04-14
net: convert dev->rtnl_link_state to a bool
Jakub Kicinski
2025-04-10
tcp: add LINUX_MIB_PAWS_TW_REJECTED counter
Jiayuan Chen
2025-03-25
tcp/dccp: remove icsk->icsk_ack.timeout
Eric Dumazet
2025-03-25
tcp/dccp: remove icsk->icsk_timeout
Eric Dumazet
2025-03-24
tcp: move icsk_clean_acked to a better location
Eric Dumazet
2025-03-04
net: rename netns_local to netns_immutable
Nicolas Dichtel
2025-02-26
tcp: be less liberal in TSEcr received while in SYN_RECV state
Eric Dumazet
2025-02-11
tcp: add tcp_rto_max_ms sysctl
Eric Dumazet
2025-02-11
tcp: add the ability to control max RTO
Eric Dumazet
2024-12-11
tcp: Add sysctl to configure TIME-WAIT reuse delay
Jakub Sitnicki
2024-11-09
neighbour: Create netdev->neighbour association
Gilad Naaman
2024-10-29
Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2024-10-14
net: napi: Add napi_config
Joe Damato
2024-10-14
net: napi: Make gro_flush_timeout per-NAPI
Joe Damato
2024-10-14
net: napi: Make napi_defer_hard_irqs per-NAPI
Joe Damato
2024-10-11
tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rx
Eric Dumazet
2024-10-09
doc: net: Fix .rst rendering of net_cachelines pages
Donald Hunter
2024-10-09
Merge net-next/main to resolve conflicts
Johannes Berg
2024-10-08
wifi: remove iw_public_data from struct net_device
Johannes Berg
2024-10-07
ipv4: remove fib_info_devhash[]
Eric Dumazet
2024-10-04
net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attribute
Eric Dumazet
2024-09-05
net: napi: Prevent overflow of napi_defer_hard_irqs
Joe Damato
2024-09-03
netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
Alexander Lobakin
2024-09-03
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-09-03
netdevice: convert private flags > BIT(31) to bitfields
Alexander Lobakin
2024-08-30
Documentation: Add missing fields to net_cachelines
Joe Damato
2024-03-19
net: move dev->state into net_device_read_txrx group
Eric Dumazet
2024-02-28
Documentations: correct net_cachelines title for struct inet_sock
Haiyue Wang
2024-02-12
net-device: move lstats in net_device_read_txrx
Eric Dumazet
2024-02-12
tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx group
Eric Dumazet
2024-02-12
tcp: move tp->scaling_ratio to tcp_sock_read_txrx group
Eric Dumazet
2024-01-03
net-device: move xdp_prog to net_device_read_rx
Eric Dumazet
2024-01-02
net-device: move gso_partial_features to net_device_read_tx
Eric Dumazet
2023-12-05
Documentations: fix net_cachelines documentation build warning
Coco Li
2023-12-02
Documentations: Analyze heavily used Networking related structs
Coco Li