summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-30net/packet: annotate accesses to po->ifindexEric Dumazet1-7/+9
2021-06-30net/packet: annotate accesses to po->bindEric Dumazet1-8/+8
2021-06-30ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun1-5/+7
2021-06-30net: ethtool: clear heap allocations for ethtool functionAustin Kim1-5/+5
2021-06-30mac80211: drop multicast fragmentsJohannes Berg1-6/+3
2021-06-30net: ipv4: Remove unneed BUG() functionZheng Yongjun2-2/+2
2021-06-30cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng1-0/+3
2021-06-30mac80211: remove warning in ieee80211_get_sband()Johannes Berg1-1/+1
2021-06-23net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov1-2/+2
2021-06-23net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov2-16/+26
2021-06-23cfg80211: avoid double free of PMSR requestAvraham Stern1-2/+14
2021-06-23cfg80211: make certificate generation more robustJohannes Berg1-1/+1
2021-06-23can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel1-14/+40
2021-06-23can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2-27/+94
2021-06-23can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek1-0/+3
2021-06-23icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen1-0/+7
2021-06-23net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet1-3/+4
2021-06-23net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan1-0/+1
2021-06-23net: qrtr: fix OOB Read in qrtr_endpoint_postPavel Skripkin1-1/+1
2021-06-23net: make get_net_ns return error if NET_NS is disabledChangbin Du2-13/+12
2021-06-23sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy1-1/+5
2021-06-23netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy1-0/+5
2021-06-23net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner1-8/+13
2021-06-23rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel1-3/+5
2021-06-23udp: fix race between close() and udp_abort()Paolo Abeni2-0/+13
2021-06-23net: rds: fix memory leak in rds_recvmsgPavel Skripkin1-1/+1
2021-06-23net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun1-0/+1
2021-06-23batman-adv: Avoid WARN_ON timing related checksSven Eckelmann1-1/+3
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