summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-07-091-0/+1
* tcp: refine memory limit test in tcp_fragment()Eric Dumazet2019-07-091-1/+1
* l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet2019-07-091-3/+1
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-07-091-0/+4
* net/hsr: fix possible crash in add_timer()Eric Dumazet2019-07-091-8/+6
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-07-091-4/+4
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-07-091-0/+3
* tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-201-0/+1
* tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-202-2/+13
* tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-202-0/+6
* tcp: limit payload size of sacked skbsEric Dumazet2019-06-203-7/+25
* Bluetooth: hidp: fix buffer overflowYoung Xiao2019-06-201-0/+1
* ipv4: fix a race in update_or_create_fnhe()Eric Dumazet2019-05-112-6/+8
* inet: update the IP ID generation algorithm to higher standards.Amit Klein2019-05-112-1/+6
* Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-05-021-31/+46
* Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-05-021-0/+6
* net: netem: fix skb length BUG_ON in __skb_to_sgvecSheng Lan2019-05-021-3/+7
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-05-021-2/+4
* net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-05-022-4/+40
* net/x25: fix a race in x25_bind()Eric Dumazet2019-05-021-5/+8
* netfilter: nf_tables: fix flush after rule deletion in the same batchPablo Neira Ayuso2019-05-021-0/+3
* netfilter: nft_compat: use-after-free when deleting targetsPablo Neira Ayuso2019-05-021-1/+2
* netfilter: nf_tables: nft_compat: fix refcount leak on xt moduleFlorian Westphal2019-05-021-34/+58
* netfilter: nft_compat: fix crash when related match/target module is removedLiping Zhang2019-05-021-23/+20
* net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vecChristoph Paasch2019-05-021-1/+1
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-05-021-1/+1
* batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet2019-05-021-0/+2
* net: fix IPv6 prefix route residueZhiqiang Liu2019-05-021-1/+2
* vsock: cope with memory allocation failure at socket creation timePaolo Abeni2019-05-021-0/+4
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-05-021-1/+2
* net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge2019-05-021-5/+8
* mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-05-021-1/+8
* l2tp: copy 4 more bytes to linear part if necessaryJacob Wen2019-05-021-3/+2
* can: bcm: check timer values before ktime conversionOliver Hartkopp2019-05-021-0/+27
* net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang2019-05-021-11/+15
* packet: Do not leak dev refcounts on error exitJason Gunthorpe2019-05-021-2/+2
* packet: validate address length if non-zeroWillem de Bruijn2019-05-021-2/+2
* packet: validate address lengthWillem de Bruijn2019-05-021-0/+4
* batman-adv: Force mac header to start of data on xmitSven Eckelmann2019-05-021-0/+2
* batman-adv: Avoid WARN on net_device without parent in netnsSven Eckelmann2019-05-021-1/+3
* sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2019-04-041-4/+4
* 9p/net: fix memory leak in p9_client_createzhengbin2019-04-041-1/+1
* 9p/net: put a lower bound on msizeDominique Martinet2019-04-041-0/+21
* sunrpc: fix cache_head leak due to queued requestVasily Averin2019-04-041-1/+8
* can: gw: ensure DLC boundaries after CAN frame modificationOliver Hartkopp2019-03-251-3/+27
* sunrpc: use-after-free in svc_process_common()Vasily Averin2019-03-253-6/+11
* ipv6: tunnels: fix two use-after-freeEric Dumazet2019-02-111-0/+1
* VSOCK: Send reset control packet when socket is partially boundJorgen Hansen2019-02-111-17/+50
* mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach2019-02-111-0/+1
* mac80211: fix reordering of buffered broadcast packetsFelix Fietkau2019-02-111-2/+2