summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2017-09-15xfrm: policy: check policy direction valueVladis Dronov
2017-09-15tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0Wei Wang
2017-09-15net: prevent sign extension in dev_get_stats()Eric Dumazet
2017-09-15ipv6: avoid unregistering inet6_dev for loopbackWANG Cong
2017-09-15rtnetlink: add IFLA_GROUP to ifla_policySerhey Popovych
2017-09-15xfrm: NULL dereference on allocation failureDan Carpenter
2017-09-15xfrm: Oops on error in pfkey_msg2xfrm_state()Dan Carpenter
2017-09-15net: ping: do not abuse udp_poll()Eric Dumazet
2017-09-15ipv6: Fix leak in ipv6_gso_segment().David S. Miller
2017-09-15net: add kfree_skb_list()Ben Hutchings
2017-09-15ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings
2017-09-15netfilter: ctnetlink: fix incorrect nf_ct_put during hash resizeLiping Zhang
2017-09-15libceph: NULL deref on crush_decode() error pathDan Carpenter
2017-09-15mac80211: strictly check mesh address extension modeRajkumar Manoharan
2017-09-15tcp: eliminate negative reordering in tcp_clean_rtx_queueSoheil Hassas Yeganeh
2017-09-15tcp: avoid fragmenting peculiar skbs in SACKYuchung Cheng
2017-09-15af_key: Fix slab-out-of-bounds in pfkey_compile_policy.Steffen Klassert
2017-09-15xfrm: fix stack access out of bounds with CONFIG_XFRM_SUB_POLICYSabrina Dubroca
2017-08-26packet: fix tp_reserve race in packet_set_ringWillem de Bruijn
2017-08-26ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca
2017-08-26tcp: fix wraparound issue in tcp_lpEric Dumazet
2017-08-26ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller
2017-08-26ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek
2017-08-26Bluetooth: Fix user channel for 32bit userspace on 64bit kernelSzymon Janc
2017-08-26netfilter: ctnetlink: make it safer when updating ct->statusLiping Zhang
2017-07-18mac80211: reject ToDS broadcast data framesJohannes Berg
2017-07-18p9_client_readdir() fixAl Viro
2017-07-18l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault
2017-07-18l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault
2017-07-18l2tp: take reference on sessions being dumpedGuillaume Nault
2017-07-18af_key: Add lock to key dumpYuejie Shi
2017-07-18l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault
2017-07-18l2tp: fix duplicate session creationGuillaume Nault
2017-07-18l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault
2017-07-18l2tp: fix race in l2tp_recv_common()Guillaume Nault
2017-07-18netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng
2017-07-18sch_dsmark: fix invalid skb_cow() usageEric Dumazet
2017-07-18bpf: try harder on clones when writing into skbDaniel Borkmann
2017-07-18net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov
2017-07-18net: ipv6: set route type for anycast routesDavid Ahern
2017-07-18udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev
2017-07-02rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells
2017-06-05ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet
2017-06-05ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-06-05sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet
2017-06-05ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller
2017-06-05ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek
2017-06-05dccp/tcp: do not inherit mc_list from parentEric Dumazet
2017-06-05ipx: call ipxitf_put() in ioctl error pathDan Carpenter
2017-06-05net/packet: fix overflow in check for tp_reserveAndrey Konovalov