summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2018-09-26tls: Fix zerocopy_from_iter iov handlingBoris Pismenny
2018-09-26Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann
2018-09-26mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-09-26erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan
2018-09-26erspan: fix error handling for erspan tunnelHaishuang Yan
2018-09-26net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg
2018-09-26tipc: orphan sock in tipc_release()Cong Wang
2018-09-26rds: fix two RCU related problemsCong Wang
2018-09-19net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata
2018-09-19Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann
2018-09-19mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach
2018-09-15RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing
2018-09-15net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker
2018-09-15net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli
2018-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-09-15netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal
2018-09-15netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu
2018-09-15netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal
2018-09-15net/xdp: Fix suspicious RCU usage warningTariq Toukan
2018-09-15tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann
2018-09-15sunrpc: Don't use stack buffer with scatterlistLaura Abbott
2018-09-15sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long
2018-09-15ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan
2018-09-15ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan
2018-09-15net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern
2018-09-15net/ipv6: Only update MTU metric if it setDavid Ahern
2018-09-15net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu
2018-09-15ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev
2018-09-15erspan: set erspan_ver to 1 by default when adding an erspan devXin Long
2018-09-15sctp: remove useless start_fail from sctp_ht_iter in procXin Long
2018-09-15tipc: fix the big/little endian issue in tipc_destHaiqing Bai
2018-09-15tipc: fix a missing rhashtable_walk_exit()Cong Wang
2018-09-15net/sched: act_pedit: fix dump of extended layered opDavide Caratti
2018-09-15net: sched: action_ife: take reference to meta moduleVlad Buslov
2018-09-15act_ife: fix a potential deadlockCong Wang
2018-09-15act_ife: move tcfa_lock down to where necessaryCong Wang
2018-09-15vti6: remove !skb->ignore_df check from vti6_xmit()Alexey Kodanev
2018-09-15tcp: do not restart timewait timer on rst receptionFlorian Westphal
2018-09-15net: sched: Fix memory exposure from short TCA_U32_SELKees Cook
2018-09-15ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet
2018-09-15act_ife: fix a potential use-after-freeCong Wang
2018-09-09NFSv4 client live hangs after live data migration recoveryBill Baker
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: fix multiple NULL-pointer-dereferencesTomas Bortoli
2018-09-099p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote