summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-09-18net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park
2024-09-18netfilter: nft_socket: fix sk refcount leaksFlorian Westphal
2024-09-18fou: fix initialization of grcMuhammad Usama Anjum
2024-09-18net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski
2024-09-18mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis
2024-09-12tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)
2024-09-12tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima
2024-09-12ethtool: fail closed if we can't get max channel used in indirection tablesJakub Kicinski
2024-09-12bpf: Remove tst_run from lwt_seg6local_prog_ops.Sebastian Andrzej Siewior
2024-09-12net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski
2024-09-12fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima
2024-09-12bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu
2024-09-12net: dqs: Do not use extern for unused dql_groupBreno Leitao
2024-09-12Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz
2024-09-12Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz
2024-09-12can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima
2024-09-12netfilter: nf_conncount: fix wrong variable typeYunjian Wang
2024-09-12af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima
2024-09-12sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen
2024-09-12ila: call nf_unregister_net_hooks() soonerEric Dumazet
2024-09-12tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang
2024-09-12Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz
2024-09-12sch/netem: fix use after free in netem_dequeueStephen Hemminger
2024-09-08wifi: cfg80211: make hash table duplicates more survivableJohannes Berg
2024-09-08net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider
2024-09-08tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet
2024-09-08net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing
2024-09-08wifi: mac80211: check ieee80211_bss_info_change_notify() against MLDJohannes Berg
2024-09-08wifi: cfg80211: restrict operation during radar detectionJohannes Berg
2024-09-04sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek
2024-09-04tcp: fix forever orphan socket caused by tcp_abortXueming Feng
2024-09-04net_sched: sch_fq: fix incorrect behavior for small weightsEric Dumazet
2024-09-04ethtool: check device is present when getting link settingsJamie Bainbridge
2024-09-04Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz
2024-09-04pktgen: use cpus_read_lock() in pg_net_init()Eric Dumazet
2024-09-04mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)
2024-09-04mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)
2024-09-04mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)
2024-09-04mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)
2024-09-04mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)
2024-09-04mptcp: close subflow when receiving TCP+FINMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: avoid possible UaF when selecting endpMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: fullmesh: select the right ID laterMatthieu Baerts (NGI0)