summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-07-02rxrpc: Fix several cases where a padded len isn't checked in ticket decodeDavid Howells1-30/+34
2017-06-05ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-06-05ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2-0/+8
2017-06-05sctp: do not inherit ipv6_{mc|ac|fl}_list from parentEric Dumazet1-0/+3
2017-06-05ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller3-12/+12
2017-06-05ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek4-6/+16
2017-06-05dccp/tcp: do not inherit mc_list from parentEric Dumazet1-0/+2
2017-06-05ipx: call ipxitf_put() in ioctl error pathDan Carpenter1-3/+2
2017-06-05net: ipv6: check route protocol when deleting routesMantas M1-0/+2
2017-06-05net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-06-05net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-06-05net/packet: fix overflow in check for priv area sizeAndrey Konovalov1-2/+2
2017-06-05xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-06-05xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-06-05ping: implement proper lockingEric Dumazet1-2/+3
2017-06-05net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-06-05mac80211: flush delayed work when entering suspendMatt Chen1-0/+1
2017-06-05net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-06-05ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-06-05tcp: account for ts offset only if tsecr not zeroAlexey Kodanev1-1/+2
2017-06-05net/dccp: fix use after free in tw_timer_handler()Andrey Ryabinin2-0/+12
2017-06-05l2tp: Avoid schedule while atomic in exit_netRidge Kennedy1-1/+3
2017-06-05batman-adv: Fix transmission of final, 16th fragmentLinus Lüssing1-4/+4
2017-06-05batman-adv: Fix double free during fragment merge errorSven Eckelmann2-5/+11
2017-04-04netlink: remove mmapped netlink supportFlorian Westphal4-792/+9
2017-03-16sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-03-16sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-03-16igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2-0/+2
2017-03-16mld: do not remove mld souce list info when set link downHangbin Liu1-21/+30
2017-03-16igmp: do not remove igmp souce list info when set link downHangbin Liu1-14/+35
2017-03-16sit: fix a double free on error pathWANG Cong1-0/+1
2017-03-16tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-03-16ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-03-16ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-03-16can: Fix kernel panic at security_sock_rcv_skbEric Dumazet5-8/+17
2017-03-16net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat1-1/+3
2017-03-16ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang1-3/+1
2017-03-16tcp: fix tcp_fastopen unaligned access complaints on sparcShannon Nelson1-1/+1
2017-03-16igmp: Make igmp group member RFC 3376 compliantMichal Tesar1-1/+6
2017-03-16drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang1-1/+7
2017-03-16drop_monitor: add missing call to genlmsg_endReiter Wolfgang1-9/+24
2017-03-16ipv6: handle -EFAULT from skb_copy_bitsDave Jones1-2/+5
2017-03-16net/dccp: fix use-after-free in dccp_invalid_packetEric Dumazet1-5/+7
2017-03-16net/sched: pedit: make sure that offset is validAmir Vadai1-4/+20
2017-03-16ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni1-2/+11
2017-03-16sock: fix sendmmsg for partial sendmsgSoheil Hassas Yeganeh1-4/+11
2017-03-16sctp: assign assoc_id earlier in __sctp_connectMarcelo Ricardo Leitner1-2/+5
2017-03-16ipv6: dccp: add missing bind_conflict to dccp_ipv6_mappedEric Dumazet1-0/+1
2017-03-16ipv6: dccp: fix out of bound access in dccp_v6_err()Eric Dumazet1-7/+8
2017-03-16dccp: fix out of bound access in dccp_v4_err()Eric Dumazet1-6/+8