summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-01-17netdev: prevent accessing NAPI instances from another namespaceJakub Kicinski3-17/+33
2025-01-17rds: sysctl: rds_tcp_{rcv,snd}buf: avoid using current->nsproxyMatthieu Baerts (NGI0)1-7/+32
2025-01-17sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-17sctp: sysctl: udp_port: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-17sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-17sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)1-2/+2
2025-01-17sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-17mptcp: sysctl: blackhole timeout: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+3
2025-01-17mptcp: sysctl: sched: avoid using current->nsproxyMatthieu Baerts (NGI0)1-6/+5
2025-01-17mptcp: sysctl: avail sched: remove write accessMatthieu Baerts (NGI0)1-1/+1
2025-01-17sched: sch_cake: add bounds checks to host bulk flow fairness countsToke Høiland-Jørgensen1-65/+75
2025-01-17netfilter: conntrack: clamp maximum hashtable size to INT_MAXPablo Neira Ayuso1-1/+4
2025-01-17netfilter: nf_tables: imbalance in flowtable bindingPablo Neira Ayuso1-4/+11
2025-01-17tcp: Annotate data-race around sk->sk_mark in tcp_v4_send_resetDaniel Borkmann1-1/+1
2025-01-17Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices.Chris Lu1-2/+2
2025-01-17Bluetooth: MGMT: Fix Add Device to responding before completingLuiz Augusto von Dentz1-2/+36
2025-01-17Bluetooth: hci_sync: Fix not setting Random Address when requiredLuiz Augusto von Dentz1-5/+6
2025-01-17ipvlan: Fix use-after-free in ipvlan_get_iflink().Kuniyuki Iwashima1-3/+7
2025-01-17tls: Fix tls_sw_sendmsg error handlingBenjamin Coddington1-1/+1
2025-01-17net: don't dump Tx and uninitialized NAPIsJakub Kicinski1-2/+3
2025-01-17net_sched: cls_flow: validate TCA_FLOW_RSHIFT attributeEric Dumazet1-1/+2
2025-01-17net: 802: LLC+SNAP OID:PID lookup on start of skb dataAntonio Pastor1-2/+2
2025-01-09mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni1-9/+9
2025-01-09mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni1-3/+3
2025-01-09mptcp: fix TCP options overflow.Paolo Abeni1-0/+7
2025-01-09net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov1-1/+2
2025-01-09bpf: consider that tail calls invalidate packet pointersEduard Zingerman1-0/+2
2025-01-09bpf: refactor bpf_helper_changes_pkt_data to use helper numberEduard Zingerman1-35/+28
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz5-19/+27
2025-01-09wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach1-0/+3
2025-01-09wifi: cfg80211: clear link ID from bitmap during link delete after clean upAditya Kumar Singh2-3/+8
2025-01-09wifi: mac80211: fix mbss changed flags corruption on 32 bit systemsIssam Hamdi1-3/+3
2025-01-09ila: serialize calls to nf_register_net_hooks()Eric Dumazet1-5/+11
2025-01-09af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet1-12/+4
2025-01-09af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet1-9/+3
2025-01-09net: restrict SO_REUSEPORT to inet socketsEric Dumazet1-1/+4
2025-01-09net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn1-1/+3
2025-01-09net: llc: reset skb->transport_headerAntonio Pastor1-1/+1
2025-01-09netrom: check buffer length before accessing itIlya Shchipletsov1-0/+6
2025-01-09net: Fix netns for ip_tunnel_init_flow()Xiao Liang1-3/+3
2025-01-09net: fix memory leak in tcp_conn_request()Wang Liang1-0/+1
2025-01-09netdev-genl: avoid empty messages in napi getJakub Kicinski1-1/+5
2025-01-02bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang1-6/+15
2025-01-02tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang2-2/+8
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-1/+1
2025-01-02ceph: allocate sparse_ext map only for sparse readsIlya Dryomov1-0/+2
2024-12-27net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr2-10/+112
2024-12-27psample: adjust size if rate_as_probability is setAdrian Moreno1-3/+6
2024-12-27netdev-genl: avoid empty messages in queue dumpJakub Kicinski1-2/+2
2024-12-27net: dsa: restore dsa_software_vlan_untag() ability to operate on VLAN-untagg...Vladimir Oltean1-5/+11