summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-01-09mptcp: don't always assume copied data in mptcp_cleanup_rbuf()Paolo Abeni
2025-01-09mptcp: fix recvbuffer adjust on sleeping rcvmsgPaolo Abeni
2025-01-09mptcp: fix TCP options overflow.Paolo Abeni
2025-01-09net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz
2025-01-09wifi: mac80211: wake the queues in case of failure in resumeEmmanuel Grumbach
2025-01-09wifi: mac80211: fix mbss changed flags corruption on 32 bit systemsIssam Hamdi
2025-01-09ila: serialize calls to nf_register_net_hooks()Eric Dumazet
2025-01-09af_packet: fix vlan_get_protocol_dgram() vs MSG_PEEKEric Dumazet
2025-01-09af_packet: fix vlan_get_tci() vs MSG_PEEKEric Dumazet
2025-01-09net: restrict SO_REUSEPORT to inet socketsEric Dumazet
2025-01-09net: reenable NETIF_F_IPV6_CSUM offload for BIG TCP packetsWillem de Bruijn
2025-01-09net: llc: reset skb->transport_headerAntonio Pastor
2025-01-09netrom: check buffer length before accessing itIlya Shchipletsov
2025-01-09net: Fix netns for ip_tunnel_init_flow()Xiao Liang
2025-01-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()Ido Schimmel
2025-01-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()Ido Schimmel
2025-01-09ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()Ido Schimmel
2025-01-09ip_tunnel: annotate data-races around t->parms.linkEric Dumazet
2025-01-09net: fix memory leak in tcp_conn_request()Wang Liang
2025-01-09net: mctp: handle skb cleanup on sock_queue failuresJeremy Kerr
2025-01-09Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functionsMarkus Elfring
2025-01-09wifi: mac80211: Add non-atomic station iteratorRory Little
2025-01-09wifi: mac80211: export ieee80211_purge_tx_queue() for driversPing-Ke Shih
2025-01-02bpf: Check negative offsets in __bpf_skb_min_len()Cong Wang
2025-01-02tcp_bpf: Add sk_rmem_alloc related logic for tcp_bpf ingress redirectionZijian Zhang
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang
2025-01-02ceph: allocate sparse_ext map only for sparse readsIlya Dryomov
2024-12-27netfilter: ipset: Fix for recursive locking warningPhil Sutter
2024-12-27ipvs: Fix clamp() of ip_vs_conn_tab on small memory systemsDavid Laight
2024-12-27net/smc: check return value of sock_recvmsg when draining clc dataGuangguan Wang
2024-12-27net/smc: check smcd_v2_ext_offset when receiving proposal msgGuangguan Wang
2024-12-27net/smc: check v2_ext_offset/eid_cnt/ism_gid_cnt when receiving proposal msgGuangguan Wang
2024-12-27net/smc: check iparea_offset and ipv6_prefixes_cnt when receiving proposal msgGuangguan Wang
2024-12-27net/smc: check sndbuf_space again after NOSPACE flag is set in smc_pollGuangguan Wang
2024-12-27net/smc: protect link down work from execute after lgr freedGuangguan Wang
2024-12-27net: sched: fix ordering of qlen adjustmentLion Ackermann
2024-12-19Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis
2024-12-19Bluetooth: iso: Fix recursive locking warningIulia Tanasescu
2024-12-19Bluetooth: hci_event: Fix using rcu_read_(un)lock while iteratingLuiz Augusto von Dentz
2024-12-19Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu
2024-12-19net/sched: netem: account for backlog updates from child qdiscMartin Ottens
2024-12-19netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal
2024-12-19netfilter: IDLETIMER: Fix for possible ABBA deadlockPhil Sutter
2024-12-19net: defer final 'struct net' free in netns dismantleEric Dumazet
2024-12-19wifi: cfg80211: sme: init n_channels before channels[] accessHaoyu Li
2024-12-19tipc: fix NULL deref in cleanup_bearer()Eric Dumazet
2024-12-19batman-adv: Do not let TT changes list grows indefinitelyRemi Pommarel
2024-12-19batman-adv: Remove uninitialized data in full table TT responseRemi Pommarel
2024-12-19batman-adv: Do not send uninitialized TT changesRemi Pommarel