summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-09-27Bluetooth: ISO: Fix possible UAF on iso_conn_freeLuiz Augusto von Dentz1-0/+7
2025-09-27Bluetooth: SCO: Fix UAF on sco_conn_freeLuiz Augusto von Dentz1-0/+7
2025-09-27Bluetooth: hci_core: Print information of hcon on hci_low_sentLuiz Augusto von Dentz1-0/+4
2025-09-27Bluetooth: hci_core: Print number of packets in conn->data_qLuiz Augusto von Dentz1-0/+8
2025-09-27Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFOLuiz Augusto von Dentz1-6/+4
2025-09-27Bluetooth: hci_core: Detect if an ISO link has stalledLuiz Augusto von Dentz1-8/+26
2025-09-27Bluetooth: ISO: Use sk_sndtimeo as conn_timeoutLuiz Augusto von Dentz2-14/+22
2025-09-27Bluetooth: HCI: Fix using LE/ACL buffers for ISO packetsLuiz Augusto von Dentz3-21/+8
2025-09-27Bluetooth: ISO: Don't initiate CIS connections if there are no buffersLuiz Augusto von Dentz1-0/+7
2025-09-27mptcp: pm: in-kernel: add laminar endpointsMatthieu Baerts (NGI0)3-0/+85
2025-09-27mptcp: pm: in-kernel: compare IDs instead of addressesMatthieu Baerts (NGI0)1-38/+44
2025-09-27mptcp: pm: in-kernel: reduce pernet struct sizeMatthieu Baerts (NGI0)2-40/+27
2025-09-27mptcp: pm: in-kernel: remove stale_loss_cntMatthieu Baerts (NGI0)1-2/+0
2025-09-27mptcp: pm: in-kernel: rename 'addrs' to 'endpoints'Matthieu Baerts (NGI0)1-6/+6
2025-09-27mptcp: pm: in-kernel: rename 'local_addr_list' to 'endp_list'Matthieu Baerts (NGI0)1-12/+12
2025-09-27mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max'Matthieu Baerts (NGI0)4-24/+24
2025-09-27mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'Matthieu Baerts (NGI0)4-17/+20
2025-09-27mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'Matthieu Baerts (NGI0)4-17/+17
2025-09-27mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'Matthieu Baerts (NGI0)4-34/+36
2025-09-27mptcp: pm: rename 'subflows' to 'extra_subflows'Matthieu Baerts (NGI0)5-24/+25
2025-09-27mptcp: pm: in-kernel: refactor fill_remote_addresses_vecMatthieu Baerts (NGI0)1-49/+67
2025-09-27mptcp: pm: in-kernel: refactor fill_local_addresses_vecMatthieu Baerts (NGI0)1-71/+104
2025-09-27mptcp: pm: in-kernel: usable client side with C-flagMatthieu Baerts (NGI0)3-3/+62
2025-09-27ethtool: add FEC bins histogram reportVadim Fedorenko1-2/+73
2025-09-27Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/...Jakub Kicinski3-30/+41
2025-09-27Merge tag 'ipsec-next-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2-24/+36
2025-09-27Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski21-266/+863
2025-09-26psp: Expand PSP acronym in INET_PSP help descriptionGeert Uytterhoeven1-1/+1
2025-09-26xsk: wrap generic metadata handling onto separate functionMaciej Fijalkowski1-39/+53
2025-09-26xsk: remove @first_frag from xsk_build_skb()Maciej Fijalkowski1-5/+3
2025-09-26xsk: avoid overwriting skb fields for multi-buffer trafficMaciej Fijalkowski1-8/+9
2025-09-26bpf: Emit struct bpf_xdp_sock type in vmlinux BTFAmery Hung1-0/+2
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-82/+277
2025-09-25net: gro: remove unnecessary df checksRichard Gobert1-3/+0
2025-09-25net: gso: restore ids of outer ip headers correctlyRichard Gobert3-13/+16
2025-09-25net: gro: only merge packets with incrementing or fixed outer idsRichard Gobert1-1/+4
2025-09-25net: gro: remove is_ipv6 from napi_gro_cbRichard Gobert3-22/+14
2025-09-25ns: move ns type into struct ns_commonChristian Brauner1-1/+0
2025-09-25Merge tag 'nf-next-25-09-24' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski5-9/+18
2025-09-25tls: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-1/+2
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-31/+141
2025-09-24netfilter: nf_conntrack: do not skip entries in /proc/net/nf_conntrackEric Dumazet1-0/+3
2025-09-24netfilter: nft_set_pipapo_avx2: fix skip of expired entriesFlorian Westphal1-2/+5
2025-09-24netfilter: nft_set_pipapo: use 0 genmask for packetpath lookupsFlorian Westphal2-6/+5
2025-09-24netfilter: nfnetlink: reset nlh pointer during batch replayFernando Fernandez Mancera1-0/+2
2025-09-24ipvs: Defer ip_vs_ftp unregister during netns cleanupSlavin Liu1-1/+3
2025-09-24tcp: Remove stale locking comment for TFO.Kuniyuki Iwashima1-3/+1
2025-09-24net: ethtool: tsconfig: set command must provide a replyVadim Fedorenko1-7/+5
2025-09-24net: bridge: Install FDB for bridge MAC on VLAN 0Petr Machata1-0/+5
2025-09-24nexthop: Forbid FDB status change while nexthop is in a groupIdo Schimmel1-0/+7