summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-02-05net: add vlan_get_protocol_offset_inline() helperEric Dumazet1-29/+22
2026-02-05flow_offload: add const qualifiers to function argumentsDavid Yang1-2/+2
2026-02-05dpll: Add reference count tracking supportIvan Vecera1-6/+15
2026-02-05dpll: Support dynamic pin index allocationIvan Vecera1-0/+2
2026-02-05dpll: Add notifier chain for dpll eventsPetr Oros1-0/+29
2026-02-05dpll: Allow associating dpll pin with a firmware nodeIvan Vecera1-0/+11
2026-02-05can: remove private CAN skb headroom infrastructureOliver Hartkopp1-31/+0
2026-02-05can: add CAN skb extension infrastructureOliver Hartkopp3-0/+48
2026-02-05can: use skb hash instead of private variable in headroomOliver Hartkopp2-2/+1
2026-02-05net/mlx5e: RX, Drop oversized packets in non-linear modeDragos Tatulea1-0/+5
2026-02-05net: stmmac: remove support for lpi_intr_oRussell King (Oracle)1-1/+0
2026-02-05net/iucv: clean up iucv kernel-doc warningsRandy Dunlap1-204/+3
2026-02-05net: stmmac: Fix typo from clk_scr_i to clk_csr_iHuacai Chen1-8/+8
2026-02-05tcp: split tcp_check_space() in two partsEric Dumazet1-1/+9
2026-02-05Merge tag 'wireless-next-2026-02-04' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski7-9/+420
2026-02-05trace: mptcp: add mptcp_rcvbuf_grow tracepointPaolo Abeni1-0/+80
2026-02-04net: usb: introduce usbnet_mii_ioctl helper functionEthan Nelson-Moore1-0/+1
2026-02-03tcp: accecn: add tcpi_ecn_mode and tcpi_option2 in tcp_infoChia-Yu Chang2-14/+23
2026-02-03tcp: accecn: detect loss ACK w/ AccECN option and add TCP_ACCECN_OPTION_PERSISTChia-Yu Chang2-1/+4
2026-02-03tcp: accecn: fallback outgoing half link to non-AccECNChia-Yu Chang1-1/+3
2026-02-03tcp: accecn: retransmit SYN/ACK without AccECN option or non-AccECN SYN/ACKChia-Yu Chang1-5/+15
2026-02-03tcp: add TCP_SYNACK_RETRANS synack_typeChia-Yu Chang1-0/+1
2026-02-03tcp: accecn: handle unexpected AccECN negotiation feedbackChia-Yu Chang1-13/+31
2026-02-03tcp: disable RFC3168 fallback identifier for CC modulesChia-Yu Chang2-4/+19
2026-02-03tcp: ECT_1_NEGOTIATION and NEEDS_ACCECN identifiersChia-Yu Chang3-7/+47
2026-02-03tcp: try to avoid safer when ACKs are thinnedIlpo Järvinen1-0/+1
2026-02-03net: phy: remove modalias-based mdio bus matchingHeiner Kallweit2-2/+0
2026-02-03tcp: export tcp_splice_stateGeliang Tang1-0/+11
2026-02-03ptp: vmclock: support device notificationsBabis Chalios1-0/+5
2026-02-03ptp: vmclock: add vm generation counterBabis Chalios1-0/+15
2026-02-03ipv6: colocate inet6_cork in inet_cork_fullEric Dumazet3-12/+12
2026-02-03inet: add dst4_mtu() and dst6_mtu() helpersEric Dumazet2-0/+12
2026-02-03ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()Eric Dumazet1-5/+5
2026-02-03net: add a debug check in __skb_push()Eric Dumazet1-0/+1
2026-02-03net: l3mdev: use skb_dst_dev_rcu() in l3mdev_l3_out()Eric Dumazet1-3/+4
2026-02-02wifi: mac80211: Add eMLSR/eMLMR action frame parsing supportLorenzo Bianconi3-0/+49
2026-02-02wifi: mac80211: add initial UHR supportJohannes Berg1-2/+33
2026-02-02wifi: cfg80211: add initial UHR supportJohannes Berg2-3/+85
2026-02-02wifi: ieee80211: add some initial UHR definitionsJohannes Berg2-2/+251
2026-02-02wifi: mac80211: correct ieee80211-{s1g/eht}.h include guard commentsLachlan Hodges2-2/+2
2026-01-31net: ax25: remove plumbing for never-implemented DAMA Master supportEthan Nelson-Moore1-6/+2
2026-01-31net: wwan: add NMEA port supportSergey Ryazanov1-0/+2
2026-01-31tcp: reduce tcp sockets size by one cache lineEric Dumazet1-1/+10
2026-01-30Merge tag 'wireless-next-2026-01-29' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski5-7/+107
2026-01-30ipv6: optimize fl6_update_dst()Eric Dumazet1-3/+13
2026-01-30dpll: expose fractional frequency offset in pptIvan Vecera1-0/+1
2026-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-12/+47
2026-01-29Bluetooth: L2CAP: Fix not tracking outstanding TX identLuiz Augusto von Dentz1-2/+1
2026-01-29Bluetooth: Fix using PHYs bitfields as PHY valueLuiz Augusto von Dentz2-7/+7
2026-01-29Bluetooth: L2CAP: Add support for setting BT_PHYLuiz Augusto von Dentz4-15/+37