Linux 6.1.28
[platform/kernel/linux-starfive.git] / net /
2023-05-11 Pablo Neira Ayusonetfilter: nf_tables: deactivate anonymous set from...
2023-05-11 Dai NgoSUNRPC: remove the maximum number of retries in call_bi...
2023-05-11 Kuniyuki Iwashimatcp/udp: Fix memleaks of sk and zerocopy skbs with...
2023-05-11 Kuniyuki Iwashimanetlink: Use copy_to_user() for optval in netlink_getso...
2023-05-11 Ziyang Xuanipv4: Fix potential uninit variable access bug in __ip_...
2023-05-11 Davide Carattinet/sched: sch_fq: fix integer overflow of "credit"
2023-05-11 Florian Westphalnetfilter: nf_tables: don't write table validation...
2023-05-11 Tzung-Bi Shihnetfilter: conntrack: fix wrong ct->timeout value
2023-05-11 Pablo Neira Ayusonetfilter: conntrack: restore IPS_CONFIRMED out of...
2023-05-11 Daniel Borkmannbpf, sockmap: Revert buggy deadlock fix in the sockhash...
2023-05-11 Xin Liubpf, sockmap: fix deadlocks in the sockhash and sockmap
2023-05-11 Kal Conleyxsk: Fix unaligned descriptor validation
2023-05-11 Madhu Koriginjanetfilter: keep conntrack reference until IPsecv6 polic...
2023-05-11 Eric Dumazetnet/packet: convert po->auxdata to an atomic flag
2023-05-11 Eric Dumazetnet/packet: convert po->origdev to an atomic flag
2023-05-11 Eric Dumazetnet/packet: annotate accesses to po->xmit
2023-05-11 Vadim Fedorenkovlan: partially enable SIOCSHWTSTAMP in container
2023-04-30 Ruihan Libluetooth: Perform careful capability checks in hci_soc...
2023-04-30 Paolo Abenimptcp: fix accept vs worker race
2023-04-30 Paolo Abenimptcp: stops worker on unaccepted sockets at listener...
2023-04-26 Kuniyuki Iwashimasctp: Call inet6_destroy_sock() via sk->sk_destruct().
2023-04-26 Kuniyuki Iwashimadccp: Call inet6_destroy_sock() via sk->sk_destruct().
2023-04-26 Kuniyuki Iwashimainet6: Remove inet6_destroy_sock() in sk->sk_prot-...
2023-04-26 Vladimir Olteannet: bridge: switchdev: don't notify FDB entries with...
2023-04-26 Alexander Aringnet: rpl: fix rpl header size calculation
2023-04-26 Pablo Neira Ayusonetfilter: nf_tables: tighten netlink attribute require...
2023-04-26 Pablo Neira Ayusonetfilter: nf_tables: validate catch-all set elements
2023-04-26 Gwangun Jungnet: sched: sch_qfq: prevent slab-out-of-bounds in...
2023-04-26 Chen Aotiannetfilter: nf_tables: Modify nla_memdup's flag to GFP_K...
2023-04-26 Florian Westphalnetfilter: br_netfilter: fix recent physdev match breakage
2023-04-20 Paolo Abenimptcp: stricter state check in mptcp_worker
2023-04-20 Paolo Abenimptcp: use mptcp_schedule_work instead of open-coding it
2023-04-20 Liang Chenskbuff: Fix a race between coalescing and releasing...
2023-04-20 Eric Dumazetudp6: fix potential access to stale information
2023-04-20 Xin Longsctp: fix a potential overflow in sctp_ifwdtsn_skip
2023-04-20 Ziyang Xuannet: qrtr: Fix an uninit variable access bug in qrtr_tx...
2023-04-20 Claudia DraghicescuBluetooth: Set ISO Data Path on broadcast sink
2023-04-20 Luiz Augusto von... Bluetooth: SCO: Fix possible circular locking dependenc...
2023-04-20 Luiz Augusto von... Bluetooth: Fix printing errors if LE Connection times out
2023-04-20 Luiz Augusto von... Bluetooth: hci_conn: Fix not cleaning up on LE Connecti...
2023-04-20 Felix Huettnernet: openvswitch: fix race on port output
2023-04-20 YueHaibingtcp: restrict net.ipv4.tcp_app_win
2023-04-20 Zheng Wang9p/xen : Fix use after free bug in xen_9pfs_front_remov...
2023-04-20 Martin KaFai Laubpf: tcp: Use sock_gen_put instead of sock_put in bpf_i...
2023-04-20 Luiz Augusto von... Bluetooth: hci_conn: Fix possible UAF
2023-04-20 Archie PusakaBluetooth: Free potentially unfreed SCO connection
2023-04-20 Min LiBluetooth: Fix race condition in hidp_session_thread
2023-04-20 Luiz Augusto von... Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnec...
2023-04-13 Oliver Hartkoppcan: isotp: isotp_recvmsg(): use sock_recv_cmsgs()...
2023-04-13 Michal Sojkacan: isotp: isotp_ops: fix poll() to not report false...
2023-04-13 Oliver Hartkoppcan: isotp: fix race between isotp_sendsmg() and isotp_...
2023-04-13 Oleksij Rempelcan: j1939: j1939_tp_tx_dat_new(): fix out-of-bounds...
2023-04-13 Eric Dumazetnetlink: annotate lockless accesses to nlk->max_recvmsg_len
2023-04-13 Andy Roulinethtool: reset #lanes when lanes is omitted
2023-04-13 Kuniyuki Iwashimaping: Fix potentail NULL deref for /proc/net/icmp.
2023-04-13 Kuniyuki Iwashimaraw: Fix NULL deref in raw_get_next().
2023-04-13 Eric Dumazetraw: use net_hash_mix() in hash function
2023-04-13 Jeff Laytonsunrpc: only free unix grouplist after RCU settles
2023-04-13 Ziyang Xuanipv6: Fix an uninit variable access bug in __ip6_make_skb()
2023-04-13 Sricharan Ramabadhrannet: qrtr: Do not do DEL_SERVER broadcast after DEL_CLIENT
2023-04-13 Xin Longsctp: check send stream number after wait_for_sndbuf
2023-04-13 Jakub Kicinskinet: don't let netpoll invoke NAPI if in xmit context
2023-04-13 Eric Dumazeticmp: guard against too small mtu
2023-04-13 Andrea Righil2tp: generate correct module alias strings
2023-04-13 Ziyang Xuannet: qrtr: Fix a refcount bug in qrtr_recvmsg()
2023-04-13 Felix Fietkauwifi: mac80211: fix invalid drv_sta_pre_rcu_remove...
2023-04-13 Ryder Leewifi: mac80211: fix the size calculation of ieee80211_i...
2023-04-06 Matthieu Baertshsr: ratelimit only when errors are printed
2023-04-06 Oleksij Rempelcan: j1939: prevent deadlock by moving j1939_sk_errqueue()
2023-04-06 Ivan Orlovcan: bcm: bcm_tx_setup(): fix KMSAN uninit-value in...
2023-04-06 Siddharth KawarSUNRPC: fix shutdown of NFS TCP client socket
2023-04-06 Kristian Overskeidnet: hsr: Don't log netdev_err message on unknown prp...
2023-04-06 Herbert Xuxfrm: Zero padding when dumping algos and encap
2023-03-30 Felix Fietkauwifi: mac80211: fix qos on mesh interfaces
2023-03-30 Min LiBluetooth: Fix race condition in hci_cmd_sync_clear
2023-03-30 Davide Carattiact_mirred: use the backlog for nested calls to mirred...
2023-03-30 Davide Carattinet/sched: act_mirred: better wording on protection...
2023-03-30 Sungwoo KimBluetooth: HCI: Fix global-out-of-bounds
2023-03-30 Howard ChungBluetooth: mgmt: Fix MGMT add advmon with RSSI command
2023-03-30 Luiz Augusto von... Bluetooth: L2CAP: Fix responding with wrong PDU type
2023-03-30 Brian GixBluetooth: Remove "Power-on" check from Mesh feature
2023-03-30 Pauli VirtanenBluetooth: ISO: fix timestamped HCI ISO data packet...
2023-03-30 Luiz Augusto von... Bluetooth: hci_core: Detect if an ACL packet is in...
2023-03-30 Zhengping JiangBluetooth: hci_sync: Resume adv with no RPA when active...
2023-03-30 Eric Dumazeterspan: do not use skb_mac_header() in ndo_start_xmit()
2023-03-30 Álvaro Fernández... net: dsa: tag_brcm: legacy: fix daisy-chained switches
2023-03-30 Kal Conleyxsk: Add missing overflow check in xdp_umem_reg
2023-03-30 Paolo Abenimptcp: fix UaF in listener shutdown
2023-03-30 Paolo Abenimptcp: use the workqueue to destroy unaccepted sockets
2023-03-30 Paolo Abenimptcp: refactor passive socket initialization
2023-03-22 Paolo Abenimptcp: fix lockdep false positive in mptcp_pm_nl_create...
2023-03-22 Matthieu Baertsmptcp: avoid setting TCP_CLOSE state twice
2023-03-22 Geliang Tangmptcp: add ro_after_init for tcp{,v6}_prot_override
2023-03-22 Paolo Abenimptcp: fix possible deadlock in subflow_error_report
2023-03-22 Eric Van Hensbergennet/9p: fix bug in client create for .L
2023-03-22 Alexandra Winternet/iucv: Fix size of interrupt data
2023-03-22 Ido Schimmelipv4: Fix incorrect table ID in IOCTL path
2023-03-22 Vladimir Olteannet: dsa: don't error out when drivers return ETH_DATA_...
2023-03-22 Wenjia Zhangnet/smc: fix deadlock triggered by cancel_delayed_work_...
2023-03-22 Kuniyuki Iwashimatcp: Fix bind() conflict check for dual-stack wildcard...
next