summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2026-03-02net: stmmac: make dma_cfg mixed/fixed burst booleanRussell King (Oracle)
2026-03-02net: stmmac: remove plat_dat->port_nodeRussell King (Oracle)
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-28net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue dropsJesper Dangaard Brouer
2026-02-28net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTIONJesper Dangaard Brouer
2026-02-28net: sched: rename QDISC_DROP_FQ_* to generic namesJesper Dangaard Brouer
2026-02-28net: sched: sfq: convert to qdisc drop reasonsJesper Dangaard Brouer
2026-02-28net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer
2026-02-27NFC: fix header file kernel-doc warningsRandy Dunlap
2026-02-27net: inline skb_add_rx_frag_netmem()Eric Dumazet
2026-02-27net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet
2026-02-27net: phy: micrel: Add support for lan9645x internal phyJens Emil Schulz Østergaard
2026-02-26netmem: remove the pp fields from net_iovByungchul Park
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-26bonding: print churn state via netlinkHangbin Liu
2026-02-26pppoe: remove kernel-mode relay supportQingfang Deng
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman
2026-02-25netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal
2026-02-25ipvs: no_cport and dropentry counters can be per-netJulian Anastasov
2026-02-25ipvs: use more counters to avoid service lookupsJulian Anastasov
2026-02-25ipvs: use single svc tableJulian Anastasov
2026-02-25ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu
2026-02-25net: pppoe: avoid zero-length arrays in struct pppoe_hdrEric Woudstra
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-24bonding: Optimise is_netpoll_tx_blocked().Kuniyuki Iwashima
2026-02-24tcp: move inet6_csk_update_pmtu() to tcp_ipv6.cEric Dumazet
2026-02-24net: stmmac: pass interface mode into fix_mac_speed() methodRussell King (Oracle)
2026-02-24tcp: make tcp_v{4,6}_send_check() staticEric Dumazet
2026-02-24tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet
2026-02-24tcp: inline __tcp_v4_send_check()Eric Dumazet
2026-02-24udp: move udp6_csum_init() back to net/ipv6/udp.cEric Dumazet
2026-02-24net: __lock_sock() can be staticEric Dumazet
2026-02-24Merge tag 'for-net-2026-02-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior
2026-02-23Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too shortLuiz Augusto von Dentz
2026-02-23Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz
2026-02-23default_gfp(): avoid using the "newfangled" __VA_OPT__ trickLinus Torvalds
2026-02-22Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2026-02-22Merge tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21add default_gfp() helper macro and use it in the new *alloc_obj() helpersLinus Torvalds
2026-02-21slab.h: disable completely broken overflow handling in flex allocationsLinus Torvalds
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-02-21Merge tag 'ntb-7.0' of https://github.com/jonmason/ntbLinus Torvalds
2026-02-21Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-02-21kmalloc_obj: Clean up after treewide replacementsKees Cook
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-21compiler_types: Disable __builtin_counted_by_ref for ClangKees Cook