summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov2021-06-231-2/+2
* net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov2021-06-232-16/+26
* cfg80211: avoid double free of PMSR requestAvraham Stern2021-06-231-2/+14
* cfg80211: make certificate generation more robustJohannes Berg2021-06-231-1/+1
* can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel2021-06-231-14/+40
* can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-232-27/+94
* can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-231-0/+3
* icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-231-0/+7
* net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet2021-06-231-3/+4
* net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan2021-06-231-0/+1
* net: qrtr: fix OOB Read in qrtr_endpoint_postPavel Skripkin2021-06-231-1/+1
* net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-232-13/+12
* sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy2021-06-231-1/+5
* netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy2021-06-231-0/+5
* net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner2021-06-231-8/+13
* rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel2021-06-231-3/+5
* udp: fix race between close() and udp_abort()Paolo Abeni2021-06-232-0/+13
* net: rds: fix memory leak in rds_recvmsgPavel Skripkin2021-06-231-1/+1
* net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun2021-06-231-0/+1
* batman-adv: Avoid WARN_ON timing related checksSven Eckelmann2021-06-231-1/+3
* fib: Return the correct errno codeZheng Yongjun2021-06-181-1/+1
* net: Return the correct errno codeZheng Yongjun2021-06-181-1/+1
* net/x25: Return the correct errno codeZheng Yongjun2021-06-181-1/+1
* rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong2021-06-181-1/+3
* net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett2021-06-181-5/+8
* net: ieee802154: fix null deref in parse dev addrDan Robertson2021-06-181-4/+5
* RDS tcp loopback connection can hangRao Shoaib2021-06-164-9/+27
* netlink: disable IRQs for netlink_lock_table()Johannes Berg2021-06-161-2/+4
* net/nfc/rawsock.c: fix a permission check bugJeimon2021-06-161-1/+1
* neighbour: allow NUD_NOARP entries to be forced GCedDavid Ahern2021-06-101-0/+1
* nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connectKrzysztof Kozlowski2021-06-101-0/+2
* net: caif: fix memory leak in cfusbl_device_notifyPavel Skripkin2021-06-101-1/+13
* net: caif: fix memory leak in caif_device_notifyPavel Skripkin2021-06-101-1/+4
* net: caif: add proper error handlingPavel Skripkin2021-06-102-8/+16
* net: caif: added cfserl_release functionPavel Skripkin2021-06-101-0/+5
* Bluetooth: use correct lock to prevent UAF of hdev objectLin Ma2021-06-101-2/+2
* Bluetooth: fix the erroneous flush_work() orderLin Ma2021-06-101-1/+6
* tipc: fix unique bearer names sanity checkHoang Le2021-06-101-19/+27
* tipc: add extack messages for bearer/media failureHoang Le2021-06-101-10/+40
* ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptionsCoco Li2021-06-101-2/+6
* ieee802154: fix error return code in ieee802154_llsec_getparams()Wei Yongjun2021-06-101-1/+3
* ieee802154: fix error return code in ieee802154_add_iface()Zhen Lei2021-06-101-1/+3
* netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatchesPablo Neira Ayuso2021-06-101-2/+6
* netfilter: nft_ct: skip expectations for confirmed conntrackPablo Neira Ayuso2021-06-101-1/+1
* net/sched: act_ct: Fix ct template allocation for zone 0Ariel Levkovich2021-06-101-3/+0
* ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov2021-06-101-1/+1
* netfilter: conntrack: unregister ipv4 sockopts on error unwindFlorian Westphal2021-06-101-1/+1
* nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam2021-06-103-4/+44
* neighbour: Prevent Race condition in neighbour subsytemChinmay Agarwal2021-06-031-0/+4
* sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-06-031-1/+2