summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-05-09ip_gre: Make o_seqno start from 0 in native modePeilin Ye1-5/+3
2022-05-09net/smc: sync err code when tcp connection was refusedliuyacan1-0/+2
2022-05-09sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long1-0/+4
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang1-3/+8
2022-05-09tcp: md5: incorrect tcp_header_len for incoming connectionsFrancesco Ruggeri1-1/+1
2022-05-09bpf, lwt: Fix crash when using bpf_skb_set_tunnel_key() from bpf_xmit lwt hookEyal Birger1-4/+3
2022-05-09ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang1-1/+1
2022-04-27openvswitch: fix OOB access in reserve_sfa_size()Paolo Valerio1-1/+1
2022-04-27netlink: reset network and mac headers in netlink_dump()Eric Dumazet1-0/+7
2022-04-27l3mdev: l3mdev_master_upper_ifindex_by_index_rcu should be using netdev_maste...David Ahern1-1/+1
2022-04-27net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet1-4/+4
2022-04-27net/packet: fix packet_sock xmit return value checkingHangbin Liu1-4/+9
2022-04-27net/smc: Fix sock leak when release after smc_shutdown()Tony Lu1-1/+3
2022-04-27rxrpc: Restore removed timer deletionDavid Howells1-0/+2
2022-04-27tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima1-2/+2
2022-04-27net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet1-6/+10
2022-04-27tcp: fix race condition when creating child sockets from syncookiesRicardo Dias6-14/+88
2022-04-20ax25: Fix UAF bugs in ax25 timersDuoming Zhou1-0/+5
2022-04-20ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2-8/+16
2022-04-20ax25: fix NPD bug in ax25_disconnectDuoming Zhou1-1/+1
2022-04-20ax25: fix UAF bug in ax25_send_control()Duoming Zhou1-4/+4
2022-04-20ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou1-3/+11
2022-04-20ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou1-1/+4
2022-04-20ax25: fix reference count leaks of ax25_devDuoming Zhou3-16/+36
2022-04-20ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou3-2/+15
2022-04-20ipv6: fix panic when forwarding a pkt with no in6 devNicolas Dichtel1-1/+1
2022-04-20nfc: nci: add flush_workqueue to prevent uafLin Ma1-0/+4
2022-04-20sctp: Initialize daddr on peeled off socketPetr Malat1-1/+1
2022-04-20net/smc: Fix NULL pointer dereference in smc_pnet_find_ib()Karsten Graul1-2/+3
2022-04-20cfg80211: hold bss_lock while updating nontrans_listRameshkumar Sundaram1-0/+2
2022-04-20net/sched: taprio: Check if socket flags are validBenedikt Spranger1-1/+2
2022-04-20net/sched: fix initialization order when updating chain 0 headMarcelo Ricardo Leitner1-1/+1
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2-5/+14
2022-04-15SUNRPC: Handle low memory situations in call_status()Trond Myklebust1-0/+5
2022-04-15SUNRPC: Handle ENOMEM in call_transmit_status()Trond Myklebust1-0/+2
2022-04-15bpf: Support dual-stack sockets in bpf_tcp_check_syncookieMaxim Mikityanskiy1-4/+13
2022-04-15rxrpc: fix a race in rxrpc_exit_net()Eric Dumazet1-1/+1
2022-04-15net: openvswitch: don't send internal clone attribute to the userspace.Ilya Maximets2-2/+4
2022-04-15ipv6: Fix stats accounting in ip6_pkt_dropDavid Ahern1-1/+1
2022-04-15net: ipv4: fix route with nexthop object delete warningNikolay Aleksandrov1-1/+6
2022-04-15net/tls: fix slab-out-of-bounds bug in decrypt_internalZiyang Xuan1-1/+1
2022-04-15SUNRPC: Fix socket waits for write buffer spaceTrond Myklebust1-15/+39
2022-04-15SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2-2/+6
2022-04-15netlabel: fix out-of-bounds memory accessesWang Yufen1-0/+2
2022-04-15Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz1-1/+2
2022-04-15net/smc: correct settings of RMB window update limitDust Li1-1/+1
2022-04-15ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2-3/+11
2022-04-15ipv6: make mc_forwarding atomicEric Dumazet4-8/+8
2022-04-15bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki1-1/+9
2022-04-15openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2