summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix double free in ibss_leaveMarkus Theil2021-03-301-0/+2
* net: sched: validate stab valuesEric Dumazet2021-03-304-7/+11
* can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-301-1/+1
* mac80211: fix rate mask resetJohannes Berg2021-03-301-2/+2
* NFSD: Repair misuse of sv_lock in 5.10.16-rt30.Joe Korty2021-03-241-2/+2
* 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
* 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: fix up truesize of cloned skb in skb_prepare_for_shift()Marco Elver2021-03-071-1/+13
* 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-231-3/+5
* 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
* net: lapb: Copy the skb before sending a packetXie He2021-02-101-1/+2
* net_sched: reject silly cell_log in qdisc_get_rtab()Eric Dumazet2021-02-101-1/+2
* 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
* 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: avoid 32 x truesize under-estimation for tiny skbsEric Dumazet2021-01-231-2/+7
* rxrpc: Fix handling of an unsupported token type in rxrpc_read()David Howells2021-01-231-2/+4
* net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-231-1/+4
* net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commandsPetr Machata2021-01-231-1/+1
* net: dcb: Validate netlink message in DCB handlerPetr Machata2021-01-231-0/+2
* net: sunrpc: interpret the return value of kstrtou32 correctlyj.nixdorf@avm.de2021-01-231-1/+1
* net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed pa...Vasily Averin2021-01-171-0/+6
* net: fix pmtu check in nopmtudisc modeFlorian Westphal2021-01-171-5/+5
* net: ip: always refragment ip defragmented packetsFlorian Westphal2021-01-171-1/+1
* netfilter: xt_RATEEST: reject non-null terminated string from userspaceFlorian Westphal2021-01-121-0/+3
* netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2021-01-121-15/+5
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-124-4/+4
* ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()Guillaume Nault2021-01-121-1/+1
* cfg80211: initialize rekey_dataSara Sharon2020-12-291-1/+1
* Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn2020-12-291-0/+5
* Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye2020-12-291-7/+5
* net: bridge: vlan: fix error return code in __vlan_add()Zhang Changzhong2020-12-291-1/+3
* tcp: fix cwnd-limited bug for TSO deferral where we send nothingNeal Cardwell2020-12-291-3/+6
* net/x25: prevent a couple of overflowsDan Carpenter2020-12-111-2/+4