summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-12tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)1-3/+0
2024-09-12tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima1-0/+9
2024-09-12net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski1-4/+2
2024-09-12fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima1-5/+24
2024-09-12can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima1-0/+4
2024-09-12netfilter: nf_conncount: fix wrong variable typeYunjian Wang1-5/+3
2024-09-12af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima1-8/+1
2024-09-12sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen1-4/+7
2024-09-12ila: call nf_unregister_net_hooks() soonerEric Dumazet3-4/+16
2024-09-12tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang1-1/+1
2024-09-12Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz1-18/+19
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2-25/+7
2024-09-12sch/netem: fix use after free in netem_dequeueStephen Hemminger1-5/+4
2024-09-08Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen1-11/+12
2024-09-08Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfmLuiz Augusto von Dentz1-29/+40
2024-09-08wifi: cfg80211: make hash table duplicates more survivableJohannes Berg1-12/+34
2024-09-08mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)2-1/+9
2024-09-08mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)7-104/+104
2024-09-08mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)1-2/+5
2024-09-08mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)1-0/+10
2024-09-08mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)1-31/+37
2024-09-08mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)1-2/+12
2024-09-08mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)1-13/+15
2024-09-08mptcp: make pm_remove_addrs_and_subflows staticGeliang Tang2-4/+2
2024-09-04sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek1-6/+16
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge2-1/+4
2024-09-04Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz1-2/+8
2024-09-04mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)1-2/+2
2024-09-04mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)1-9/+17
2024-09-04mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)3-22/+7
2024-09-04mptcp: unify pm get_local_id interfacesGeliang Tang3-21/+21
2024-09-04mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)3-1/+14
2024-09-04mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)1-0/+2
2024-09-04mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)1-3/+6
2024-09-04mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)1-2/+11
2024-09-04mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)1-3/+6
2024-09-04mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)1-1/+1
2024-09-04mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)2-3/+10
2024-08-29udp: fix receiving fraglist GSO packetsFelix Fietkau1-1/+2
2024-08-29wifi: cfg80211: fix receiving mesh packets without RFC1042 headerFelix Fietkau1-0/+2
2024-08-29wifi: mac80211: fix potential null pointer dereferenceFelix Fietkau1-2/+2
2024-08-29wifi: mac80211: drop bogus static keywords in A-MSDU rxFelix Fietkau1-2/+2
2024-08-29wifi: mac80211: fix receiving mesh packets in forwarding=0 networksFelix Fietkau1-8/+8
2024-08-29wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau1-1/+1
2024-08-29wifi: mac80211: fix mesh forwardingFelix Fietkau1-0/+3
2024-08-29wifi: mac80211: fix mesh path discovery based on unicast packetsFelix Fietkau1-11/+11
2024-08-29wifi: mac80211: add documentation for amsdu_mesh_controlJohannes Berg1-0/+2
2024-08-29net: drop bad gso csum_start and offset in virtio_net_hdrWillem de Bruijn2-0/+7
2024-08-29gso: fix dodgy bit handling for GSO_UDP_L4Yan Zhai2-7/+12
2024-08-29udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko2-2/+4