summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/packet: annotate accesses to po->ifindexEric Dumazet2021-06-301-7/+9
* net/packet: annotate accesses to po->bindEric Dumazet2021-06-301-8/+8
* ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-301-5/+7
* mac80211: drop multicast fragmentsJohannes Berg2021-06-301-6/+3
* cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng2021-06-301-0/+3
* mac80211: remove warning in ieee80211_get_sband()Johannes Berg2021-06-301-1/+1
* inet: use bigger hash table for IP ID generationEric Dumazet2021-06-301-13/+29
* can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-302-27/+96
* can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-301-0/+3
* net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet2021-06-301-3/+4
* net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan2021-06-301-0/+1
* netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy2021-06-301-0/+5
* rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel2021-06-301-3/+5
* udp: fix race between close() and udp_abort()Paolo Abeni2021-06-302-0/+13
* net: rds: fix memory leak in rds_recvmsgPavel Skripkin2021-06-301-1/+1
* net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun2021-06-301-0/+1
* batman-adv: Avoid WARN_ON timing related checksSven Eckelmann2021-06-301-1/+3
* fib: Return the correct errno codeZheng Yongjun2021-06-301-1/+1
* net: Return the correct errno codeZheng Yongjun2021-06-301-1/+1
* net/x25: Return the correct errno codeZheng Yongjun2021-06-301-1/+1
* rtnetlink: Fix missing error code in rtnl_bridge_notify()Jiapeng Chong2021-06-301-1/+3
* net: ipconfig: Don't override command-line hostnames or domainsJosh Triplett2021-06-301-5/+8
* net: ieee802154: fix null deref in parse dev addrDan Robertson2021-06-301-4/+5
* 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
* 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
* 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
* ipvs: ignore IP_VS_SVC_F_HASHED flag when adding serviceJulian Anastasov2021-06-101-1/+1
* sch_dsmark: fix a NULL deref in qdisc_reset()Taehee Yoo2021-06-031-1/+2
* mld: fix panic in mld_newpack()Taehee Yoo2021-06-031-3/+0
* tipc: skb_linearize the head skb when reassembling msgsXin Long2021-06-031-7/+2
* Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le2021-06-031-1/+4
* Bluetooth: cmtp: fix file refcount when cmtp_attach_device failsThadeu Lima de Souza Cascardo2021-06-031-0/+5
* mac80211: extend protection against mixed key and fragment cache attacksWen Gong2021-06-031-3/+11
* mac80211: do not accept/forward invalid EAPOL framesJohannes Berg2021-06-031-6/+28
* mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2021-06-032-1/+14
* mac80211: check defrag PN against current frameJohannes Berg2021-06-033-9/+19
* mac80211: add fragment cache to sta_infoJohannes Berg2021-06-035-40/+70
* mac80211: drop A-MSDUs on old ciphersJohannes Berg2021-06-031-0/+17
* cfg80211: mitigate A-MSDU aggregation attacksMathy Vanhoef2021-06-031-0/+3
* mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-06-032-3/+5
* mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef2021-06-034-0/+16