summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-281-1/+1
* net: bridge: multicast: fix PIM hello router port marking raceNikolay Aleksandrov2021-07-201-0/+2
* mac80211: fix memory corruption in EAPOL handlingDavis Mosenkovs2021-07-201-1/+1
* sctp: add size validation when walking chunksMarcelo Ricardo Leitner2021-07-201-1/+1
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-07-205-25/+43
* Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng2021-07-201-8/+8
* Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu2021-07-201-0/+3
* wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva2021-07-201-7/+7
* vsock: notify server to shutdown when client has pending signalLongpeng(Mike)2021-07-201-1/+1
* xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert2021-07-201-14/+14
* ipv6: use prandom_u32() for ID generationWilly Tarreau2021-07-201-23/+5
* net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-07-201-2/+9
* net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-07-201-1/+1
* Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz2021-07-201-0/+3
* pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-07-201-5/+3
* netfilter: nft_exthdr: check for IPv6 packet before further processingPablo Neira Ayuso2021-07-201-0/+3
* netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin2021-07-201-9/+10
* SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu2021-07-201-0/+9
* SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu2021-07-201-1/+2
* can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp2021-07-201-0/+3
* can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo2021-07-201-1/+6
* 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/+28
* can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-302-27/+94
* net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov2021-06-301-2/+2
* net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov2021-06-302-16/+26
* can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-301-0/+3
* icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-301-0/+7
* 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