summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-18ppp: require callers of ppp_dev_name() to hold RCUQingfang Deng1-1/+3
2026-03-17xsk: remove repeated definesMaciej Fijalkowski1-7/+0
2026-03-14net/mlx5: Add a shared devlink instance for PFs on same chipJiri Pirko1-0/+1
2026-03-14devlink: introduce shared devlink instance for PFs on same chipJiri Pirko1-0/+7
2026-03-14devlink: add devlink_dev_driver_name() helper and use it in trace eventsJiri Pirko2-6/+7
2026-03-14devlink: support index-based lookup via bus_name/dev_name handleJiri Pirko1-0/+2
2026-03-14devlink: add helpers to get bus_name/dev_nameJiri Pirko2-12/+14
2026-03-14devlink: expose devlink instance index over netlinkJiri Pirko1-0/+2
2026-03-14net: phy: move remaining provider code to mdio_bus_provider.cHeiner Kallweit1-3/+0
2026-03-14net: phy: make mdio_device.c part of libphyHeiner Kallweit1-2/+0
2026-03-14net: stmmac: avoid passing pci_devRussell King (Oracle)1-1/+1
2026-03-14net: dropreason: add SKB_DROP_REASON_RECURSION_LIMITEric Dumazet2-1/+4
2026-03-14tcp: implement RFC 7323 window retraction receiver requirementsSimon Baatz2-0/+25
2026-03-14udp: Don't pass udptable to IPv4 socket lookup functions.Kuniyuki Iwashima1-3/+2
2026-03-14udp: Don't pass udptable to IPv6 socket lookup functions.Kuniyuki Iwashima2-6/+4
2026-03-14udp: Remove udp_table in struct udp_seq_afinfo.Kuniyuki Iwashima1-1/+0
2026-03-14udp: Remove struct proto.h.udp_table.Kuniyuki Iwashima1-1/+0
2026-03-14udp: Remove UDPLITE_SEND_CSCOV and UDPLITE_RECV_CSCOV.Kuniyuki Iwashima3-24/+3
2026-03-14udp: Remove partial csum code in TX.Kuniyuki Iwashima1-35/+0
2026-03-14udp: Remove partial csum code in RX.Kuniyuki Iwashima2-48/+3
2026-03-14udp: Remove UDP-Lite SNMP stats.Kuniyuki Iwashima2-33/+18
2026-03-14ipv4: Retire UDP-Lite.Kuniyuki Iwashima3-9/+6
2026-03-14ipv6: Retire UDP-Lite.Kuniyuki Iwashima3-5/+4
2026-03-14udp: Make udp[46]_seq_show() static.Kuniyuki Iwashima1-3/+0
2026-03-13net: page_pool: scale alloc cache with PAGE_SIZENimrod Oren1-1/+10
2026-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski23-63/+160
2026-03-12Merge tag 'net-7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-2/+61
2026-03-12net: prevent NULL deref in ip[6]tunnel_xmit()Eric Dumazet1-4/+6
2026-03-12tcp: add tcp_release_cb_cond() helperEric Dumazet2-0/+21
2026-03-12vsock: add G2H fallback for CIDs not owned by H2G transportAlexander Graf2-0/+11
2026-03-12ipv6: move the disable_ipv6_mod knob to core codeJakub Kicinski1-1/+6
2026-03-11net: stmmac: add documentation for clocksRussell King (Oracle)1-1/+32
2026-03-11net: stmmac: add documentation for stmmac_dma_cfg membersRussell King (Oracle)1-1/+22
2026-03-11net: stmmac: use u8 for host_dma_width and similar struct membersRussell King (Oracle)1-1/+1
2026-03-11net: stmmac: use u8 for ?x_queues_to_use and number_?x_queuesRussell King (Oracle)1-2/+2
2026-03-11net: stmmac: reorder structs to reduce memory consumptionRussell King (Oracle)1-8/+8
2026-03-11net: stmmac: convert plat_stmmacenet_data booleans to type boolRussell King (Oracle)1-7/+7
2026-03-11net: stmmac: provide plat_dat->dma_cfg in stmmac_plat_dat_alloc()Russell King (Oracle)1-0/+1
2026-03-11page_pool: store detach_time as ktime_t to avoid false-negativesJakub Kicinski1-1/+1
2026-03-11inet: add ip_local_port_step_width sysctl to improve port usage distributionFernando Fernandez Mancera1-0/+1
2026-03-10Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/s...Linus Torvalds3-28/+24
2026-03-10net: mana: hardening: Validate doorbell ID from GDMA_REGISTER_DEVICE responseErni Sri Satya Vennela1-1/+3
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi3-0/+51
2026-03-10tcp: inline tcp_chrono_start()Eric Dumazet1-1/+24
2026-03-10tcp: move tp->chrono_type next tp->chrono_stat[]Eric Dumazet1-2/+2
2026-03-10net/sched: refine indirect call mitigation in tc_wrapper.hEric Dumazet1-5/+42
2026-03-10tcp: move sysctl_tcp_shrink_window to netns_ipv4_read_txrx groupEric Dumazet1-1/+1
2026-03-10Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm...Jakub Kicinski1-38/+0
2026-03-10ppp: simplify input error handlingQingfang Deng1-1/+1
2026-03-10net/sched: do not reset queues in graft operationsEric Dumazet1-2/+2