summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-09-26mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'Matthieu Baerts (NGI0)
2025-09-26mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'Matthieu Baerts (NGI0)
2025-09-26mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'Matthieu Baerts (NGI0)
2025-09-26mptcp: pm: rename 'subflows' to 'extra_subflows'Matthieu Baerts (NGI0)
2025-09-26net: airoha: npu: Add a NPU callback to initialize flow statsLorenzo Bianconi
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko
2025-09-26ptr_ring: drop duplicated tail zeroing codeMichael S. Tsirkin
2025-09-26Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2025-09-26Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-25Merge tag 'net-6.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-09-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2025-09-25net: gro: remove unnecessary df checksRichard Gobert
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert
2025-09-25net: gro: only merge packets with incrementing or fixed outer idsRichard Gobert
2025-09-25net: gro: remove is_ipv6 from napi_gro_cbRichard Gobert
2025-09-24crypto: af_alg - Fix incorrect boolean values in af_alg_ctxEric Biggers
2025-09-24Merge tag 'soc-fixes-6.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-09-24can: dev: add can_get_ctrlmode_str()Vincent Mailhol
2025-09-24can: calc_bittiming: make can_calc_tdco() FD agnosticVincent Mailhol
2025-09-24can: netlink: add can_validate_tdc()Vincent Mailhol
2025-09-24can: netlink: document which symbols are FD specificVincent Mailhol
2025-09-24can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.hVincent Mailhol
2025-09-24can: dev: move struct data_bittiming_params to linux/can/bittiming.hVincent Mailhol
2025-09-24can: populate the minimum and maximum MTU valuesVincent Mailhol
2025-09-23net/mlx5: fs, fix UAF in flow counter releaseMoshe Shemesh
2025-09-23net: phy: stop exporting phy_driver_registerHeiner Kallweit
2025-09-23udp: remove busylock and add per NUMA queuesEric Dumazet
2025-09-23Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'Martin KaFai Lau
2025-09-23bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tailAmery Hung
2025-09-23bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung
2025-09-23dibs: Move event handling to dibs layerJulian Ruess
2025-09-23dibs: Move data path to dibs layerAlexandra Winter
2025-09-23dibs: Move query_remote_gid() to dibs_dev_opsAlexandra Winter
2025-09-23dibs: Move vlan support to dibs_dev_opsAlexandra Winter
2025-09-23dibs: Local gid for dibs devicesAlexandra Winter
2025-09-23dibs: Move struct device to dibs_devJulian Ruess
2025-09-23dibs: Define dibs_client_ops and dibs_dev_opsAlexandra Winter
2025-09-23dibs: Register ism as dibs deviceAlexandra Winter
2025-09-23dibs: Register smc as dibs_clientAlexandra Winter
2025-09-23dibs: Create drivers/dibsAlexandra Winter
2025-09-23net/smc: Remove error handling of unregister_dmb()Alexandra Winter
2025-09-23tcp: Update bind bucket state on port releaseJakub Sitnicki
2025-09-23can: dev: turn can_set_static_ctrlmode() into a non-inline functionVincent Mailhol
2025-09-22tcp: reclaim 8 bytes in struct request_sock_queueEric Dumazet
2025-09-22tcp: move mtu_info to remove two 32bit holesEric Dumazet
2025-09-22tcp: move tcp_clean_acked to tcp_sock_read_tx groupEric Dumazet
2025-09-22tcp: move recvmsg_inq to tcp_sock_read_txrxEric Dumazet
2025-09-22tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx groupEric Dumazet