summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-09-27mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'Matthieu Baerts (NGI0)1-0/+1
2025-09-27mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'Matthieu Baerts (NGI0)1-0/+1
2025-09-27mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'Matthieu Baerts (NGI0)1-0/+1
2025-09-27mptcp: pm: rename 'subflows' to 'extra_subflows'Matthieu Baerts (NGI0)1-0/+1
2025-09-27net: airoha: npu: Add a NPU callback to initialize flow statsLorenzo Bianconi1-3/+4
2025-09-27ethtool: add FEC bins histogram reportVadim Fedorenko2-1/+36
2025-09-27ptr_ring: drop duplicated tail zeroing codeMichael S. Tsirkin1-18/+24
2025-09-27Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...Jakub Kicinski4-72/+60
2025-09-27Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski4-28/+469
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-26/+108
2025-09-25Merge tag 'net-6.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-0/+26
2025-09-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-6/+7
2025-09-25net: gro: remove unnecessary df checksRichard Gobert1-3/+2
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert2-3/+14
2025-09-25net: gro: only merge packets with incrementing or fixed outer idsRichard Gobert1-15/+11
2025-09-25net: gro: remove is_ipv6 from napi_gro_cbRichard Gobert1-3/+0
2025-09-25crypto: af_alg - Fix incorrect boolean values in af_alg_ctxEric Biggers1-1/+1
2025-09-25Merge tag 'soc-fixes-6.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+47
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-4/+24
2025-09-24can: dev: add can_get_ctrlmode_str()Vincent Mailhol1-0/+2
2025-09-24can: calc_bittiming: make can_calc_tdco() FD agnosticVincent Mailhol1-2/+2
2025-09-24can: netlink: add can_validate_tdc()Vincent Mailhol1-0/+4
2025-09-24can: netlink: document which symbols are FD specificVincent Mailhol1-7/+7
2025-09-24can: dev: make can_get_relative_tdco() FD agnostic and move it to bittiming.hVincent Mailhol2-29/+29
2025-09-24can: dev: move struct data_bittiming_params to linux/can/bittiming.hVincent Mailhol2-11/+11
2025-09-24can: populate the minimum and maximum MTU valuesVincent Mailhol1-0/+1
2025-09-24net/mlx5: fs, fix UAF in flow counter releaseMoshe Shemesh1-0/+2
2025-09-24net: phy: stop exporting phy_driver_registerHeiner Kallweit1-1/+0
2025-09-24udp: remove busylock and add per NUMA queuesEric Dumazet2-3/+17
2025-09-24Merge branch 'bpf-next/xdp_pull_data' into 'bpf-next/net'Martin KaFai Lau2-3/+23
2025-09-23bpf: Allow bpf_xdp_shrink_data to shrink a frag from head and tailAmery Hung1-3/+18
2025-09-23bpf: Clear pfmemalloc flag when freeing all fragmentsAmery Hung1-0/+5
2025-09-23dibs: Move event handling to dibs layerJulian Ruess2-15/+62
2025-09-23dibs: Move data path to dibs layerAlexandra Winter3-45/+177
2025-09-23dibs: Move query_remote_gid() to dibs_dev_opsAlexandra Winter2-2/+14
2025-09-23dibs: Move vlan support to dibs_dev_opsAlexandra Winter2-5/+19
2025-09-23dibs: Local gid for dibs devicesAlexandra Winter3-2/+3
2025-09-23dibs: Move struct device to dibs_devJulian Ruess3-2/+1
2025-09-23dibs: Define dibs_client_ops and dibs_dev_opsAlexandra Winter3-5/+89
2025-09-23dibs: Register ism as dibs deviceAlexandra Winter2-0/+39
2025-09-23dibs: Register smc as dibs_clientAlexandra Winter1-0/+23
2025-09-23dibs: Create drivers/dibsAlexandra Winter1-0/+42
2025-09-23net/smc: Remove error handling of unregister_dmb()Alexandra Winter1-2/+0
2025-09-23tcp: Update bind bucket state on port releaseJakub Sitnicki4-3/+11
2025-09-23can: dev: turn can_set_static_ctrlmode() into a non-inline functionVincent Mailhol1-21/+2
2025-09-23tcp: reclaim 8 bytes in struct request_sock_queueEric Dumazet1-1/+1
2025-09-23tcp: move mtu_info to remove two 32bit holesEric Dumazet1-3/+3
2025-09-23tcp: move tcp_clean_acked to tcp_sock_read_tx groupEric Dumazet1-3/+3
2025-09-23tcp: move recvmsg_inq to tcp_sock_read_txrxEric Dumazet1-2/+2
2025-09-23tcp: move tcp->rcv_tstamp to tcp_sock_write_txrx groupEric Dumazet1-2/+2