summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2021-06-30net/packet: annotate accesses to po->ifindexEric Dumazet
2021-06-30net/packet: annotate accesses to po->bindEric Dumazet
2021-06-30ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun
2021-06-30net: ethtool: clear heap allocations for ethtool functionAustin Kim
2021-06-30mac80211: drop multicast fragmentsJohannes Berg
2021-06-30cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng
2021-06-30mac80211: remove warning in ieee80211_get_sband()Johannes Berg
2021-06-30inet: use bigger hash table for IP ID generationEric Dumazet
2021-06-30can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa
2021-06-30net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov
2021-06-30net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov
2021-06-30cfg80211: make certificate generation more robustJohannes Berg
2021-06-30can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek
2021-06-30icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen
2021-06-30net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet
2021-06-30net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan
2021-06-30net: qrtr: fix OOB Read in qrtr_endpoint_postPavel Skripkin
2021-06-30net: make get_net_ns return error if NET_NS is disabledChangbin Du
2021-06-30net: add documentation to socket.cPedro Tammela
2021-06-30sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy
2021-06-30netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy
2021-06-30rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel
2021-06-30udp: fix race between close() and udp_abort()Paolo Abeni
2021-06-30net: rds: fix memory leak in rds_recvmsgPavel Skripkin
2021-06-30net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun
2021-06-30batman-adv: Avoid WARN_ON timing related checksSven Eckelmann
2021-06-30fib: Return the correct errno codeZheng Yongjun
2021-06-30net: Return the correct errno codeZheng Yongjun
2021-06-30net/x25: Return the correct errno codeZheng Yongjun
2021-06-30rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong
2021-06-30net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett
2021-06-30net: ieee802154: fix null deref in parse dev addrDan Robertson
2021-06-16RDS tcp loopback connection can hangRao Shoaib
2021-06-16netlink: disable IRQs for netlink_lock_table()Johannes Berg
2021-06-16net/nfc/rawsock.c: fix a permission check bugJeimon
2021-06-10nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski
2021-06-10net: caif: fix memory leak in cfusbl_device_notifyPavel Skripkin
2021-06-10net: caif: fix memory leak in caif_device_notifyPavel Skripkin
2021-06-10net: caif: add proper error handlingPavel Skripkin
2021-06-10net: caif: added cfserl_release functionPavel Skripkin
2021-06-10Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma
2021-06-10Bluetooth: fix the erroneous flush_work() orderLin Ma
2021-06-10tipc: fix unique bearer names sanity checkHoang Le
2021-06-10tipc: add extack messages for bearer/media failureHoang Le
2021-06-10ieee802154: fix error return code in ieee802154_llsec_getparams()Wei Yongjun
2021-06-10ieee802154: fix error return code in ieee802154_add_iface()Zhen Lei
2021-06-10netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso
2021-06-10ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov
2021-06-10nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam
2021-06-03sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo