summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/qrtr: fix __netdev_alloc_skb callPavel Skripkin2021-03-241-1/+1
* sunrpc: fix refcount leak for rpc auth modulesDaniel Kobras2021-03-241-2/+4
* svcrdma: disable timeouts on rdma backchannelTimo Rothenpieler2021-03-241-3/+3
* NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty2021-03-241-2/+2
* 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
* netfilter: x_tables: gpf inside xt_find_revision()Vasily Averin2021-03-171-2/+4
* net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0Balazs Nemeth2021-03-171-0/+3
* net: Fix gro aggregation for udp encaps with zero csumDaniel Borkmann2021-03-171-1/+1
* 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: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-033-15/+18
* ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2021-03-032-7/+8
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-032-0/+67
* mac80211: fix potential overflow when multiplying to u32 integersColin Ian King2021-03-031-1/+1
* Bluetooth: Put HCI device if inquiry procedure interruptsPan Bian2021-03-031-2/+4
* Bluetooth: drop HCI device reference before returnPan Bian2021-03-031-0/+1
* Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill2021-03-031-1/+1
* 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
* netfilter: conntrack: skip identical origin tuple in same zone onlyFlorian Westphal2021-02-231-1/+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-231-3/+6
* SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski2021-02-233-58/+45
* af_key: relax availability checks for skb size calculationCong Wang2021-02-231-3/+3
* mac80211: fix station rate table updates on assocFelix Fietkau2021-02-102-2/+6
* ipv4: fix race condition between route lookup and invalidationWei Wang2021-02-101-19/+19
* net: lapb: Copy the skb before sending a packetXie He2021-02-101-1/+2
* mac80211: fix fast-rx encryption checkFelix Fietkau2021-02-071-0/+2
* net_sched: gen_estimator: support large ewma logEric Dumazet2021-02-071-4/+7
* net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-02-071-1/+2
* 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
* mac80211: pause TX while changing interface typeJohannes Berg2021-02-032-0/+7
* xfrm: Fix oops in xfrm_replay_advance_bmpShmulik Ladkani2021-02-031-1/+1
* netfilter: nft_dynset: add timeout extension to templatePablo Neira Ayuso2021-02-031-1/+3
* wext: fix NULL-ptr-dereference with cfg80211's lack of commit()Johannes Berg2021-02-031-2/+3
* net_sched: avoid shift-out-of-bounds in tcindex_set_parms()Eric Dumazet2021-01-301-2/+6
* ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-301-0/+1
* udp: mask TOS bits in udp_v4_early_demux()Guillaume Nault2021-01-301-1/+2
* skbuff: back tiny skbs with kmalloc() in __netdev_alloc_skb() tooAlexander Lobakin2021-01-301-1/+5
* netfilter: rpfilter: mask ecn bits before fib lookupGuillaume Nault2021-01-301-1/+1
* net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin2021-01-231-1/+39
* tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-231-2/+7
* rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-231-2/+4
* net: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-231-2/+7