summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca4-13/+16
2020-05-20net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca10-18/+18
2020-05-20batman-adv: Fix refcnt leak in batadv_v_ogm_processXiyu Yang1-1/+1
2020-05-20batman-adv: Fix refcnt leak in batadv_store_throughput_overrideXiyu Yang1-1/+1
2020-05-20batman-adv: Fix refcnt leak in batadv_show_throughput_overrideXiyu Yang1-0/+1
2020-05-20batman-adv: fix batadv_nc_random_weight_tqGeorge Spelvin1-8/+1
2020-05-20sch_sfq: validate silly quantum valuesEric Dumazet1-0/+9
2020-05-20sch_choke: avoid potential panic in choke_reset()Eric Dumazet1-1/+2
2020-05-20fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checksEric Dumazet1-1/+1
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen4-10/+7
2020-05-10sctp: Fix SHUTDOWN CTSN Ack in the peer restart caseJere Leppänen1-1/+5
2020-05-10xprtrdma: Fix backchannel allocation of extra rpcrdma_repsChuck Lever3-25/+23
2020-05-02xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2-4/+0
2020-05-02net/x25: Fix x25_neigh refcnt leak when receiving frameXiyu Yang1-1/+3
2020-05-02net: netrom: Fix potential nr_neigh refcnt leak in nr_add_nodeXiyu Yang1-0/+1
2020-05-02ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby1-7/+6
2020-05-02vti4: removed duplicate log message.Jeremy Sowden1-3/+1
2020-05-02net: ipv4: avoid unused variable warning for sysctlArnd Bergmann1-2/+1
2020-05-02net: ipv4: emulate READ_ONCE() on ->hdrincl bit-field in raw_sendmsg()Nicolai Stange1-1/+3
2020-04-24net: qrtr: send msgs from local of same id as broadcastWang Wenhu1-3/+4
2020-04-24net: ipv4: devinet: Fix crash when add/del multicast IP with autojoinTaras Chornyi1-4/+9
2020-04-24hsr: check protocol version in hsr_newlink()Taehee Yoo1-2/+7
2020-04-13Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang1-3/+1
2020-04-13net: dsa: tag_brcm: Fix skb->fwd_offload_mark locationFlorian Fainelli1-2/+2
2020-04-13sctp: fix possibly using a bad saddr with a given dstMarcelo Ricardo Leitner2-15/+33
2020-04-13sctp: fix refcount bug in sctp_wfreeQiujun Huang1-8/+23
2020-04-13net, ip_tunnel: fix interface lookup with no keyWilliam Dauchy1-5/+1
2020-04-13ipv4: fix a RCU-list lock in fib_triestat_seq_showQian Cai1-0/+3
2020-04-13l2tp: fix race between l2tp_session_delete() and l2tp_tunnel_closeall()Guillaume Nault2-0/+7
2020-04-13l2tp: ensure sessions are freed after their PPPOL2TP socketGuillaume Nault1-4/+4
2020-04-02mac80211: fix authentication with iwlwifi/mvmJohannes Berg1-1/+2
2020-04-02mac80211: Check port authorization in the ieee80211_tx_dequeue() caseJouni Malinen1-1/+18
2020-04-02vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich1-1/+1
2020-04-02netfilter: nft_fwd_netdev: validate family and chain typePablo Neira Ayuso1-0/+8
2020-04-02xfrm: policy: Fix doulbe free in xfrm_policy_timerYueHaibing1-0/+2
2020-04-02xfrm: add the missing verify_sec_ctx_len check in xfrm_add_acquireXin Long1-0/+3
2020-04-02xfrm: fix uctx len check in verify_sec_ctx_lenXin Long1-1/+2
2020-04-02vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel3-15/+56
2020-04-02mac80211: mark station unauthorized before key removalJohannes Berg1-0/+6
2020-04-02mac80211: Do not send mesh HWMP PREQ if HWMP is disabledNicolas Cavallari1-1/+2
2020-04-02net: ipv4: don't let PMTU updates increase route MTUSabrina Dubroca1-3/+4
2020-04-02hsr: set .netnsok flagTaehee Yoo1-0/+1
2020-04-02hsr: add restart routine into hsr_get_node_list()Taehee Yoo1-14/+24
2020-04-02hsr: use rcu_read_lock() in hsr_get_node_{list/status}()Taehee Yoo2-30/+23
2020-04-02net_sched: keep alloc_hash updated after hash allocationCong Wang1-0/+1
2020-04-02net_sched: cls_route: remove the right filter from hashtableCong Wang1-2/+2
2020-04-02net: dsa: Fix duplicate frames flooded by learningFlorian Fainelli1-0/+2
2020-04-02hsr: fix general protection fault in hsr_addr_is_self()Taehee Yoo1-4/+4
2020-03-20ipv4: ensure rcu_read_lock() in cipso_v4_error()Matteo Croce1-1/+6
2020-03-20mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik1-1/+1