summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-03-03net: mana: Trigger VF reset/recovery on health check failure due to HWC timeoutDipayaan Roy1-2/+14
2026-03-03atm: atmdev: add function parameter names and descriptionRandy Dunlap1-2/+4
2026-03-03dccp Remove inet_hashinfo2_init_mod().Kuniyuki Iwashima1-1/+0
2026-03-03ipmr: Don't hold RTNL for ipmr_rtm_route().Kuniyuki Iwashima1-1/+0
2026-03-03ipmr: Add dedicated mutex for mrt->{mfc_hash,mfc_cache_list}.Kuniyuki Iwashima1-0/+1
2026-03-03ipmr/ip6mr: Convert net->ipv[46].ipmr_seq to atomic_t.Kuniyuki Iwashima3-6/+6
2026-03-03ipmr: Define net->ipv4.{ipmr_notifier_ops,ipmr_seq} under CONFIG_IP_MROUTE.Kuniyuki Iwashima1-3/+2
2026-03-03net: stmmac: make dma_cfg mixed/fixed burst booleanRussell King (Oracle)1-2/+2
2026-03-03net: stmmac: remove plat_dat->port_nodeRussell King (Oracle)1-1/+0
2026-03-03net: remove addr_len argument of recvmsg() handlersEric Dumazet6-12/+8
2026-03-01net: sched: sch_dualpi2: use qdisc_dequeue_drop() for dequeue dropsJesper Dangaard Brouer2-6/+8
2026-03-01net: sched: rename QDISC_DROP_CAKE_FLOOD to QDISC_DROP_FLOOD_PROTECTIONJesper Dangaard Brouer1-5/+6
2026-03-01net: sched: rename QDISC_DROP_FQ_* to generic namesJesper Dangaard Brouer1-9/+10
2026-03-01net: sched: sfq: convert to qdisc drop reasonsJesper Dangaard Brouer1-4/+14
2026-03-01net: sched: introduce qdisc-specific drop reason tracingJesper Dangaard Brouer5-51/+185
2026-02-28NFC: fix header file kernel-doc warningsRandy Dunlap1-3/+3
2026-02-28net: inline skb_add_rx_frag_netmem()Eric Dumazet1-2/+11
2026-02-28net: use try_cmpxchg() in lock_sock_nested()Eric Dumazet1-2/+7
2026-02-28net: phy: micrel: Add support for lan9645x internal phyJens Emil Schulz Østergaard1-0/+1
2026-02-27netmem: remove the pp fields from net_iovByungchul Park1-37/+1
2026-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski39-133/+183
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds6-8/+26
2026-02-26bonding: print churn state via netlinkHangbin Liu1-0/+2
2026-02-26pppoe: remove kernel-mode relay supportQingfang Deng2-16/+0
2026-02-26vsock: lock down child_ns_mode as write-onceBobby Eshleman2-2/+14
2026-02-26netfilter: nf_tables: remove register tracking infrastructureFlorian Westphal3-37/+0
2026-02-26ipvs: no_cport and dropentry counters can be per-netJulian Anastasov1-0/+2
2026-02-26ipvs: use more counters to avoid service lookupsJulian Anastasov1-6/+18
2026-02-26ipvs: use single svc tableJulian Anastasov1-6/+2
2026-02-26ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netnsJiejian Wu1-0/+13
2026-02-26net: pppoe: avoid zero-length arrays in struct pppoe_hdrEric Woudstra1-0/+4
2026-02-25Merge tag 'vfs-7.0-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+0
2026-02-25bonding: Optimise is_netpoll_tx_blocked().Kuniyuki Iwashima1-5/+5
2026-02-25tcp: move inet6_csk_update_pmtu() to tcp_ipv6.cEric Dumazet1-1/+3
2026-02-25net: stmmac: pass interface mode into fix_mac_speed() methodRussell King (Oracle)1-1/+2
2026-02-25tcp: make tcp_v{4,6}_send_check() staticEric Dumazet2-5/+1
2026-02-25tcp: move tcp_v6_send_check() to tcp_output.cEric Dumazet1-1/+2
2026-02-25tcp: inline __tcp_v4_send_check()Eric Dumazet1-1/+9
2026-02-25udp: move udp6_csum_init() back to net/ipv6/udp.cEric Dumazet1-2/+0
2026-02-25net: __lock_sock() can be staticEric Dumazet1-1/+0
2026-02-24Merge tag 'for-net-2026-02-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni1-3/+5
2026-02-24net: Drop the lock in skb_may_tx_timestamp()Sebastian Andrzej Siewior1-1/+1
2026-02-23Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too shortLuiz Augusto von Dentz1-3/+3
2026-02-23Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQLuiz Augusto von Dentz1-0/+2
2026-02-23default_gfp(): avoid using the "newfangled" __VA_OPT__ trickLinus Torvalds1-2/+2
2026-02-23Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-8/+7
2026-02-22Merge tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+11
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds7-7/+7
2026-02-22add default_gfp() helper macro and use it in the new *alloc_obj() helpersLinus Torvalds2-24/+28