summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2024-08-30Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-156/+244
2024-08-29mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)-1/+14
2024-08-29mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)-1/+8
2024-08-29mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)-2/+5
2024-08-29mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)-0/+2
2024-08-29mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)-2/+11
2024-08-29mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)-3/+6
2024-08-29mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)-3/+6
2024-08-29mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)-13/+15
2024-08-29mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)-0/+10
2024-08-28Merge tag 'wireless-2024-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-2/+4
2024-08-27sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek-6/+16
2024-08-27mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)-107/+107
2024-08-27mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)-1/+1
2024-08-27mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)-3/+10
2024-08-27tcp: fix forever orphan socket caused by tcp_abortXueming Feng-7/+11
2024-08-27net_sched: sch_fq: fix incorrect behavior for small weightsEric Dumazet-1/+3
2024-08-26ethtool: check device is present when getting link settingsJamie Bainbridge-1/+4
2024-08-26wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()Dmitry Antipov-1/+3
2024-08-26wifi: mac80211: fix beacon SSID mismatch handlingDaniel Gabay-1/+1
2024-08-24Merge tag 'nfs-for-6.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds-2/+4
2024-08-23Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz-2/+8
2024-08-22pktgen: use cpus_read_lock() in pg_net_init()Eric Dumazet-1/+3
2024-08-22s390/iucv: Fix vargs handling in iucv_alloc_device()Alexandra Winter-1/+3
2024-08-22net: ovs: fix ovs_drop_reasons errorMenglong Dong-1/+1
2024-08-22Merge tag 'nf-24-08-22' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-2/+13
2024-08-22netfilter: flowtable: validate vlan headerPablo Neira Ayuso-0/+6
2024-08-21ipv6: prevent possible UAF in ip6_xmit()Eric Dumazet-0/+4
2024-08-21ipv6: fix possible UAF in ip6_finish_output2()Eric Dumazet-0/+4
2024-08-21ipv6: prevent UAF in ip6_send_skb()Eric Dumazet-0/+2
2024-08-21netpoll: do not export netpoll_poll_[disable|enable]()Eric Dumazet-2/+0
2024-08-21udp: fix receiving fraglist GSO packetsFelix Fietkau-1/+2
2024-08-20mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)-30/+34
2024-08-20mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)-1/+10
2024-08-20mptcp: pm: only in-kernel cannot have entries with ID 0Matthieu Baerts (NGI0)-3/+4
2024-08-20mptcp: pm: check add_addr_accept_max before accepting new ADD_ADDRMatthieu Baerts (NGI0)-2/+2
2024-08-20mptcp: pm: only decrement add_addr_accepted for MPJ reqMatthieu Baerts (NGI0)-2/+6
2024-08-20mptcp: pm: only mark 'subflow' endp as availableMatthieu Baerts (NGI0)-9/+17
2024-08-20mptcp: pm: remove mptcp_pm_remove_subflow()Matthieu Baerts (NGI0)-22/+7
2024-08-20mptcp: pm: re-using ID of unused flushed subflowsMatthieu Baerts (NGI0)-0/+7
2024-08-20mptcp: pm: re-using ID of unused removed subflowsMatthieu Baerts (NGI0)-1/+10
2024-08-20mptcp: pm: re-using ID of unused removed ADD_ADDRMatthieu Baerts (NGI0)-1/+4
2024-08-20netem: fix return value if duplicate enqueue failsStephen Hemminger-18/+29
2024-08-20ip6_tunnel: Fix broken GROThomas Bogendoerfer-5/+7
2024-08-20netfilter: nft_counter: Synchronize nft_counter_reset() against reader.Sebastian Andrzej Siewior-0/+5
2024-08-20netfilter: nft_counter: Disable BH in nft_counter_offload_stats().Sebastian Andrzej Siewior-2/+2
2024-08-19kcm: Serialise kcm_sendmsg() for the same socket.Kuniyuki Iwashima-0/+4
2024-08-19net: mctp: test: Use correct skb for route input checkJeremy Kerr-1/+1
2024-08-19rpcrdma: Trace connection registration and unregistrationChuck Lever-0/+2
2024-08-19rpcrdma: Use XA_FLAGS_ALLOC instead of XA_FLAGS_ALLOC1Chuck Lever-1/+1