summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-03-10net: avoid double iput when sock_alloc_file failsThadeu Lima de Souza Cascardo
2023-03-10wifi: cfg80211: Set SSID if it is not already setMarc Bornand
2023-03-10wifi: cfg80211: Fix use after free for wextAlexander Wetzel
2023-03-10scm: add user copy checks to put_cmsg()Eric Dumazet
2023-03-10can: isotp: check CAN address family in isotp_bind()Oliver Hartkopp
2023-03-10netfilter: nf_tables: NULL pointer dereference in nf_tables_updobj()Alok Tiwari
2023-03-10inet: fix fast path in __inet_hash_connect()Pietro Borrello
2023-03-10NFS: fix disabling of swapNeilBrown
2023-03-10l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida
2023-03-10net/smc: fix application data exceptionD. Wythe
2023-03-10net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe
2023-03-10xsk: check IFF_UP earlier in Tx pathMaciej Fijalkowski
2023-03-10wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()Johannes Berg
2023-03-10wifi: mac80211: fix off-by-one link settingJohannes Berg
2023-03-10wifi: mac80211: avoid u32_encode_bits() warningArnd Bergmann
2023-03-10wifi: mac80211: Don't translate MLD addresses for multicastAndrei Otcheretianski
2023-03-10wifi: mac80211: fix non-MLO station associationKarthikeyan Periyasamy
2023-03-10wifi: mac80211: make rate u32 in sta_set_rate_info_rx()Shayne Chen
2023-03-10wifi: mac80211: move color collision detection report in a delayed workLorenzo Bianconi
2023-03-10rds: rds_rm_zerocopy_callback() correct order for list_add_tail()Pietro Borrello
2023-03-10Bluetooth: L2CAP: Fix potential user-after-freeLuiz Augusto von Dentz
2023-03-10Bluetooth: hci_conn: Refactor hci_bind_bis() since it always succeedsKees Cook
2023-03-10rxrpc: Fix overwaking on call pokingDavid Howells
2023-03-10net: add sock_init_data_uid()Pietro Borrello
2023-03-10wifi: cfg80211: Fix extended KCK key length check in nl80211_set_rekey_data()Shivani Baranwal
2023-03-03bpf: bpf_fib_lookup should not return neigh in NUD_FAILED stateMartin KaFai Lau
2023-02-16devlink: Fix netdev notifier chain corruptionIdo Schimmel
2023-02-15net: mpls: fix stale pointer if allocation fails during device renameJakub Kicinski
2023-02-15net/sched: tcindex: search key must be 16 bitsPedro Tammela
2023-02-14tipc: fix kernel warning when sending SYN messageTung Nguyen
2023-02-14net: use a bounce buffer for copying skb->markEric Dumazet
2023-02-13net/sched: act_ctinfo: use percpu statsPedro Tammela
2023-02-13net: Fix unwanted sign extension in netdev_stats_to_stats64()Felix Riemann
2023-02-13net: openvswitch: fix possible memory leak in ovs_meter_cmd_set()Hangyu Hua
2023-02-13af_key: Fix heap information leakHyunwoo Kim
2023-02-10net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().Kuniyuki Iwashima
2023-02-10dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2023-02-10net/sched: tcindex: update imperfect hash filters respecting rcuPedro Tammela
2023-02-10sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello
2023-02-09net: initialize net->notrefcnt_tracker earlierEric Dumazet
2023-02-09ipv6: Fix tcp socket connection with DSCP.Guillaume Nault
2023-02-09ipv6: Fix datagram socket connection with DSCP.Guillaume Nault
2023-02-09rds: rds_rm_zerocopy_callback() use list_first_entry()Pietro Borrello
2023-02-08Merge tag 'ipsec-2023-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2023-02-08mptcp: be careful on subflow status propagation on errorsPaolo Abeni
2023-02-08mptcp: fix locking for in-kernel listener creationPaolo Abeni
2023-02-08mptcp: fix locking for setsockopt corner-casePaolo Abeni
2023-02-08mptcp: do not wait for bare sockets' timeoutPaolo Abeni
2023-02-08txhash: fix sk->sk_txrehash defaultKevin Yang
2023-02-07net: sched: sch: Fix off by one in htb_activate_prios()Dan Carpenter