summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi2021-07-281-9/+11
* sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long2021-07-281-0/+4
* net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin2021-07-281-1/+4
* 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
* bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki2021-07-281-1/+1
* bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend2021-07-281-1/+1
* bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend2021-07-281-5/+11
* xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo2021-07-281-4/+10
* bpf, test: fix NULL pointer dereference on invalid expected_attach_typeXuan Zhuo2021-07-281-0/+3
* mptcp: fix warning in __skb_flow_dissect() when do syn cookie for subflow joinJianguo Wu2021-07-281-1/+15
* ipv6: fix 'disable_policy' for fwd packetsNicolas Dichtel2021-07-281-1/+3
* net: add kcov handle to skb extensionsAleksandr Nogikh2021-07-281-0/+11
* udp: annotate data races around unix_sk(sk)->gso_sizeEric Dumazet2021-07-252-4/+4
* tcp: call sk_wmem_schedule before sk_mem_charge in zerocopy pathTalal Ahmad2021-07-251-0/+3
* ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet2021-07-252-2/+18
* tcp: fix tcp_init_transfer() to not reset icsk_ca_initializedNguyen Dinh Phi2021-07-251-1/+1
* tcp: annotate data races around tp->mtu_infoEric Dumazet2021-07-252-4/+4
* net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean2021-07-251-2/+2
* net: send SYNACK packet with accepted fwmarkAlexander Ovechkin2021-07-251-1/+1
* net: ip_tunnel: fix mtu calculation for ETHER tunnel devicesHangbin Liu2021-07-251-3/+15
* net: bridge: sync fdb to new unicast-filtering portsWolfgang Bumiller2021-07-251-1/+16
* net/sched: act_ct: remove and free nf_table callbacksLouis Peens2021-07-251-0/+11
* net/sched: act_ct: fix err check for nf_conntrack_confirmwenxu2021-07-251-1/+2
* netfilter: ctnetlink: suspicious RCU usage in ctnetlink_dump_helpinfoVasily Averin2021-07-251-0/+3
* net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-251-1/+1
* SUNRPC: prevent port reuse on transports which don't request it.NeilBrown2021-07-201-1/+2
* net: bridge: multicast: fix MRD advertisement router port marking raceNikolay Aleksandrov2021-07-201-0/+4
* 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-191-1/+1
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-07-195-25/+43
* Bluetooth: mgmt: Fix the command returns garbage parameter valueTedd Ho-Jeong An2021-07-191-0/+2
* Bluetooth: L2CAP: Fix invalid access on ECRED Connection responseLuiz Augusto von Dentz2021-07-191-2/+2
* Bluetooth: L2CAP: Fix invalid access if ECRED Reconfigure failsLuiz Augusto von Dentz2021-07-191-2/+2
* Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng2021-07-191-8/+8
* Bluetooth: Fix alt settings for incoming SCO with transparent coding formatKiran K2021-07-191-3/+3
* Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu2021-07-191-0/+3
* net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-07-192-29/+35
* mac80211: consider per-CPU statistics if presentJohannes Berg2021-07-191-8/+3
* cfg80211: fix default HE tx bitrate mask in 2G bandPing-Ke Shih2021-07-191-5/+4
* wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva2021-07-191-7/+7
* vsock: notify server to shutdown when client has pending signalLongpeng(Mike)2021-07-191-1/+1
* net: sched: fix error return code in tcf_del_walker()Yang Yingliang2021-07-191-1/+2
* xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert2021-07-191-14/+14
* net: bridge: mrp: Update ring transitions.Horatiu Vultur2021-07-191-4/+2
* net: tcp better handling of reordering then loss casesYuchung Cheng2021-07-191-19/+26
* ipv6: use prandom_u32() for ID generationWilly Tarreau2021-07-191-23/+5
* net/sched: cls_api: increase max_reclassify_loopDavide Caratti2021-07-191-1/+1
* net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-07-191-2/+9
* net: tipc: fix FB_MTU eat two pagesMenglong Dong2021-07-143-11/+11