summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-12-09vxlan: Track reserved bits explicitly as part of the configurationPetr Machata
2024-12-09net: reformat kdoc return statementsJakub Kicinski
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells
2024-12-09rxrpc: Manage RTT per-call rather than per-peerDavid Howells
2024-12-09rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells
2024-12-09rxrpc: Add a reason indicator to the tx_data tracepointDavid Howells
2024-12-09rxrpc: Don't allocate a txbuf for an ACK transmissionDavid Howells
2024-12-09rxrpc: Display userStatus in rxrpc_rx_ack traceDavid Howells
2024-12-09rxrpc: Adjust the rxrpc_rtt_rx tracepointDavid Howells
2024-12-09rxrpc: Store the DATA serial in the txqueue and use this in RTT calcDavid Howells
2024-12-09rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells
2024-12-09rxrpc: Adjust names and types of congestion-related fieldsDavid Howells
2024-12-09rxrpc: Replace call->acks_first_seq with tracking of the hard ACK pointDavid Howells
2024-12-09rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove itDavid Howells
2024-12-09rxrpc: Implement progressive transmission queue structDavid Howells
2024-12-09rxrpc: Fix CPU time starvation in I/O threadDavid Howells
2024-12-09rxrpc: Add a tracepoint to show variables pertinent to jumbo packet sizeDavid Howells
2024-12-09rxrpc: Implement path-MTU probing using padded PING ACKs (RFC8899)David Howells
2024-12-09rxrpc: Request an ACK on impending Tx stallDavid Howells
2024-12-09rxrpc: Clean up Tx header flags generation handlingDavid Howells
2024-12-09rxrpc: Fix handling of received connection abortDavid Howells
2024-12-09ktime: Add us_to_ktime()David Howells
2024-12-06vrf: Make pcpu_dstats update functions available to other modules.Guillaume Nault
2024-12-06net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)
2024-12-05page_pool: make page_pool_put_page_bulk() handle array of netmemsAlexander Lobakin
2024-12-05netmem: add a couple of page helper wrappersAlexander Lobakin
2024-12-05xdp: register system page pool as an XDP memory modelToke Høiland-Jørgensen
2024-12-05xdp: allow attaching already registered memory model to xdp_rxq_infoAlexander Lobakin
2024-12-05xdp, xsk: constify read-only arguments of some static inline helpersAlexander Lobakin
2024-12-05bpf, xdp: constify some bpf_prog * function argumentsAlexander Lobakin
2024-12-05xsk: align &xdp_buff_xsk harderAlexander Lobakin
2024-12-05net_sched: sch_fq: add three drop_reasonEric Dumazet
2024-12-05ethtool: regenerate uapi header from the specStanislav Fomichev
2024-12-05ethtool: remove the comments that are not gonna be generatedStanislav Fomichev
2024-12-05ethtool: separate definitions that are gonna be generatedStanislav Fomichev
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-12-05Merge tag 'hid-for-linus-2024120501' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-05Merge tag 'linux-watchdog-6.13-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds
2024-12-05Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-12-05include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman
2024-12-04net: phylink: add pcs_inband_caps() methodRussell King (Oracle)
2024-12-04net: phy: add phy_config_inband()Russell King (Oracle)
2024-12-04net: phy: add phy_inband_caps()Russell King (Oracle)
2024-12-04netpoll: Make netpoll_send_udp return status instead of voidMaksym Kutsevol
2024-12-04ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni
2024-12-03netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso
2024-12-03module: Convert default symbol namespace to string literalMasahiro Yamada
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds