summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* wifi: cfg80211: fix UBSAN noise in cfg80211_wext_siwscan()Dmitry Antipov2024-10-041-3/+3
* netfilter: nft_dynset: annotate data-races around set timeoutPablo Neira Ayuso2024-10-041-3/+3
* netfilter: nf_tables: remove annotation to access set timeout while holding lockPablo Neira Ayuso2024-10-041-2/+2
* netfilter: nf_tables: reject expiration higher than timeoutPablo Neira Ayuso2024-10-041-0/+3
* netfilter: nf_tables: reject element expiration with no timeoutPablo Neira Ayuso2024-10-041-0/+3
* netfilter: nf_tables: elements with timeout below CONFIG_HZ never expirePablo Neira Ayuso2024-10-041-1/+1
* can: j1939: use correct function name in commentZhang Changzhong2024-10-041-4/+4
* wifi: mac80211: Check for missing VHT elements only for 5 GHzIlan Peer2024-10-041-13/+16
* wifi: mac80211: fix the comeback long retry timesEmmanuel Grumbach2024-10-041-0/+1
* wifi: cfg80211: fix bug of mapping AF3x to incorrect User Priorityhhorace2024-10-041-4/+6
* wifi: mac80211: don't use rate mask for offchannel TX eitherPing-Ke Shih2024-10-044-3/+4
* netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtre...Dan Carpenter2024-09-301-2/+2
* netfilter: nft_socket: make cgroupsv2 matching work with namespacesFlorian Westphal2024-09-301-3/+38
* wifi: mac80211: free skb on error path in ieee80211_beacon_get_ap()Dmitry Antipov2024-09-301-1/+3
* net: hsr: prevent NULL pointer dereference in hsr_proxy_announce()Jeongjun Park2024-09-181-0/+4
* netfilter: nft_socket: fix sk refcount leaksFlorian Westphal2024-09-181-3/+4
* fou: fix initialization of grcMuhammad Usama Anjum2024-09-181-2/+2
* net: hsr: Send supervisory frames to HSR network with ProxyNodeTable dataLukasz Majewski2024-09-186-14/+105
* mptcp: pm: Fix uaf in __timer_delete_syncEdward Adam Davis2024-09-181-4/+9
* tcp: process the 3rd ACK with sk_socket for TFO/MPTCPMatthieu Baerts (NGI0)2024-09-121-3/+0
* tcp: Don't drop SYN+ACK for simultaneous connect().Kuniyuki Iwashima2024-09-121-0/+9
* ethtool: fail closed if we can't get max channel used in indirection tablesJakub Kicinski2024-09-124-19/+19
* bpf: Remove tst_run from lwt_seg6local_prog_ops.Sebastian Andrzej Siewior2024-09-121-1/+0
* net: bridge: br_fdb_external_learn_add(): always set EXT_LEARNJonas Gorski2024-09-121-4/+2
* fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima2024-09-121-5/+24
* bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu2024-09-121-2/+2
* net: dqs: Do not use extern for unused dql_groupBreno Leitao2024-09-121-1/+1
* Bluetooth: MGMT: Fix not generating command complete for MGMT_OP_DISCONNECTLuiz Augusto von Dentz2024-09-122-43/+47
* Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz2024-09-121-2/+40
* can: bcm: Remove proc entry when dev is unregistered.Kuniyuki Iwashima2024-09-121-0/+4
* netfilter: nf_conncount: fix wrong variable typeYunjian Wang2024-09-121-5/+3
* af_unix: Remove put_pid()/put_cred() in copy_peercred().Kuniyuki Iwashima2024-09-121-8/+1
* sched: sch_cake: fix bulk flow accounting logic for host fairnessToke Høiland-Jørgensen2024-09-121-4/+7
* ila: call nf_unregister_net_hooks() soonerEric Dumazet2024-09-123-4/+16
* tcp_bpf: fix return value of tcp_bpf_sendmsg()Cong Wang2024-09-121-1/+1
* Bluetooth: MGMT: Ignore keys being loaded with invalid typeLuiz Augusto von Dentz2024-09-121-18/+19
* Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz2024-09-122-25/+7
* sch/netem: fix use after free in netem_dequeueStephen Hemminger2024-09-121-5/+4
* wifi: cfg80211: make hash table duplicates more survivableJohannes Berg2024-09-081-12/+34
* net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider2024-09-084-12/+48
* tcp: annotate data-races around tw->tw_ts_recent and tw->tw_ts_recent_stampEric Dumazet2024-09-083-16/+24
* net: remove NULL-pointer net parameter in ip_metrics_convertJason Xing2024-09-084-14/+12
* wifi: mac80211: check ieee80211_bss_info_change_notify() against MLDJohannes Berg2024-09-081-1/+2
* wifi: cfg80211: restrict operation during radar detectionJohannes Berg2024-09-083-8/+23
* sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek2024-09-041-6/+16
* tcp: fix forever orphan socket caused by tcp_abortXueming Feng2024-09-041-7/+11
* net_sched: sch_fq: fix incorrect behavior for small weightsEric Dumazet2024-09-041-1/+3
* ethtool: check device is present when getting link settingsJamie Bainbridge2024-09-042-1/+4
* Bluetooth: hci_core: Fix not handling hibernation actionsLuiz Augusto von Dentz2024-09-041-2/+8
* pktgen: use cpus_read_lock() in pg_net_init()Eric Dumazet2024-09-041-1/+3