summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-12-11net: dsa: provide implementation of .support_eee()Russell King (Oracle)
2024-12-11net: dsa: add hook to determine whether EEE is supportedRussell King (Oracle)
2024-12-11net: dsa: remove check for dp->pl in EEE methodsRussell King (Oracle)
2024-12-11net/sched: netem: account for backlog updates from child qdiscMartin Ottens
2024-12-11Merge tag 'batadv-net-pullrequest-20241210' of git://git.open-mesh.org/linux-...Jakub Kicinski
2024-12-11splice: do not checksum AF_UNIX socketsFrederik Deweerdt
2024-12-11tcp: Add sysctl to configure TIME-WAIT reuse delayJakub Sitnicki
2024-12-11tcp: Measure TIME-WAIT reuse delay with millisecond precisionJakub Sitnicki
2024-12-11ipv6: mcast: annotate data-race around psf->sf_count[MCAST_XXX]Eric Dumazet
2024-12-11ipv6: mcast: annotate data-races around mc->mca_sfcount[MCAST_EXCLUDE]Eric Dumazet
2024-12-11ipv6: mcast: reduce ipv6_chk_mcast_addr() indentationEric Dumazet
2024-12-11netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2024-12-11netfilter: IDLETIMER: Fix for possible ABBA deadlockPhil Sutter
2024-12-11Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj
2024-12-11l2tp: Handle eth stats using NETDEV_PCPU_STAT_DSTATS.James Chapman
2024-12-10Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski
2024-12-10rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump()Eric Dumazet
2024-12-10rtnetlink: add ndo_fdb_dump_contextEric Dumazet
2024-12-10tcp: check space before adding MPTCP SYN optionsMoYuanhao
2024-12-10net: pktgen: Use kthread_create_on_cpu()Frederic Weisbecker
2024-12-10bpf: consider that tail calls invalidate packet pointersEduard Zingerman
2024-12-10bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman
2024-12-10bpf, sockmap: Fix race between element replace and close()Michal Luczaj
2024-12-10bpf, sockmap: Fix update element with sameMichal Luczaj
2024-12-10udp: fix l4 hash after reconnectPaolo Abeni
2024-12-09mctp: no longer rely on net->dev_index_head[]Eric Dumazet
2024-12-09rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells
2024-12-09rxrpc: Fix request for an ACK when cwnd is minimumDavid 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: Tidy up the ACK parsing a bitDavid Howells
2024-12-09rxrpc: Use irq-disabling spinlocks between app and I/O threadDavid Howells
2024-12-09rxrpc: Don't allocate a txbuf for an ACK transmissionDavid Howells
2024-12-09rxrpc: Send jumbo DATA packetsDavid Howells
2024-12-09rxrpc: Fix initial resend timeoutDavid Howells
2024-12-09rxrpc: Fix the calculation and use of RTODavid Howells
2024-12-09rxrpc: Adjust the rxrpc_rtt_rx tracepointDavid Howells
2024-12-09rxrpc: Generate rtt_minDavid Howells
2024-12-09rxrpc: Don't use received skbuff timestampsDavid 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: Display stats about jumbo packets transmitted and receivedDavid 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: Don't need barrier for ->tx_bottom and ->acks_hard_ackDavid Howells
2024-12-09rxrpc: Timestamp DATA packets before transmitting themDavid Howells
2024-12-09rxrpc: Only set DF=1 on initial DATA transmissionDavid Howells