summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-05-25mptcp: ensure snd_nxt is properly initialized on connectPaolo Abeni1-0/+2
2024-05-25netlink: annotate lockless accesses to nlk->max_recvmsg_lenEric Dumazet1-6/+9
2024-05-17net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-05-17tipc: fix UAF in error pathPaolo Abeni1-1/+5
2024-05-17ipv6: fib6_rules: avoid possible NULL dereference in fib6_rule_action()Eric Dumazet1-1/+5
2024-05-17net: bridge: fix corrupted ethernet header on multicast-to-unicastFelix Fietkau1-2/+7
2024-05-17kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior3-0/+3
2024-05-17phonet: fix rtm_phonet_notify() skb allocationEric Dumazet1-1/+1
2024-05-17rtnetlink: Correct nested IFLA_VF_VLAN_LIST attribute validationRoded Zats1-1/+1
2024-05-17Bluetooth: l2cap: fix null-ptr-deref in l2cap_chan_timeoutDuoming Zhou1-0/+3
2024-05-17Bluetooth: Fix use-after-free bugs caused by sco_sock_timeoutDuoming Zhou1-0/+4
2024-05-17tcp: Use refcount_inc_not_zero() in tcp_twsk_unique().Kuniyuki Iwashima1-1/+7
2024-05-17tcp: defer shutdown(SEND_SHUTDOWN) for TCP_SYN_RECV socketsEric Dumazet3-3/+7
2024-05-17xfrm: Preserve vlan tags for transport mode software GROPaul Davey3-2/+18
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li1-2/+2
2024-05-17wifi: cfg80211: fix rdev_dump_mpp() arguments orderIgor Artemiev1-1/+1
2024-05-17wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson1-2/+2
2024-05-17net: gro: add flush check in udp_gro_receive_segmentRichard Gobert1-1/+11
2024-05-17tipc: fix a possible memleak in tipc_buf_appendXin Long1-1/+1
2024-05-17net: core: reject skb_copy(_expand) for fraglist GSO skbsFelix Fietkau1-8/+19
2024-05-17net: bridge: fix multicast-to-unicast with fraglist GSOFelix Fietkau1-1/+1
2024-05-17net l2tp: drop flow hash on forwardDavid Bauer1-0/+3
2024-05-17nsh: Restore skb->{protocol,data,mac_header} for outer header in nsh_gso_segm...Kuniyuki Iwashima1-6/+8
2024-05-17sunrpc: add a struct rpc_stats arg to rpc_create_argsJosef Bacik1-1/+4
2024-05-17wifi: nl80211: don't free NULL coalescing ruleJohannes Berg1-0/+2
2024-05-02udp: preserve the connected status if only UDP cmsgYick Xie2-4/+6
2024-05-02tcp: Fix NEW_SYN_RECV handling in inet_twsk_purge()Eric Dumazet1-22/+19
2024-05-02tcp: Clean up kernel listener's reqsk in inet_twsk_purge()Kuniyuki Iwashima1-1/+14
2024-05-02ethernet: Add helper for assigning packet type when dest address does not mat...Rahul Rameshbabu1-11/+1
2024-05-02Bluetooth: Fix type of len in {l2cap,sco}_sock_getsockopt_old()Nathan Chancellor2-6/+8
2024-05-02af_unix: Suppress false-positive lockdep splat for spin_lock() in __unix_gc().Kuniyuki Iwashima1-1/+1
2024-05-02netfilter: nf_tables: honor table dormant flag from netdev release event pathPablo Neira Ayuso1-1/+3
2024-05-02net: openvswitch: Fix Use-After-Free in ovs_ct_exitHyunwoo Kim1-2/+2
2024-05-02ipvs: Fix checksumming on GSO of SCTP packetsIsmael Luceno1-2/+4
2024-05-02ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet1-0/+3
2024-05-02netfilter: nft_set_pipapo: do not free live elementFlorian Westphal1-5/+9
2024-05-02netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan1-2/+6
2024-05-02af_unix: Fix garbage collector racing against connect()Michal Luczaj1-1/+17
2024-05-02af_unix: Do not use atomic ops for unix_sk(sk)->inflight.Kuniyuki Iwashima3-14/+15
2024-05-02netfilter: complete validation of user inputEric Dumazet3-0/+12
2024-05-02Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-11/+8
2024-05-02ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addrJiri Benc1-3/+4
2024-05-02ipv4/route: avoid unused-but-set-variable warningArnd Bergmann1-3/+1
2024-05-02ipv6: fib: hide unused 'pn' variableArnd Bergmann1-2/+5
2024-05-02xsk: validate user input for XDP_{UMEM|COMPLETION}_FILL_RINGEric Dumazet1-0/+2
2024-05-02net: openvswitch: fix unwanted error log on timeout policy probingIlya Maximets1-2/+3
2024-05-02Bluetooth: Fix memory leak in hci_req_sync_complete()Dmitry Antipov1-1/+3
2024-05-02batman-adv: Avoid infinite loop trying to resize local TTSven Eckelmann1-1/+1
2024-04-13netfilter: nf_tables: discard table flag update with pending basechain deletionPablo Neira Ayuso1-1/+19
2024-04-13netfilter: nf_tables: release mutex after nft_gc_seq_end from abort pathPablo Neira Ayuso1-5/+8