summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-06-20ipv6: check raw payload size correctly in ioctlJamie Bainbridge1-1/+1
2017-06-20p9_client_readdir() fixAl Viro1-0/+4
2017-06-20RDS: Fix the atomicity for congestion map updatesantosh.shilimkar@oracle.com1-2/+2
2017-06-20ip6mr: fix notification device destructionNikolay Aleksandrov1-7/+6
2017-06-20sctp: listen on the sock only when it's state is listening or closedXin Long1-0/+3
2017-06-20net: neigh: guard against NULL solicit() methodEric Dumazet1-1/+2
2017-06-20net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-06-20net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-06-20net: ipv6: check route protocol when deleting routesMantas M1-0/+2
2017-06-20net/packet: fix overflow in check for priv area sizeAndrey Konovalov1-2/+2
2017-06-20libceph: force GFP_NOIO for socket allocationsIlya Dryomov1-0/+6
2017-06-20tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet2-1/+2
2017-06-20ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet1-1/+2
2017-06-20dccp: fix memory leak during tear-down of unsuccessful connection requestHannes Frederic Sowa1-0/+1
2017-06-20ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-06-20tcp: fix various issues for sockets morphing to listen stateEric Dumazet2-4/+9
2017-06-20dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo1-0/+1
2017-06-20net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko1-2/+6
2017-06-20l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber1-1/+1
2017-06-20mac80211: flush delayed work when entering suspendMatt Chen1-0/+1
2017-06-20af_packet: remove a stray tab in packet_set_ring()Dan Carpenter1-1/+1
2017-06-20irda: Fix lockdep annotations in hashbin_delete().David S. Miller1-18/+16
2017-06-20packet: round up linear to header lenWillem de Bruijn1-2/+4
2017-06-20tcp: fix 0 divide in __tcp_select_window()Eric Dumazet1-2/+4
2017-06-20af_unix: move unix_mknod() out of bindlockWANG Cong1-11/+16
2017-06-20ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang1-3/+1
2017-06-20igmp: Make igmp group member RFC 3376 compliantMichal Tesar1-1/+6
2017-06-20drop_monitor: consider inserted data in genlmsg_endReiter Wolfgang1-1/+7
2017-06-20drop_monitor: add missing call to genlmsg_endReiter Wolfgang1-9/+24
2017-06-20libceph: verify authorize reply on connectIlya Dryomov1-0/+13
2017-06-20can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp1-7/+16
2017-06-20can: raw: raw_setsockopt: limit number of can_filter that can be setMarc Kleine-Budde1-0/+3
2017-06-09dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov1-1/+2
2017-06-08dccp/tcp: do not inherit mc_list from parentEric Dumazet1-0/+2
2017-06-08ipv6: handle -EFAULT from skb_copy_bitsDave Jones1-2/+5
2017-06-08sctp: deny peeloff operation on asocs with threads sleeping on itMarcelo Ricardo Leitner1-2/+6
2017-06-08sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner1-1/+2
2017-06-08ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing1-5/+16
2017-06-08ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-06-08ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-06-08can: Fix kernel panic at security_sock_rcv_skbEric Dumazet5-8/+17
2017-06-08ping: implement proper lockingEric Dumazet1-2/+3
2017-06-08net: sctp: rework multihoming retransmission path selection to rfc4960Daniel Borkmann1-51/+80
2017-06-08l2tp: take reference on sessions being dumpedGuillaume Nault5-11/+27
2017-06-08netfilter: arp_tables: fix invoking 32bit "iptable -P INPUT ACCEPT" failed in...Hongxu Jia1-2/+2
2017-06-08ipv4: igmp: Allow removing groups from a removed interfaceAndrew Lunn1-2/+4
2017-06-08net: unix: properly re-increment inflight counter of GC discarded candidatesAndrey Ulanov1-9/+9
2017-06-08net: properly release sk_frag.pageEric Dumazet1-5/+5
2017-06-08net sched actions: decrement module reference count after table flush.Roman Mashak1-4/+1
2017-06-08dccp/tcp: fix routing redirect raceJon Maxwell4-8/+14