summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-02-27drop_monitor: fix incorrect initialization orderGavrilov Ilia
2025-02-27bpf: Disable non stream socket for strparserJiayuan Chen
2025-02-27bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()Shigeru Yoshida
2025-02-27net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni
2025-02-27tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca
2025-02-27arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao
2025-02-27net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao
2025-02-27flow_dissector: Fix port range key handling in BPF conversionCong Wang
2025-02-27flow_dissector: Fix handling of mixed port and port-range keysCong Wang
2025-02-27tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski
2025-02-27vsock/bpf: Warn on socket without transportMichal Luczaj
2025-02-27sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj
2025-02-27net/sched: cls_api: fix error handling causing NULL dereferencePierre Riteau
2025-02-27vsock/virtio: fix variables initialization during resumingJunnan Wu
2025-02-21vsock: Orphan socket after transport releaseMichal Luczaj
2025-02-21vsock: Keep the binding until socket destructionMichal Luczaj
2025-02-21net: ipv6: fix dst refleaks in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-02-21ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet
2025-02-21ipv6: mcast: extend RCU protection in igmp6_send()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-21ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet
2025-02-21ipv6: icmp: convert to dev_net_rcu()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-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-21net: ipv6: fix dst ref loops in rpl, seg6 and ioam6 lwtunnelsJakub Kicinski
2025-02-21net: ipv6: rpl_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-02-21net: ipv6: seg6_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-02-21net: ipv6: ioam6_iptunnel: mitigate 2-realloc issueJustin Iurman
2025-02-21rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel
2025-02-21can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl
2025-02-21batman-adv: Fix incorrect offset in batadv_tt_tvlv_ogm_handler_v1()Remi Pommarel
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-21net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet
2025-02-21ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockoptMurad Masimov
2025-02-17net/ncsi: wait for the last response to Deselect Package before configuring c...Paul Fertser
2025-02-17NFC: nci: Add bounds checking in nci_hci_create_pipe()Dan Carpenter
2025-02-17Bluetooth: L2CAP: accept zero as a special value for MTU auto-selectionFedor Pchelkin
2025-02-17Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_allocFedor Pchelkin
2025-02-17rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells