summaryrefslogtreecommitdiff
path: root/Documentation/networking/net_cachelines
AgeCommit message (Expand)AuthorFilesLines
2025-05-13net: enable driver support for netmem TXMina Almasry1-0/+1
2025-04-15net: convert dev->rtnl_link_state to a boolJakub Kicinski1-1/+1
2025-04-11tcp: add LINUX_MIB_PAWS_TW_REJECTED counterJiayuan Chen1-0/+2
2025-03-25tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet1-1/+0
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet1-2/+1
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet1-0/+1
2025-03-04net: rename netns_local to netns_immutableNicolas Dichtel1-1/+1
2025-02-27tcp: be less liberal in TSEcr received while in SYN_RECV stateEric Dumazet1-0/+1
2025-02-11tcp: add tcp_rto_max_ms sysctlEric Dumazet1-0/+1
2025-02-11tcp: add the ability to control max RTOEric Dumazet1-0/+1
2024-12-12tcp: Add sysctl to configure TIME-WAIT reuse delayJakub Sitnicki1-0/+1
2024-11-10neighbour: Create netdev->neighbour associationGilad Naaman1-0/+1
2024-10-30Merge tag 'wireless-next-2024-10-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-1/+0
2024-10-15net: napi: Add napi_configJoe Damato1-0/+1
2024-10-15net: napi: Make gro_flush_timeout per-NAPIJoe Damato1-0/+1
2024-10-15net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato1-0/+1
2024-10-11tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet1-1/+1
2024-10-10doc: net: Fix .rst rendering of net_cachelines pagesDonald Hunter6-654/+666
2024-10-09Merge net-next/main to resolve conflictsJohannes Berg1-0/+2
2024-10-08wifi: remove iw_public_data from struct net_deviceJohannes Berg1-1/+0
2024-10-08ipv4: remove fib_info_devhash[]Eric Dumazet1-0/+1
2024-10-05net: add IFLA_MAX_PACING_OFFLOAD_HORIZON device attributeEric Dumazet1-0/+1
2024-09-06net: napi: Prevent overflow of napi_defer_hard_irqsJoe Damato1-1/+1
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin1-0/+1
2024-09-03netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_localAlexander Lobakin1-0/+1
2024-09-03netdev_features: convert NETIF_F_LLTX to dev->lltxAlexander Lobakin1-0/+1
2024-09-03netdevice: convert private flags > BIT(31) to bitfieldsAlexander Lobakin1-1/+3
2024-08-30Documentation: Add missing fields to net_cachelinesJoe Damato1-0/+2
2024-03-19net: move dev->state into net_device_read_txrx groupEric Dumazet1-1/+1
2024-02-28Documentations: correct net_cachelines title for struct inet_sockHaiyue Wang1-3/+3
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet1-2/+2
2024-02-12tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx groupEric Dumazet1-1/+1
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet1-1/+1
2024-01-04net-device: move xdp_prog to net_device_read_rxEric Dumazet1-1/+1
2024-01-02net-device: move gso_partial_features to net_device_read_txEric Dumazet1-1/+1
2023-12-06Documentations: fix net_cachelines documentation build warningCoco Li7-0/+7
2023-12-03Documentations: Analyze heavily used Networking related structsCoco Li7-0/+731