summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: qrtr: fix error return code of qrtr_sendmsg()Jia-Ju Bai2021-03-171-1/+3
* cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore2021-03-173-19/+9
* net: sched: avoid duplicates in classes dumpMaximilian Heyne2021-03-171-4/+4
* net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0Balazs Nemeth2021-03-171-0/+3
* tcp: add sanity tests to TCP_QUEUE_SEQEric Dumazet2021-03-171-8/+15
* tcp: annotate tp->write_seq lockless readsEric Dumazet2021-03-176-27/+35
* tcp: annotate tp->copied_seq lockless readsEric Dumazet2021-03-177-17/+18
* netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin2021-03-171-2/+4
* net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann2021-03-171-1/+1
* net: dsa: add GRO support via gro_cellsAlexander Lobakin2021-03-114-2/+14
* Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_dataGopal Tiwari2021-03-071-0/+3
* pktgen: fix misuse of BUG_ON() in pktgen_thread_worker()Di Zhu2021-03-071-1/+1
* net: bridge: use switchdev for port flags set through sysfs tooVladimir Oltean2021-03-071-3/+6
* net: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver2021-03-071-1/+13
* net: qrtr: Fix memory leak in qrtr_tun_openTakeshi Misawa2021-03-041-1/+11
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-043-15/+18
* ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2021-03-042-7/+8
* xfrm: interface: use icmp_ndo_send helperJason A. Donenfeld2021-03-041-3/+3
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-042-0/+67
* bpf: Fix bpf_fib_lookup helper MTU check for SKB ctxJesper Dangaard Brouer2021-03-041-3/+10
* mac80211: fix potential overflow when multiplying to u32 integersColin Ian King2021-03-041-1/+1
* Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian2021-03-041-2/+4
* Bluetooth: drop HCI device reference before returnPan Bian2021-03-041-0/+1
* Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill2021-03-041-1/+1
* net: qrtr: Fix port ID for control messagesLoic Poulain2021-02-231-1/+1
* net/qrtr: restrict user-controlled length in qrtr_tun_write_iter()Sabyrzhan Tasbolatov2021-02-231-0/+6
* net/rds: restrict iovecs length for RDS_CMSG_RDMA_ARGSSabyrzhan Tasbolatov2021-02-231-0/+3
* vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-232-7/+5
* vsock/virtio: update credit only if socket is not closedStefano Garzarella2021-02-231-2/+2
* net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek2021-02-231-4/+1
* net: fix iteration for sctp transport seq_filesNeilBrown2021-02-231-4/+12
* netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal2021-02-231-1/+2
* netfilter: flowtable: fix tcp and udp header checksum updateSven Auhagen2021-02-231-2/+2
* netfilter: xt_recent: Fix attempt to update deleted entryJozsef Kadlecsik2021-02-231-2/+10
* SUNRPC: Handle 0 length opaque XDR object data properlyDave Wysochanski2021-02-131-3/+6
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-133-58/+45
* af_key: relax availability checks for skb size calculationCong Wang2021-02-131-3/+3
* net: ip_tunnel: fix mtu calculationVadim Fedorenko2021-02-101-9/+7
* mac80211: fix station rate table updates on assocFelix Fietkau2021-02-102-2/+6
* net: lapb: Copy the skb before sending a packetXie He2021-02-101-1/+2
* rxrpc: Fix deadlock around release of dst cached on udp tunnelDavid Howells2021-02-101-3/+3
* mac80211: fix fast-rx encryption checkFelix Fietkau2021-02-071-0/+2
* net_sched: gen_estimator: support large ewma logEric Dumazet2021-02-071-4/+7
* tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-02-032-6/+9
* NFC: fix possible resource leakPan Bian2021-02-031-0/+1
* NFC: fix resource leak when target index is invalidPan Bian2021-02-031-1/+1
* rxrpc: Fix memory leak in rxrpc_lookup_localTakeshi Misawa2021-02-031-0/+1
* mac80211: pause TX while changing interface typeJohannes Berg2021-02-032-0/+7
* xfrm: fix disable_xfrm sysctl when used on xfrm interfacesEyal Birger2021-02-031-2/+2
* xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani2021-02-031-1/+1