summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-12-15netlink: add IGMP/MLD join/leave notificationsYuyang Huang3-1/+32
2024-12-13page_pool: disable sync for cpu for dmabuf memory providerMina Almasry2-6/+32
2024-12-13net: page_pool: create page_pool_alloc_netmemMina Almasry1-9/+16
2024-12-13net: page_pool: rename page_pool_alloc_netmem to *_netmemsMina Almasry1-1/+1
2024-12-13skbuff: allow 2-4-argument skb_frag_dma_map()Alexander Lobakin1-5/+26
2024-12-13xdp: make __xdp_return() MP-agnosticAlexander Lobakin1-2/+2
2024-12-13xdp: get rid of xdp_frame::mem.idAlexander Lobakin1-7/+7
2024-12-13page_pool: allow mixing PPs within one bulkAlexander Lobakin2-8/+14
2024-12-13net_sched: sch_cake: Add drop reasonsToke Høiland-Jørgensen1-0/+18
2024-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-101/+137
2024-12-12Merge tag 'net-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-59/+89
2024-12-12Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-47/+71
2024-12-12Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis1-0/+1
2024-12-12Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-38/+70
2024-12-12Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-4/+0
2024-12-12net, team, bonding: Add netdev_base_features helperDaniel Borkmann1-0/+7
2024-12-12net: dsa: provide implementation of .support_eee()Russell King (Oracle)1-0/+1
2024-12-12net: dsa: add hook to determine whether EEE is supportedRussell King (Oracle)1-0/+1
2024-12-12tcp: Add sysctl to configure TIME-WAIT reuse delayJakub Sitnicki1-0/+1
2024-12-12tcp: Measure TIME-WAIT reuse delay with millisecond precisionJakub Sitnicki1-0/+4
2024-12-12lib: packing: add pack_fields() and unpack_fields()Vladimir Oltean1-0/+425
2024-12-12netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-4/+0
2024-12-11Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj1-9/+0
2024-12-11Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-3/+4
2024-12-11rtnetlink: remove pad field in ndo_fdb_dump_contextEric Dumazet1-1/+0
2024-12-11rtnetlink: switch rtnl_fdb_dump() to for_each_netdev_dump()Eric Dumazet1-2/+2
2024-12-11rtnetlink: add ndo_fdb_dump_contextEric Dumazet1-0/+7
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_reset()Koichiro Den1-1/+2
2024-12-10virtio_ring: add a func argument 'recycle_done' to virtqueue_resize()Koichiro Den1-1/+2
2024-12-10net: phy: Add helper for mapping RGMII link speed to clock rateJan Petrous (OSS)1-0/+23
2024-12-10net: stmmac: Fix clock rate variables sizeJan Petrous (OSS)1-3/+3
2024-12-10net: stmmac: Extend CSR calc supportJan Petrous (OSS)1-0/+2
2024-12-10net: stmmac: Fix CSR divider commentJan Petrous (OSS)1-1/+1
2024-12-10vxlan: Add an attribute to make VXLAN header validation configurablePetr Machata1-0/+1
2024-12-10vxlan: Track reserved bits explicitly as part of the configurationPetr Machata1-0/+1
2024-12-10net: reformat kdoc return statementsJakub Kicinski21-101/+101
2024-12-10rxrpc: Implement RACK/TLP to deal with transmission stalls [RFC8985]David Howells1-19/+323
2024-12-10rxrpc: Manage RTT per-call rather than per-peerDavid Howells1-1/+1
2024-12-10rxrpc: Add a reason indicator to the tx_ack tracepointDavid Howells1-4/+9
2024-12-10rxrpc: Add a reason indicator to the tx_data tracepointDavid Howells1-7/+14
2024-12-10rxrpc: Don't allocate a txbuf for an ACK transmissionDavid Howells1-2/+0
2024-12-10rxrpc: Display userStatus in rxrpc_rx_ack traceDavid Howells1-1/+4
2024-12-10rxrpc: Adjust the rxrpc_rtt_rx tracepointDavid Howells1-4/+10
2024-12-10rxrpc: Store the DATA serial in the txqueue and use this in RTT calcDavid Howells1-9/+5
2024-12-10rxrpc: Use the new rxrpc_tx_queue struct to more efficiently process ACKsDavid Howells1-11/+75
2024-12-10rxrpc: Adjust names and types of congestion-related fieldsDavid Howells1-23/+35
2024-12-10rxrpc: Replace call->acks_first_seq with tracking of the hard ACK pointDavid Howells1-36/+32
2024-12-10rxrpc: call->acks_hard_ack is now the same call->tx_bottom, so remove itDavid Howells1-10/+10
2024-12-10rxrpc: Implement progressive transmission queue structDavid Howells1-15/+83
2024-12-10rxrpc: Fix CPU time starvation in I/O threadDavid Howells1-0/+3