summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2025-11-26can: netlink: add PWM netlink interfaceVincent Mailhol-0/+25
2025-11-26can: calc_bittiming: add PWM calculationVincent Mailhol-0/+10
2025-11-26can: bittiming: add PWM validationVincent Mailhol-0/+22
2025-11-26can: bittiming: add PWM parametersVincent Mailhol-2/+39
2025-11-26can: dev: can_dev_dropped_skb: drop CC/FD frames in CANXL-only modeOliver Hartkopp-0/+19
2025-11-26can: netlink: add CAN_CTRLMODE_XL_TMS flagVincent Mailhol-0/+1
2025-11-26can: netlink: add initial CAN XL supportVincent Mailhol-3/+17
2025-11-26can: netlink: add CAN_CTRLMODE_RESTRICTEDVincent Mailhol-24/+27
2025-11-26can: dev: can_dev_dropped_skb: drop CAN FD skbs if FD is offVincent Mailhol-3/+11
2025-11-26can: bittiming: apply NL_SET_ERR_MSG() to can_calc_bittiming()Vincent Mailhol-1/+1
2025-11-25tcp: remove icsk->icsk_retransmit_timerEric Dumazet-7/+10
2025-11-25tcp: introduce icsk->icsk_keepalive_timerEric Dumazet-2/+9
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet-2/+2
2025-11-25tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet-3/+2
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen-0/+13
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet-5/+30
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet-0/+11
2025-11-25net_sched: add Qdisc_read_mostly and Qdisc_write groupsEric Dumazet-11/+18
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet-3/+10
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet-9/+9
2025-11-24net: factor-out _sk_charge() helperPaolo Abeni-0/+2
2025-11-20devlink: support default values for param-get and param-setDaniel Zahka-0/+45
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka-2/+4
2025-11-20net: ethtool: Add support for 1600Gbps speedYael Chemla-0/+5
2025-11-20net: stmmac: remove axi_blen arrayRussell King (Oracle)-1/+0
2025-11-20net: stmmac: move stmmac_axi_blen_to_mask() to stmmac_main.cRussell King (Oracle)-0/+1
2025-11-20net: stmmac: pass struct device to init()/exit() methodsRussell King (Oracle)-2/+2
2025-11-20tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet-0/+1
2025-11-20tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet-1/+1
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-21/+71
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+2
2025-11-19net/mlx5: Move SF dev table notifier registration outside the PF devlink lockCosmin Ratiu-0/+1
2025-11-19net/mlx5: Move the SF table notifiers outside the devlink lockCosmin Ratiu-0/+3
2025-11-19net/mlx5: Move the SF HW table notifier outside the devlink lockCosmin Ratiu-0/+1
2025-11-19net/mlx5: Move the vhca event notifier outside of the devlink lockCosmin Ratiu-2/+2
2025-11-19net/mlx5: Move the esw mode notifier chain outside the devlink lockCosmin Ratiu-0/+1
2025-11-19net: mana: Drop TX skb on post_work_request failure and unmap resourcesAditya Garg-0/+1
2025-11-19net: mana: Handle SKB if TX SGEs exceed hardware limitAditya Garg-1/+8
2025-11-19Merge tag 'soc-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+14
2025-11-18net/mlx5: Abort new commands if all command slots are stalledSaeed Mahameed-0/+1
2025-11-18Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-1/+2
2025-11-18mm/huge_memory: Fix initialization of huge zero folioLinus Torvalds-2/+4
2025-11-17net: phy: Add helper for fixing RGMII PHY mode based on internal mac delayInochi Amaoto-0/+3
2025-11-17net: mana: Add standard counter rx_missed_errorsErni Sri Satya Vennela-2/+10
2025-11-17net: mana: Move hardware counter stats from per-port to per-VF contextErni Sri Satya Vennela-5/+9
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds-4/+6
2025-11-16Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/s...Linus Torvalds-3/+10
2025-11-15mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlbDavid Hildenbrand (Red Hat)-3/+10
2025-11-15Merge tag 'core-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-11-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski-17/+59