summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet2-5/+30
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet1-0/+11
2025-11-25net_sched: add Qdisc_read_mostly and Qdisc_write groupsEric Dumazet1-11/+18
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet1-3/+10
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet1-9/+9
2025-11-25net: factor-out _sk_charge() helperPaolo Abeni1-0/+2
2025-11-21devlink: support default values for param-get and param-setDaniel Zahka2-0/+45
2025-11-21devlink: pass extack through to devlink_param::get()Daniel Zahka2-2/+4
2025-11-21net: ethtool: Add support for 1600Gbps speedYael Chemla1-0/+5
2025-11-21net: stmmac: remove axi_blen arrayRussell King (Oracle)1-1/+0
2025-11-21net: stmmac: move stmmac_axi_blen_to_mask() to stmmac_main.cRussell King (Oracle)1-0/+1
2025-11-21net: stmmac: pass struct device to init()/exit() methodsRussell King (Oracle)1-2/+2
2025-11-21tcp: add net.ipv4.tcp_rcvbuf_low_rttEric Dumazet1-0/+1
2025-11-21tcp: tcp_moderate_rcvbuf is only used in rx pathEric Dumazet1-1/+1
2025-11-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski11-21/+71
2025-11-20Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+2
2025-11-20net/mlx5: Move SF dev table notifier registration outside the PF devlink lockCosmin Ratiu1-0/+1
2025-11-20net/mlx5: Move the SF table notifiers outside the devlink lockCosmin Ratiu1-0/+3
2025-11-20net/mlx5: Move the SF HW table notifier outside the devlink lockCosmin Ratiu1-0/+1
2025-11-20net/mlx5: Move the vhca event notifier outside of the devlink lockCosmin Ratiu1-2/+2
2025-11-20net/mlx5: Move the esw mode notifier chain outside the devlink lockCosmin Ratiu1-0/+1
2025-11-20net: mana: Drop TX skb on post_work_request failure and unmap resourcesAditya Garg1-0/+1
2025-11-20net: mana: Handle SKB if TX SGEs exceed hardware limitAditya Garg2-1/+8
2025-11-19Merge tag 'soc-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+14
2025-11-19net/mlx5: Abort new commands if all command slots are stalledSaeed Mahameed1-0/+1
2025-11-19Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-1/+2
2025-11-18mm/huge_memory: Fix initialization of huge zero folioLinus Torvalds1-2/+4
2025-11-18net: phy: Add helper for fixing RGMII PHY mode based on internal mac delayInochi Amaoto1-0/+3
2025-11-18net: mana: Add standard counter rx_missed_errorsErni Sri Satya Vennela2-2/+10
2025-11-18net: mana: Move hardware counter stats from per-port to per-VF contextErni Sri Satya Vennela1-5/+9
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2-4/+6
2025-11-17Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/s...Linus Torvalds1-3/+10
2025-11-15mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlbDavid Hildenbrand (Red Hat)1-3/+10
2025-11-15Merge tag 'core-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-11-15Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski5-17/+59
2025-11-15sctp: Remove unused declaration sctp_auth_init_hmacs()Yue Haibing1-1/+0
2025-11-15tcp: gro: inline tcp_gro_pull_header()Eric Dumazet2-1/+27
2025-11-15Merge tag 'pci-v6.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2025-11-15Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-1/+29
2025-11-15Merge tag 'tee-fix-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-9/+14
2025-11-14Merge tag 'io_uring-6.18-20251113' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2025-11-14bpf: Add bpf_prog_run_data_pointers()Eric Dumazet1-0/+20
2025-11-14net: dsa: remove definition of struct dsa_switch_driverHeiner Kallweit1-5/+0
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-60/+68
2025-11-13Merge tag 'net-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-1/+7
2025-11-13net: stmmac: always allocate mac_device_infoRussell King (Oracle)1-1/+3
2025-11-13entry: Fix ifndef around arch_xfer_to_guest_mode_handle_work() stubAndrew Donnellan1-1/+1
2025-11-13Merge tag 'linux-can-next-for-6.19-20251112-2' of git://git.kernel.org/pub/sc...Paolo Abeni1-1/+5
2025-11-13Merge tag 'dma-mapping-6.18-2025-11-12' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-1/+2
2025-11-13PCI/ASPM: Cache L0s/L1 Supported so advertised link states can be overriddenBjorn Helgaas1-0/+2