summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: Fix zero-copy head len calculation.Pravin B Shelar2021-08-081-1/+4
* sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner2021-08-041-1/+1
* net: llc: fix skb_over_panicPavel Skripkin2021-08-042-2/+10
* tipc: fix sleeping in tipc accept routineHoang Le2021-08-041-5/+4
* netfilter: nft_nat: allow to specify layer 4 protocol NAT onlyPablo Neira Ayuso2021-08-041-1/+3
* netfilter: conntrack: adjust stop timestamp to real expiry valueFlorian Westphal2021-08-041-1/+6
* cfg80211: Fix possible memory leak in function cfg80211_bss_updateNguyen Dinh Phi2021-08-041-4/+2
* can: raw: raw_setsockopt(): fix raw_rcv panic for sock UAFZiyang Xuan2021-08-041-2/+18
* gro: ensure frag0 meets IP header alignmentEric Dumazet2021-08-041-1/+2
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-311-1/+2
* net: annotate data race around sk_ll_usecEric Dumazet2021-07-311-1/+1
* net/802/garp: fix memleak in garp_request_join()Yang Yingliang2021-07-311-0/+14
* net/802/mrp: fix memleak in mrp_request_join()Yang Yingliang2021-07-311-0/+14
* af_unix: fix garbage collect vs MSG_PEEKMiklos Szeredi2021-07-311-2/+49
* net: split out functions related to registering inflight socket filesJens Axboe2021-07-317-128/+170
* net: sched: cls_api: Fix the the wrong parameterYajun Deng2021-07-281-1/+1
* sctp: update active_key for asoc when old key is being replacedXin Long2021-07-281-0/+2
* net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye2021-07-281-4/+8
* net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet2021-07-281-3/+16
* netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi2021-07-281-9/+11
* net: decnet: Fix sleeping inside in af_decnetYajun Deng2021-07-281-15/+12
* net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan2021-07-281-1/+2
* ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel2021-07-281-1/+3
* net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu2021-07-281-4/+18
* udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2021-07-282-4/+4
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-282-2/+18
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-282-4/+4
* net: send SYNACK packet with accepted fwmarkAlexander Ovechkin2021-07-281-1/+2
* net: bridge: sync fdb to new unicast-filtering portsWolfgang Bumiller2021-07-281-1/+16
* netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfoVasily Averin2021-07-281-0/+3
* net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-281-1/+1
* net: bridge: multicast: fix PIM hello router port marking raceNikolay Aleksandrov2021-07-201-0/+2
* sctp: add size validation when walking chunksMarcelo Ricardo Leitner2021-07-201-1/+1
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-07-205-25/+43
* Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng2021-07-201-8/+8
* Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu2021-07-201-0/+3
* net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-07-202-29/+35
* wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva2021-07-201-7/+7
* vsock: notify server to shutdown when client has pending signalLongpeng(Mike)2021-07-201-1/+1
* xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert2021-07-201-14/+14
* ipv6: use prandom_u32() for ID generationWilly Tarreau2021-07-201-23/+5
* net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-07-201-2/+9
* net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-07-201-1/+1
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-07-201-1/+2
* Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated eventLuiz Augusto von Dentz2021-07-201-1/+12
* Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz2021-07-201-0/+3
* ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet2021-07-201-14/+13
* bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski2021-07-201-4/+0
* ipv6: exthdrs: do not blindly use init_netEric Dumazet2021-07-201-2/+2
* mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih2021-07-201-5/+0