summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2018-07-04tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy
2018-07-04tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala
2018-07-04tcp: remove buggy call to tcp_v6_restore_cb()Eric Dumazet
2018-07-04tcp/dccp: block bh before arming time_wait timerEric Dumazet
2018-07-04sit: update frag_off infoHangbin Liu
2018-07-04rds: Fix NULL pointer dereference in __rds_rdma_mapHÃ¥kon Bugge
2018-07-04net/packet: fix a race in packet_bind() and packet_notifier()Eric Dumazet
2018-07-04net: openvswitch: datapath: fix data type in queue_gso_packetsGustavo A. R. Silva
2018-07-04fix kcm_clone()Al Viro
2018-07-04xfrm: Copy policy family in clone_policyHerbert Xu
2018-07-04sctp: return error if the asoc has been peeled off in sctp_wait_for_sndbufXin Long
2018-07-04sctp: use the right sk after waking up from wait_buf sleepXin Long
2018-07-04sctp: do not free asoc when it is already dead in sctp_sendmsgXin Long
2018-07-04sunrpc: Fix rpc_task_begin trace pointChuck Lever
2018-07-04route: update fnhe_expires for redirect when the fnhe existsXin Long
2018-07-04route: also update fnhe_genid when updating a route cacheXin Long
2018-07-04gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev
2018-04-30svcrdma: Preserve CB send buffer across retransmitsChuck Lever
2018-04-30net/9p: Switch to wait_event_killable()Tuomas Tynkkynen
2018-04-30libceph: don't WARN() if user tries to add invalid keyEric Biggers
2018-03-14nl80211: Sanitize array index in parse_txq_paramsDan Williams
2018-01-25Bluetooth: Prevent stack info leak from the EFS element.Ben Seri
2018-01-25net: ipv4: fix for a race condition in raw_sendmsgMohamed Ghannam
2018-01-25RDS: Heap OOB write in rds_message_alloc_sgs()Mohamed Ghannam
2018-01-25RDS: null pointer dereference in rds_atomic_free_opMohamed Ghannam
2018-01-25net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman
2018-01-25netlink: Add netns check on tapsKevin Cernekee
2018-01-25dccp: CVE-2017-8824: use-after-free in DCCP codeMohamed Ghannam
2017-12-18sctp: use right member as the param of list_for_each_entryXin Long
2017-12-18packet: fix crash in fanout_demux_rollover()Mike Maloney
2017-12-18net/sctp: Always set scope_id in sctp_inet6_skb_msgnameEric W. Biederman
2017-12-18sctp: do not peel off an assoc from one netns to another oneXin Long
2017-12-18af_netlink: ensure that NLMSG_DONE never fails in dumpsJason A. Donenfeld
2017-12-18vlan: fix a use-after-free in vlan_device_event()Cong Wang
2017-12-18tcp: fix tcp_fastretrans_alert warningYuchung Cheng
2017-12-18l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault
2017-12-18netfilter/ipvs: clear ipvs_property flag when SKB net namespace changedYe Yin
2017-12-18tcp: do not mangle skb->cb[] in tcp_make_synack()Eric Dumazet
2017-12-18tcp_nv: fix division by zero in tcpnv_acked()Konstantin Khlebnikov
2017-12-18tcp: fix tcp_mtu_probe() vs highest_sackEric Dumazet
2017-12-18ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet
2017-12-18net_sched: avoid matching qdisc with zero handleCong Wang
2017-12-18sctp: reset owner sk for data chunks on out queues when migrating a sockXin Long
2017-12-18tcp: refresh tcp_mstamp from timers callbacksEric Dumazet
2017-12-18tcp: refresh tp timestamp before tcp_mtu_probe()Eric Dumazet
2017-12-18ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long
2017-12-18ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long
2017-12-18ipip: only increase err_count for some certain type icmp in ipip_errXin Long
2017-12-18net/unix: don't show information about sockets from other namespacesAndrei Vagin
2017-12-18net: dsa: check master device before putVivien Didelot