summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-09-29NFC: Fix possible memory corruption when handling SHDLC I-Frame commandsSuren Baghdasaryan1-0/+10
2018-09-29net: rtnl_configure_link: fix dev flags changes arg to __dev_notify_flagsRoopa Prabhu1-1/+1
2018-09-29net/ipv6: do not copy dst flags on rt initPeter Oskolkov1-2/+0
2018-09-29ipv6: use rt6_info members when dst is set in rt6_fill_nodeXin Long1-12/+30
2018-09-29tls: fix currently broken MSG_PEEK behaviorDaniel Borkmann1-0/+8
2018-09-29socket: fix struct ifreq size in compat ioctlJohannes Berg1-8/+14
2018-09-29net/sched: act_sample: fix NULL dereference in the data pathDavide Caratti1-1/+1
2018-09-29udp6: add missing checks on edumux packet processingPaolo Abeni1-28/+37
2018-09-29neighbour: confirm neigh entries when ARP packet is receivedVasily Khoruzhick1-5/+8
2018-09-29tls: clear key material from kernel memory when do_tls_setsockopt_conf failsSabrina Dubroca1-1/+1
2018-09-29tls: zero the crypto information from tls_context before freeingSabrina Dubroca4-12/+22
2018-09-29tls: don't copy the key out of tls12_crypto_info_aes_gcm_128Sabrina Dubroca1-4/+1
2018-09-29udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni1-23/+26
2018-09-29ipv6: fix possible use-after-free in ip6_xmit()Eric Dumazet1-4/+2
2018-09-29gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen2-0/+2
2018-09-26tls: Fix zerocopy_from_iter iov handlingBoris Pismenny1-3/+5
2018-09-26Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann1-1/+1
2018-09-26mac80211: restrict delayed tailroom needed decrementManikanta Pubbisetty2-10/+16
2018-09-26xfrm: fix 'passing zero to ERR_PTR()' warningYueHaibing1-1/+4
2018-09-26tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch2-4/+1
2018-09-26erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan1-0/+2
2018-09-26erspan: fix error handling for erspan tunnelHaishuang Yan1-0/+3
2018-09-26net/tls: Set count of SG entries if sk_alloc_sg returns -ENOSPCVakul Garg1-0/+6
2018-09-26tipc: orphan sock in tipc_release()Cong Wang1-0/+1
2018-09-26rds: fix two RCU related problemsCong Wang1-1/+4
2018-09-19net: dcb: For wild-card lookups, use priority -1, not 0Petr Machata1-4/+7
2018-09-19Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann1-1/+1
2018-09-19mac80211: don't update the PM state of a peer upon a multicast frameEmmanuel Grumbach1-0/+1
2018-09-15RDS: IB: fix 'passing zero to ERR_PTR()' warningYueHaibing1-0/+1
2018-09-15net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker1-1/+2
2018-09-15net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli1-5/+5
2018-09-15tcp, ulp: add alias for all ulp modulesDaniel Borkmann2-1/+2
2018-09-15netfilter: fix memory leaks on netlink_dump_start errorFlorian Westphal2-25/+30
2018-09-15netfilter: x_tables: do not fail xt_alloc_table_info too easillyMichal Hocko1-6/+1
2018-09-15ipvs: fix race between ip_vs_conn_new() and ip_vs_del_dest()Tan Hu1-4/+11
2018-09-15netfilter: ip6t_rpfilter: set F_IFACE for linklocal addressesFlorian Westphal1-1/+11
2018-09-15net/xdp: Fix suspicious RCU usage warningTariq Toukan1-11/+3
2018-09-15tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann1-0/+2
2018-09-15sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-09-15sctp: hold transport before accessing its asoc in sctp_transport_get_nextXin Long2-11/+15
2018-09-15ip6_vti: fix a null pointer deference when destroy vti6 tunnelHaishuang Yan1-1/+2
2018-09-15ip6_vti: fix creating fallback tunnel device for vti6Haishuang Yan1-0/+2
2018-09-15net/ipv6: Put lwtstate when destroying fib6_infoDavid Ahern1-0/+2
2018-09-15net/ipv6: Only update MTU metric if it setDavid Ahern1-1/+4
2018-09-15net/ipv6: init ip6 anycast rt->dst.input as ip6_inputHangbin Liu1-1/+1
2018-09-15ipv6: don't get lwtstate twice in ip6_rt_copy_init()Alexey Kodanev1-1/+0
2018-09-15erspan: set erspan_ver to 1 by default when adding an erspan devXin Long2-0/+4
2018-09-15sctp: remove useless start_fail from sctp_ht_iter in procXin Long1-4/+0
2018-09-15tipc: fix the big/little endian issue in tipc_destHaiqing Bai2-13/+6
2018-09-15tipc: fix a missing rhashtable_walk_exit()Cong Wang1-0/+2