index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-17
page_pool: Add page_pool_dev_alloc_netmems helper
Dragos Tatulea
1
-0
/
+7
2025-06-17
net: Add skb_can_coalesce for netmem
Dragos Tatulea
1
-3
/
+9
2025-06-17
net: Allow const args for of page_to_netmem()
Dragos Tatulea
1
-1
/
+1
2025-06-17
net: tcp: tsq: Convert from tasklet to BH workqueue
Tejun Heo
1
-1
/
+1
2025-06-17
vxlan: Support MC routing in the underlay
Petr Machata
2
-1
/
+5
2025-06-17
net: ipv6: Add ip6_mr_output()
Petr Machata
2
-0
/
+8
2025-06-17
net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()
Petr Machata
2
-2
/
+4
2025-06-17
net: ipv6: Make udp_tunnel6_xmit_skb() void
Petr Machata
1
-7
/
+7
2025-06-17
net: ipv4: Add ip_mr_output()
Petr Machata
1
-0
/
+2
2025-06-17
net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
Petr Machata
2
-2
/
+2
2025-06-17
net: vlan: Use IS_ENABLED() helper for CONFIG_VLAN_8021Q guard
Gal Pressman
1
-1
/
+1
2025-06-17
net: vlan: Replace BUG() with WARN_ON_ONCE() in vlan_dev_* stubs
Gal Pressman
1
-3
/
+3
2025-06-17
net: vlan: Make is_vlan_dev() a stub when VLAN is not configured
Gal Pressman
1
-5
/
+10
2025-06-17
netmem: fix netmem comments
Mina Almasry
1
-5
/
+16
2025-06-17
net: dsa: tag_brcm: add support for legacy FCS tags
Álvaro Fernández Rojas
1
-0
/
+2
2025-06-17
tcp: remove RFC3517/RFC6675 tcp_clear_retrans_hints_partial()
Neal Cardwell
1
-5
/
+0
2025-06-17
tcp: remove RFC3517/RFC6675 hint state: lost_skb_hint, lost_cnt_hint
Neal Cardwell
2
-4
/
+0
2025-06-17
Merge branch 'io_uring-cmd-for-tx-timestamps'
Jakub Kicinski
1
-0
/
+4
2025-06-17
net: timestamp: add helper returning skb's tx tstamp
Pavel Begunkov
1
-0
/
+4
2025-06-17
Merge branch 'shradha_v6.16-rc1' of https://github.com/shradhagupta6/linux
Jakub Kicinski
2
-1
/
+7
2025-06-17
net: mana: Allocate MSI-X vectors dynamically
Shradha Gupta
1
-2
/
+6
2025-06-17
PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocations
Shradha Gupta
1
-0
/
+2
2025-06-16
net: phy: remove phy_driver_is_genphy_10g
Heiner Kallweit
1
-2
/
+0
2025-06-16
net: phy: improve phy_driver_is_genphy
Heiner Kallweit
1
-1
/
+11
2025-06-16
net: phy: add flag is_genphy_driven to struct phy_device
Heiner Kallweit
1
-0
/
+2
2025-06-16
octeontx2: Set appropriate PF, VF masks and shifts based on silicon
Subbaraya Sundeep
1
-0
/
+25
2025-06-16
net: mana: Add handler for hardware servicing events
Haiyang Zhang
1
-2
/
+8
2025-06-16
netpoll: move netpoll_print_options to netconsole
Breno Leitao
1
-1
/
+0
2025-06-16
netpoll: relocate netconsole-specific functions to netconsole module
Breno Leitao
1
-1
/
+0
2025-06-16
netpoll: expose netpoll logging macros in public header
Breno Leitao
1
-0
/
+7
2025-06-16
netpoll: remove __netpoll_cleanup from exported API
Breno Leitao
1
-1
/
+0
2025-06-16
net/tcp_ao: tracing: Hide tcp_ao events under CONFIG_TCP_AO
Steven Rostedt
1
-0
/
+2
2025-06-14
net: sysfs: Implement is_visible for phys_(port_id, port_name, switch_id)
Yajun Deng
1
-1
/
+1
2025-06-13
dpll: add phase_offset_monitor_get/set callback ops
Arkadiusz Kubalewski
1
-0
/
+8
2025-06-13
dpll: add phase-offset-monitor feature to netlink spec
Arkadiusz Kubalewski
1
-0
/
+12
2025-06-13
net: phy: improve rgmii_clock() documentation
Russell King (Oracle)
1
-2
/
+4
2025-06-13
net: pfcp: fix typo in message_priority field name
RubenKelevra
1
-1
/
+1
2025-06-12
net: phy: simplify phy_get_internal_delay()
Russell King (Oracle)
1
-2
/
+2
2025-06-12
net: phy: move definition of genphy_c45_driver to phy_device.c
Heiner Kallweit
1
-3
/
+0
2025-06-12
net: phy: assign default match function for non-PHY MDIO devices
Heiner Kallweit
1
-1
/
+0
2025-06-12
net: ethtool: add dedicated callbacks for getting and setting rxfh fields
Jakub Kicinski
1
-0
/
+20
2025-06-12
net: ethtool: require drivers to opt into the per-RSS ctx RXFH
Jakub Kicinski
1
-0
/
+3
2025-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
52
-182
/
+744
2025-06-12
Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
4
-16
/
+14
2025-06-12
Merge tag 'for-net-2025-06-11' of git://git.kernel.org/pub/scm/linux/kernel/g...
Jakub Kicinski
2
-5
/
+8
2025-06-12
net_sched: remove qdisc_tree_flush_backlog()
Eric Dumazet
1
-8
/
+0
2025-06-11
eth: Update rmon hist range
Mohsin Bashir
1
-1
/
+1
2025-06-11
Bluetooth: ISO: Fix not using bc_sid as advertisement SID
Luiz Augusto von Dentz
2
-5
/
+8
2025-06-11
KEYS: Invert FINAL_PUT bit
Herbert Xu
1
-1
/
+1
2025-06-10
Merge tag 'linux-can-next-for-6.17-20250610' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
3
-3
/
+21
[next]