summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* 9p/net: fix memory leak in p9_client_createzhengbin2019-03-231-1/+1
* tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet2019-03-231-1/+1
* net/hsr: fix possible crash in add_timer()Eric Dumazet2019-03-231-8/+6
* missing barriers in some of unix_sock ->addr and ->path accessesAl Viro2019-03-232-20/+31
* net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-03-231-1/+1
* net/x25: fix a race in x25_bind()Eric Dumazet2019-03-231-5/+8
* tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2019-03-232-2/+13
* route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a raceXin Long2019-03-231-0/+4
* net/x25: reset state in x25_connect()Eric Dumazet2019-03-231-0/+1
* net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-231-1/+5
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-231-2/+3
* net: hsr: fix memory leak in hsr_dev_finalize()Mao Wenan2019-03-233-1/+16
* l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet2019-03-231-3/+1
* netfilter: nf_conntrack_tcp: Fix stack out of bounds when parsing TCP optionsJozsef Kadlecsik2019-03-231-0/+4
* netfilter: nfnetlink_acct: validate NFACCT_FILTER parametersPhil Turnbull2019-03-231-0/+3
* netfilter: nfnetlink_log: just returns error for unknown commandKen-ichirou MATSUZAWA2019-03-231-1/+1
* netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_EN...Pablo Neira Ayuso2019-03-234-0/+10
* udplite: call proper backlog handlersEric Dumazet2019-03-236-6/+6
* ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-03-231-0/+12
* vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnelSu Yanjun2019-03-231-0/+50
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-231-4/+4
* netlabel: fix out-of-bounds memory accessesPaul Moore2019-03-231-2/+4
* net: avoid use IPCB in cipso_v4_errorNazarov Sergey2019-03-232-7/+32
* net: Add __icmp_send helper.Nazarov Sergey2019-03-231-3/+4
* net: nfc: Fix NULL dereference on nfc_llcp_build_tlv failsYueHaibing2019-03-232-4/+40
* net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-03-231-0/+3
* sockfs: getxattr: Fail with -EOPNOTSUPP for invalid attribute namesAndreas Gruenbacher2019-03-231-18/+6
* cfg80211: extend range deviation for DMGChaitanya Tata2019-03-231-2/+2
* mac80211: don't initiate TDLS connection if station is not associated to APBalaji Pothunoori2019-03-231-0/+4
* mac80211: fix miscounting of ttl-dropped framesBob Copeland2019-03-231-1/+3
* libceph: handle an empty authorize replyIlya Dryomov2019-03-231-4/+8
* Revert "bridge: do not add port to router list when receives query with sourc...Hangbin Liu2019-03-231-8/+1
* sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu2019-03-231-1/+1
* net/packet: fix 4gb buffer limit due to overflow checkKal Conley2019-03-231-1/+1
* batman-adv: fix uninit-value in batadv_interface_tx()Eric Dumazet2019-03-231-0/+2
* ax25: fix possible use-after-freeEric Dumazet2019-02-232-13/+10
* net/x25: do not hold the cpu too long in x25_new_lci()Eric Dumazet2019-02-231-4/+2
* net: ipv4: use a dedicated counter for icmp_v4 redirect packetsLorenzo Bianconi2019-02-232-2/+6
* tcp: clear icsk_backoff in tcp_write_queue_purge()Eric Dumazet2019-02-231-1/+0
* net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-231-0/+4
* tcp: tcp_v4_err() should be more carefulEric Dumazet2019-02-231-3/+4
* net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-231-2/+2
* vsock: cope with memory allocation failure at socket creation timePaolo Abeni2019-02-231-0/+4
* net: fix IPv6 prefix route residueZhiqiang Liu2019-02-231-1/+2
* batman-adv: Force mac header to start of data on xmitSven Eckelmann2019-02-201-0/+2
* batman-adv: Avoid WARN on net_device without parent in netnsSven Eckelmann2019-02-201-2/+3
* xfrm: refine validation of template and selector familiesFlorian Westphal2019-02-201-4/+9
* libceph: avoid KEEPALIVE_PENDING races in ceph_con_keepalive()Ilya Dryomov2019-02-201-2/+3
* mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-02-201-3/+9
* net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge2019-02-201-4/+8