summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-06-16xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet
2024-06-16net/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich
2024-06-16net/ipv6: Fix route deleting failure when metric equals 0xu xin
2024-06-16SUNRPC: Fix loop termination condition in gss_free_in_token_pages()Chuck Lever
2024-06-16netfilter: tproxy: bail out if IP has been disabled on the deviceFlorian Westphal
2024-06-16netfilter: nfnetlink_queue: acquire rcu_read_lock() in instance_destroy_rcu()Eric Dumazet
2024-06-16nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()Ryosuke Yasuoka
2024-06-16nfc: nci: Fix kcov check in nci_rx_work()Tetsuo Handa
2024-06-16openvswitch: Set the skbuff pkt_type for proper pmtud support.Aaron Conole
2024-06-16tcp: Fix shift-out-of-bounds in dctcp_update_alpha().Kuniyuki Iwashima
2024-06-16params: lift param_set_uint_minmax to common codeSagi Grimberg
2024-06-16ipv6: sr: fix memleak in seg6_hmac_init_algoHangbin Liu
2024-06-16sunrpc: fix NFSACL RPC retry on soft mountDan Aloni
2024-06-16nfc: nci: Fix uninit-value in nci_rx_workRyosuke Yasuoka
2024-06-16af_packet: do not call packet_read_pending() from tpacket_destruct_skb()Eric Dumazet
2024-06-16netrom: fix possible dead-lock in nr_rt_ioctl()Eric Dumazet
2024-06-16SUNRPC: Fix gss_free_in_token_pages()Chuck Lever
2024-06-16sunrpc: removed redundant procp checkAleksandr Aprelkov
2024-06-16ipv6: sr: fix invalid unregister error pathHangbin Liu
2024-06-16ipv6: sr: fix incorrect unregister orderHangbin Liu
2024-06-16ipv6: sr: add missing seg6_local_exitHangbin Liu
2024-06-16net: openvswitch: fix overwriting ct original tuple for ICMPv6Ilya Maximets
2024-06-16af_unix: Fix data races in unix_release_sock/unix_stream_sendmsgBreno Leitao
2024-06-16tcp: avoid premature drops in tcp_add_backlog()Eric Dumazet
2024-06-16tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei
2024-06-16tcp: minor optimization in tcp_add_backlog()Eric Dumazet
2024-06-16wifi: cfg80211: fix the order of arguments for trace events of the tx_rx_evt ...Igor Artemiev
2024-05-17net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo
2024-05-17tipc: fix UAF in error pathPaolo Abeni
2024-05-17ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet
2024-05-17net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau
2024-05-17phonet: fix rtm_phonet_notify() skb allocationEric Dumazet
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats
2024-05-17Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou
2024-05-17Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou
2024-05-17tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li
2024-05-17wifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev
2024-05-17wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson
2024-05-17tipc: fix a possible memleak in tipc_buf_appendXin Long
2024-05-17net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau
2024-05-17net l2tp: drop flow hash on forwardDavid Bauer
2024-05-17nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...Kuniyuki Iwashima
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik
2024-05-17wifi: nl80211: don't free NULL coalescing ruleJohannes Berg
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie
2024-05-02tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet