summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-18fib: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-18net: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-18net/x25: Return the correct errno codeZheng Yongjun1-1/+1
2021-06-18rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong1-1/+3
2021-06-18net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett1-5/+8
2021-06-18net: ieee802154: fix null deref in parse dev addrDan Robertson1-4/+5
2021-06-16RDS tcp loopback connection can hangRao Shoaib4-9/+27
2021-06-16netlink: disable IRQs for netlink_lock_table()Johannes Berg1-2/+4
2021-06-16net/nfc/rawsock.c: fix a permission check bugJeimon1-1/+1
2021-06-10neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern1-0/+1
2021-06-10nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski1-0/+2
2021-06-10net: caif: fix memory leak in cfusbl_device_notifyPavel Skripkin1-1/+13
2021-06-10net: caif: fix memory leak in caif_device_notifyPavel Skripkin1-1/+4
2021-06-10net: caif: add proper error handlingPavel Skripkin2-8/+16
2021-06-10net: caif: added cfserl_release functionPavel Skripkin1-0/+5
2021-06-10Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma1-2/+2
2021-06-10Bluetooth: fix the erroneous flush_work() orderLin Ma1-1/+6
2021-06-10tipc: fix unique bearer names sanity checkHoang Le1-19/+27
2021-06-10tipc: add extack messages for bearer/media failureHoang Le1-10/+40
2021-06-10ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li1-2/+6
2021-06-10ieee802154: fix error return code in ieee802154_llsec_getparams()Wei Yongjun1-1/+3
2021-06-10ieee802154: fix error return code in ieee802154_add_iface()Zhen Lei1-1/+3
2021-06-10netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso1-2/+6
2021-06-10netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso1-1/+1
2021-06-10net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich1-3/+0
2021-06-10ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov1-1/+1
2021-06-10netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal1-1/+1
2021-06-10nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam3-4/+44
2021-06-03neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal1-0/+4
2021-06-03sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo1-1/+2
2021-06-03ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri1-1/+3
2021-06-03bpf: Set mac_len in bpf_skb_change_headJussi Maki1-0/+1
2021-06-03mld: fix panic in mld_newpack()Taehee Yoo1-3/+0
2021-06-03net: sched: fix tx action reschedule issue with stopped queueYunsheng Lin2-2/+28
2021-06-03net: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2-5/+25
2021-06-03net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin1-0/+19
2021-06-03tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAITJim Ma1-5/+6
2021-06-03openvswitch: meter: fix race when getting now_ms.Tao Liu1-0/+8
2021-06-03net: really orphan skbs tied to closing skPaolo Abeni1-4/+4
2021-06-03net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_countVladimir Oltean1-5/+7
2021-06-03Revert "net/smc: fix a NULL pointer dereference"Greg Kroah-Hartman1-5/+0
2021-06-03net: dsa: fix a crash if ->get_sset_count() failsDan Carpenter1-2/+3
2021-06-03tipc: skb_linearize the head skb when reassembling msgsXin Long1-7/+2
2021-06-03tipc: wait and exit until all work queues are doneXin Long3-0/+7
2021-06-03Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le1-1/+4
2021-06-03Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo1-0/+5
2021-06-03mac80211: extend protection against mixed key and fragment cache attacksWen Gong1-2/+11
2021-06-03mac80211: do not accept/forward invalid EAPOL framesJohannes Berg1-6/+27
2021-06-03mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2-1/+14
2021-06-03mac80211: check defrag PN against current frameJohannes Berg3-9/+20