summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-02-21net: dsa: fix netdev_priv() dereference before check on non-DSA netdevice eventsVladimir Oltean
2025-02-21ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet
2025-02-21ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet
2025-02-21openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet
2025-02-21arp: use RCU protection in arp_xmit()Eric Dumazet
2025-02-21neighbour: use RCU protection in __neigh_notify()Eric Dumazet
2025-02-21neighbour: delete redundant judgment statementsLi Zetao
2025-02-21ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet
2025-02-21ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet
2025-02-21flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet
2025-02-21ipv4: icmp: convert to dev_net_rcu()Eric Dumazet
2025-02-21ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet
2025-02-21net: ipv4: Cache pmtu for all packet paths if multipath enabledVladimir Vdovin
2025-02-21ipv4: use RCU protection in inet_select_addr()Eric Dumazet
2025-02-21ipv4: use RCU protection in rt_is_expired()Eric Dumazet
2025-02-21ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet
2025-02-21can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl
2025-02-21batman-adv: Drop unmanaged ELP metric workerSven Eckelmann
2025-02-21batman-adv: Ignore neighbor throughput metrics in error caseSven Eckelmann
2025-02-21batman-adv: fix panic during interface removalAndy Strohman
2025-02-21ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet
2025-02-21ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockoptMurad Masimov
2025-02-21mptcp: prevent excessive coalescing on receivePaolo Abeni
2025-02-21mptcp: pm: only set fullmesh for subflow endpMatthieu Baerts (NGI0)
2025-02-21net/ncsi: use dev_set_mac_address() for Get MC MAC Address handlingPaul Fertser
2025-02-21net/ncsi: wait for the last response to Deselect Package before configuring c...Paul Fertser
2025-02-21NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter
2025-02-21Bluetooth: L2CAP: accept zero as a special value for MTU auto-selectionFedor Pchelkin
2025-02-21Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_allocFedor Pchelkin
2025-02-21netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()Cong Wang
2025-02-21net: rose: lock the socket in rose_bind()Eric Dumazet
2025-02-21udp: gso: do not drop small packets when PMTU reducesYan Zhai
2025-02-21net/ncsi: fix locking in Get MAC Address handlingPaul Fertser
2025-02-21net/ncsi: Add NC-SI 1.2 Get MC MAC Address commandPeter Delevoryas
2025-02-21tipc: re-order conditions in tipc_crypto_key_rcv()Dan Carpenter
2025-02-21Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_syncMazin Al Haddad
2025-02-21mptcp: handle fastopen disconnect correctlyPaolo Abeni
2025-02-21mptcp: consolidate suboption statusPaolo Abeni
2025-02-21netfilter: nf_tables: reject mismatching sum of field_len with set key lengthPablo Neira Ayuso
2025-02-21net: hsr: fix fill_frame_info() regression vs VLAN packetsEric Dumazet
2025-02-21net: rose: fix timer races against user threadsEric Dumazet
2025-02-21ipmr: do not call mr_mfc_uses_dev() for unres entriesEric Dumazet
2025-02-21xfrm: replay: Fix the update of replay_esn->oseq_hi for GSOJianbo Liu
2025-02-21bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-writeDaniel Xu
2025-02-21net/rose: prevent integer overflows in rose_setsockopt()Nikita Zhandarovich
2025-02-21tcp_cubic: fix incorrect HyStart round start detectionMahdi Arghavani
2025-02-21netfilter: nft_flow_offload: update tcp state flags under lockFlorian Westphal
2025-02-21net: sched: Disallow replacing of child qdisc from one parent to anotherJamal Hadi Salim
2025-02-21net: avoid race between device unregistration and ethnl opsAntoine Tenart
2025-02-21net: let net.core.dev_weight always be non-zeroLiu Jian