summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2018-09-09NFSv4 client live hangs after live data migration recoveryBill Baker
2018-09-099p: fix multiple NULL-pointer-dereferencesTomas Bortoli
2018-09-09net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli
2018-09-09net/9p/client.c: version pointer uninitializedTomas Bortoli
2018-09-099p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen
2018-09-099p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote
2018-09-09net: mac802154: tx: expand tailroom if necessaryAlexander Aring
2018-09-09net: 6lowpan: fix reserved space for single framesAlexander Aring
2018-09-05Cipso: cipso_v4_optptr enter infinite loopyujuan.qi
2018-09-05net: caif: Add a missing rcu_read_unlock() in caif_flow_cbYueHaibing
2018-09-05nl80211: Add a missing break in parse_station_flagsBernd Edlinger
2018-09-05mac80211: add stations tied to AP_VLANs during hw reconfigmpubbise@codeaurora.org
2018-09-05xfrm: free skb if nlsk pointer is NULLFlorian Westphal
2018-09-05xfrm: fix missing dst_release() after policy blocking lbcast and multicastTommi Rantala
2018-09-05vti6: fix PMTU caching and reporting on xmitEyal Birger
2018-08-24packet: refine ring v3 block size test to hold one frameWillem de Bruijn
2018-08-24netfilter: conntrack: dccp: treat SYNC/SYNCACK as invalid if no prior stateFlorian Westphal
2018-08-24xfrm_user: prevent leaking 2 bytes of kernel memoryEric Dumazet
2018-08-24tcp: identify cryptic messages as TCP seq # bugsRandy Dunlap
2018-08-24tcp: remove DELAYED ACK events in DCTCPYuchung Cheng
2018-08-24packet: reset network header if packet shorter than ll reserved spaceWillem de Bruijn
2018-08-24netfilter: nf_conntrack: Fix possible possible crash on module loading.Andrey Ryabinin
2018-08-24net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti
2018-08-24net: qrtr: Broadcast messages only from control portArun Kumar Neelakantam
2018-08-24ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore
2018-08-24netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal
2018-08-24ieee802154: 6lowpan: set IFLA_LINKLubomir Rintel
2018-08-24nl80211: relax ht operation checks for meshBob Copeland
2018-08-24netfilter: nf_log: fix uninit read in nf_log_proc_dostringJann Horn
2018-08-24batman-adv: Fix bat_v best gw refcnt after netlink dumpSven Eckelmann
2018-08-24batman-adv: Fix bat_ogm_iv best gw refcnt after netlink dumpSven Eckelmann
2018-08-24ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu
2018-08-24net: propagate dev_get_valid_name return codeLi RongQing
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet
2018-08-22Bluetooth: avoid killing an already killed socketSudip Mukherjee
2018-08-22cls_matchall: fix tcf_unbind_filter missingHangbin Liu
2018-08-22net_sched: fix NULL pointer dereference when delete tcindex filterHangbin Liu
2018-08-22net_sched: Fix missing res info when create new tc_index filterHangbin Liu
2018-08-22ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmitXin Long
2018-08-22vsock: split dwork to avoid reinitializationsCong Wang
2018-08-22llc: use refcount_inc_not_zero() for llc_sap_find()Cong Wang
2018-08-22l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cacheWei Wang
2018-08-22dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()Alexey Kodanev
2018-08-17Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn
2018-08-09tcp: add tcp_ooo_try_coalesce() helperEric Dumazet
2018-08-09netlink: Don't shift on 64 for ngroupsDmitry Safonov
2018-08-09netlink: Don't shift with UB on nlk->ngroupsDmitry Safonov
2018-08-09netlink: Do not subscribe to non-existent groupsDmitry Safonov
2018-08-06net: socket: fix potential spectre v1 gadget in socketcallJeremy Cline
2018-08-06netlink: Fix spectre v1 gadget in netlink_create()Jeremy Cline