summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-30netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...Dan Carpenter1-2/+2
2024-09-30netfilter: nft_socket: make cgroupsv2 matching work with namespacesFlorian Westphal1-3/+38
2024-09-30wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()Dmitry Antipov1-1/+3
2024-09-18net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park1-0/+4
2024-09-18netfilter: nft_socket: fix sk refcount leaksFlorian Westphal1-3/+4
2024-09-18fou: fix initialization of grcMuhammad Usama Anjum1-2/+2
2024-09-18net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski6-14/+105
2024-09-18mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis1-4/+9
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-12ethtool: fail closed if we can't get max channel used in indirection tablesJakub Kicinski4-19/+19
2024-09-12bpf: Remove tst_run from lwt_seg6local_prog_ops.Sebastian Andrzej Siewior1-1/+0
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-12bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu1-2/+2
2024-09-12net: dqs: Do not use extern for unused dql_groupBreno Leitao1-1/+1
2024-09-12Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz2-43/+47
2024-09-12Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz1-2/+40
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-08wifi: cfg80211: make hash table duplicates more survivableJohannes Berg1-12/+34
2024-09-08net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider4-12/+48
2024-09-08tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet3-16/+24
2024-09-08net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing4-14/+12
2024-09-08wifi: mac80211: check ieee80211_bss_info_change_notify() against MLDJohannes Berg1-1/+2
2024-09-08wifi: cfg80211: restrict operation during radar detectionJohannes Berg3-8/+23
2024-09-04sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek1-6/+16
2024-09-04tcp: fix forever orphan socket caused by tcp_abortXueming Feng1-7/+11
2024-09-04net_sched: sch_fq: fix incorrect behavior for small weightsEric Dumazet1-1/+3
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-04pktgen: use cpus_read_lock() in pg_net_init()Eric Dumazet1-1/+3
2024-09-04mptcp: pm: ADD_ADDR 0 is not a new addressMatthieu Baerts (NGI0)3-1/+14
2024-09-04mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)2-1/+8
2024-09-04mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)1-2/+5
2024-09-04mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)1-0/+2
2024-09-04mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)1-13/+15
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: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)1-0/+10
2024-09-04mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)9-107/+107
2024-09-04mptcp: sched: check both backup in retransMatthieu Baerts (NGI0)1-1/+1