summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-07-28net: sched: cls_api: Fix the the wrong parameterYajun Deng1-1/+1
2021-07-28sctp: update active_key for asoc when old key is being replacedXin Long1-0/+2
2021-07-28ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptionsPaolo Abeni1-1/+1
2021-07-28net/sched: act_skbmod: Skip non-Ethernet packetsPeilin Ye1-4/+8
2021-07-28net/tcp_fastopen: fix data races around tfo_active_disable_stampEric Dumazet1-3/+16
2021-07-28netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi1-9/+11
2021-07-28net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin1-1/+4
2021-07-28net: decnet: Fix sleeping inside in af_decnetYajun Deng1-15/+12
2021-07-28net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan1-1/+2
2021-07-28bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend1-1/+1
2021-07-28ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel1-1/+3
2021-07-25udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2-4/+4
2021-07-25ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2-2/+18
2021-07-25tcp: annotate data races around tp->mtu_infoEric Dumazet2-4/+4
2021-07-25net: send SYNACK packet with accepted fwmarkAlexander Ovechkin1-2/+2
2021-07-25net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu1-3/+15
2021-07-25net: bridge: sync fdb to new unicast-filtering portsWolfgang Bumiller1-1/+16
2021-07-25net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu1-1/+2
2021-07-25netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfoVasily Averin1-0/+3
2021-07-25net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko1-1/+1
2021-07-19sctp: add size validation when walking chunksMarcelo Ricardo Leitner1-1/+1
2021-07-19sctp: validate from_addr_param returnMarcelo Ricardo Leitner5-25/+43
2021-07-19Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng1-8/+8
2021-07-19Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu1-0/+3
2021-07-19net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2-29/+35
2021-07-19wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva1-7/+7
2021-07-19vsock: notify server to shutdown when client has pending signalLongpeng(Mike)1-1/+1
2021-07-19net: sched: fix error return code in tcf_del_walker()Yang Yingliang1-1/+2
2021-07-19xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert1-14/+14
2021-07-19ipv6: use prandom_u32() for ID generationWilly Tarreau1-23/+5
2021-07-19net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior1-2/+9
2021-07-14net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin1-1/+1
2021-07-14net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko1-1/+2
2021-07-14Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated eventLuiz Augusto von Dentz1-1/+12
2021-07-14Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz1-0/+3
2021-07-14bpfilter: Specify the log level for the kmsg messageGary Lin1-1/+1
2021-07-14ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet1-14/+13
2021-07-14bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski1-4/+0
2021-07-14ipv6: exthdrs: do not blindly use init_netEric Dumazet1-2/+2
2021-07-14mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih1-5/+0
2021-07-14net/ipv4: swap flow ports when validating sourceMiao Wang1-0/+2
2021-07-14pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet1-5/+3
2021-07-14tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski1-1/+1
2021-07-14netfilter: nft_tproxy: restrict support to TCP and UDP transport protocolsPablo Neira Ayuso1-1/+8
2021-07-14netfilter: nft_osf: check for TCP packet before further processingPablo Neira Ayuso1-0/+5
2021-07-14netfilter: nft_exthdr: check for IPv6 packet before further processingPablo Neira Ayuso1-0/+3
2021-07-14netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin1-9/+10
2021-07-14net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko1-2/+5
2021-07-14xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca3-4/+14
2021-07-14SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu1-0/+9