summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-03-10net: avoid double iput when sock_alloc_file failsThadeu Lima de Souza Cascardo1-7/+4
2023-03-10wifi: cfg80211: Set SSID if it is not already setMarc Bornand1-0/+17
2023-03-10wifi: cfg80211: Fix use after free for wextAlexander Wetzel1-5/+26
2023-03-10scm: add user copy checks to put_cmsg()Eric Dumazet1-0/+2
2023-03-10can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp1-0/+3
2023-03-10netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()Alok Tiwari1-0/+3
2023-03-10inet: fix fast path in __inet_hash_connect()Pietro Borrello1-11/+1
2023-03-10NFS: fix disabling of swapNeilBrown1-0/+2
2023-03-10l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida1-58/+67
2023-03-10net/smc: fix application data exceptionD. Wythe1-9/+8
2023-03-10net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe1-0/+2
2023-03-10xsk: check IFF_UP earlier in Tx pathMaciej Fijalkowski1-26/+33
2023-03-10wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()Johannes Berg1-15/+11
2023-03-10wifi: mac80211: fix off-by-one link settingJohannes Berg1-1/+1
2023-03-10wifi: mac80211: avoid u32_encode_bits() warningArnd Bergmann1-1/+1
2023-03-10wifi: mac80211: Don't translate MLD addresses for multicastAndrei Otcheretianski1-1/+2
2023-03-10wifi: mac80211: fix non-MLO station associationKarthikeyan Periyasamy1-3/+0
2023-03-10wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen1-1/+1
2023-03-10wifi: mac80211: move color collision detection report in a delayed workLorenzo Bianconi3-1/+31
2023-03-10rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello1-1/+1
2023-03-10Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz2-24/+8
2023-03-10Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook1-9/+3
2023-03-10net: add sock_init_data_uid()Pietro Borrello1-3/+12
2023-03-10wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()Shivani Baranwal1-1/+1
2023-03-03net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima2-1/+1
2023-03-03bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau1-2/+2
2023-03-03neigh: make sure used and confirmed times are validJulian Anastasov1-3/+15
2023-03-03Fix XFRM-I support for nested ESP tunnelsBenedict Wong2-4/+53
2023-02-22net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter1-1/+1
2023-02-22net/sched: tcindex: search key must be 16 bitsPedro Tammela1-1/+1
2023-02-22ipv6: Fix tcp socket connection with DSCP.Guillaume Nault1-0/+1
2023-02-22ipv6: Fix datagram socket connection with DSCP.Guillaume Nault1-1/+1
2023-02-22net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski1-0/+4
2023-02-22tipc: fix kernel warning when sending SYN messageTung Nguyen1-0/+2
2023-02-22net: use a bounce buffer for copying skb->markEric Dumazet1-3/+6
2023-02-22net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua1-1/+3
2023-02-22net/sched: act_ctinfo: use percpu statsPedro Tammela1-3/+3
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima2-12/+5
2023-02-22net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela1-4/+30
2023-02-22sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello1-3/+1
2023-02-22net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann1-1/+1
2023-02-22net: sched: sch: Bounds check priorityKees Cook1-1/+4
2023-02-22net/rose: Fix to not accept on connected socketHyunwoo Kim1-0/+8
2023-02-22bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itselfJakub Sitnicki1-27/+34
2023-02-22mptcp: fix locking for in-kernel listener creationPaolo Abeni2-5/+7
2023-02-22mptcp: deduplicate error paths on endpoint creationPaolo Abeni1-22/+13
2023-02-22mptcp: fix locking for setsockopt corner-casePaolo Abeni1-2/+9
2023-02-22mptcp: sockopt: make 'tcp_fastopen_connect' genericMatthieu Baerts1-5/+6
2023-02-14mptcp: be careful on subflow status propagation on errorsPaolo Abeni1-1/+9
2023-02-14mptcp: do not wait for bare sockets' timeoutPaolo Abeni1-0/+9