summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-14sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet1-1/+3
2022-06-14Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeoutYing Hsu1-8/+13
2022-06-14NFC: NULL out the dev->rfkill to prevent UAFLin Ma1-0/+1
2022-06-14rxrpc: Return an error to sendmsg if call failedDavid Howells1-0/+6
2022-06-14ipv6: Don't send rs packets to the interface of ARPHRD_TUNNELjianghaoran1-1/+2
2022-06-06bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytesLiu Jian1-2/+2
2022-06-06net: af_key: check encryption module availability consistencyThomas Bartschies1-3/+3
2022-06-06secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau3-8/+10
2022-06-06tcp: change source port randomizarion at connect() timeEric Dumazet1-3/+17
2022-05-25mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau1-2/+1
2022-05-25net: bridge: Clear offload_fwd_mark when passing frame up bridge interface.Andrew Lunn1-0/+7
2022-05-25net: af_key: add check for pfkey_broadcast in function pfkey_processJiasheng Jiang1-2/+4
2022-05-25NFC: nci: fix sleep in atomic context bugs caused by nci_skb_allocDuoming Zhou2-3/+3
2022-05-18ping: fix address binding wrt vrfNicolas Dichtel1-1/+11
2022-05-18tcp: resalt the secret every 10 secondsEric Dumazet1-3/+9
2022-05-18net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang1-2/+2
2022-05-18netlink: do not reset transport header in netlink_recvmsg()Eric Dumazet1-1/+0
2022-05-18ipv4: drop dst in multicast routing pathLokesh Dhoundiyal1-0/+1
2022-05-18batman-adv: Don't skb_split skbuffs with frag_listSven Eckelmann1-0/+11
2022-05-15Bluetooth: Fix the creation of hdev->nameItay Iellin1-3/+3
2022-05-12net: ipv6: ensure we call ipv6_mc_down() at most oncej.nixdorf@avm.de1-2/+6
2022-05-12net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter()Eric Dumazet1-3/+6
2022-05-12NFC: netlink: fix sleep in atomic bug when firmware download timeoutDuoming Zhou1-2/+2
2022-05-12nfc: replace improper check device_is_registered() in netlink related functionsDuoming Zhou1-15/+14
2022-05-12Revert "SUNRPC: attempt AF_LOCAL connect on setup"Trond Myklebust1-3/+0
2022-05-12tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2-1/+12
2022-05-12ip_gre: Make o_seqno start from 0 in native modePeilin Ye1-5/+3
2022-05-12sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long1-0/+4
2022-05-12ipvs: correctly print the memory size of ip_vs_conn_tabPengcheng Yang1-1/+1
2022-05-12net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet1-7/+11
2022-04-27ax25: Fix UAF bugs in ax25 timersDuoming Zhou1-0/+5
2022-04-27ax25: Fix NULL pointer dereferences in ax25 timersDuoming Zhou2-8/+16
2022-04-27ax25: fix NPD bug in ax25_disconnectDuoming Zhou1-1/+1
2022-04-27ax25: fix UAF bug in ax25_send_control()Duoming Zhou1-4/+4
2022-04-27ax25: Fix refcount leaks caused by ax25_cb_del()Duoming Zhou1-3/+11
2022-04-27ax25: fix UAF bugs of net_device caused by rebinding operationDuoming Zhou1-1/+4
2022-04-27ax25: fix reference count leaks of ax25_devDuoming Zhou3-16/+36
2022-04-27ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou3-2/+15
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-27net/packet: fix packet_sock xmit return value checkingHangbin Liu1-4/+9
2022-04-27tcp: Fix potential use-after-free due to double kfree()Kuniyuki Iwashima1-2/+2
2022-04-27tcp: fix race condition when creating child sockets from syncookiesRicardo Dias6-14/+88
2022-04-20nfc: nci: add flush_workqueue to prevent uafLin Ma1-0/+4
2022-04-20xfrm: policy: match with both mark and mask on user interfacesXin Long3-22/+20
2022-04-20net: add missing SOF_TIMESTAMPING_OPT_ID supportWillem de Bruijn4-6/+6
2022-04-20ipv6: add missing tx timestamping on IPPROTO_RAWWillem de Bruijn1-2/+5
2022-04-20SUNRPC/call_alloc: async tasks mustn't block waiting for memoryNeilBrown2-2/+6
2022-04-20Bluetooth: Fix use after free in hci_send_aclLuiz Augusto von Dentz1-1/+2
2022-04-20net/smc: correct settings of RMB window update limitDust Li1-1/+1