summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-06-14tcp: fix tcp_mtup_probe_success vs wrong snd_cwndEric Dumazet1-4/+7
2022-06-14Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process"Michal Kubecek1-4/+6
2022-06-14net: xfrm: unexport __init-annotated xfrm4_protocol_init()Masahiro Yamada1-1/+0
2022-06-14SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()Chuck Lever1-1/+5
2022-06-14tcp: tcp_rtx_synack() can be called from process contextEric Dumazet1-2/+2
2022-06-14netfilter: nf_tables: disallow non-stateful expression in sets earlierPablo Neira Ayuso2-9/+10
2022-06-14mac80211: upgrade passive scan to active scan on DFS channels after beacon rxFelix Fietkau2-0/+25
2022-06-14wifi: mac80211: fix use-after-free in chanctx codeJohannes Berg1-5/+2
2022-06-14rxrpc: Don't try to resend the request if we're receiving the replyDavid Howells1-1/+2
2022-06-14rxrpc: Fix listen() setting the bar too high for the prealloc ringsDavid Howells1-2/+2
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-05-25mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau1-2/+1
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-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-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: sched: prevent UAF on tc_ctl_tfilter when temporarily dropping rtnl_lockThadeu Lima de Souza Cascardo1-1/+4
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-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-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-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-20openvswitch: Fixed nd target mask field in the flow dump.Martin Varghese1-2/+2
2022-04-20net/x25: Fix null-ptr-deref caused by x25_disconnectDuoming Zhou1-3/+8
2022-04-20netfilter: nf_conntrack_tcp: preserve liberal flag in tcp optionsPablo Neira Ayuso1-4/+13
2022-04-20af_netlink: Fix shift out of bounds in group mask calculationPetr Machata1-0/+2
2022-04-20SUNRPC: avoid race between mod_timer() and del_timer_sync()NeilBrown1-0/+7
2022-04-20af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_regi...Haimin Zhang1-1/+1
2022-03-28llc: only change llc->dev when bind() succeedsEric Dumazet1-25/+32
2022-03-28mac80211: fix potential double free on mesh joinLinus Lüssing1-3/+0
2022-03-28netfilter: nf_tables: initialize registers in nft_do_chain()Pablo Neira Ayuso1-1/+1
2022-03-28llc: fix netdevice reference leaks in llc_ui_bind()Eric Dumazet1-0/+8
2022-03-28net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk1-2/+2