summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2017-05-21dccp/tcp: fix routing redirect raceJon Maxwell
2017-05-21bridge: drop netfilter fake rtable unconditionallyFlorian Westphal
2017-05-21ipv6: avoid write to a possibly cloned skbFlorian Westphal
2017-05-21ipv6: make ECMP route replacement less greedySabrina Dubroca
2017-05-21mpls: Do not decrement alive counter for unregister eventsDavid Ahern
2017-05-21mpls: Send route delete notifications when router module is unloadedDavid Ahern
2017-05-21act_connmark: avoid crashing on malformed nlattrs with null parmsEtienne Noss
2017-05-21net/tunnel: set inner protocol in network gro hooksPaolo Abeni
2017-05-21dccp: fix use-after-free in dccp_feat_activate_valuesEric Dumazet
2017-05-21net: fix socket refcounting in skb_complete_tx_timestamp()Eric Dumazet
2017-05-21net: fix socket refcounting in skb_complete_wifi_ack()Eric Dumazet
2017-05-21tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2017-05-21dccp: Unlock sock before calling sk_free()Arnaldo Carvalho de Melo
2017-05-21ipv6: orphan skbs in reassembly unitEric Dumazet
2017-05-21net: net_enable_timestamp() can be called from irq contextsEric Dumazet
2017-05-21net: don't call strlen() on the user buffer in packet_bind_spkt()Alexander Potapenko
2017-05-21tcp/dccp: block BH for SYN processingEric Dumazet
2017-05-21l2tp: avoid use-after-free caused by l2tp_ip_backlog_recvPaul Hüber
2017-05-21net sched actions: decrement module reference count after table flush.Roman Mashak
2017-05-21ipv4: mask tos for input routeJulian Anastasov
2017-05-21vti6: return GRE_KEY for vti6David Forster
2017-05-21mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg
2017-05-21mac80211: don't handle filtered frames within a BA sessionFelix Fietkau
2017-05-21mac80211: don't reorder frames with SN smaller than SSNSara Sharon
2017-05-21mac80211: flush delayed work when entering suspendMatt Chen
2017-03-27netfilter: nf_ct_helper: warn when not applying default helper assignmentJiri Kosina
2017-03-27net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat
2017-03-27ip: fix IP_CHECKSUM handlingPaolo Abeni
2017-03-27irda: Fix lockdep annotations in hashbin_delete().David S. Miller
2017-03-27dccp: fix freeing skb too early for IPV6_RECVPKTINFOAndrey Konovalov
2017-03-27net: neigh: Fix netevent NETEVENT_DELAY_PROBE_TIME_UPDATE notificationMarcus Huewe
2017-03-27packet: fix races in fanout_add()Eric Dumazet
2017-03-27net/llc: avoid BUG_ON() in skb_orphan()Eric Dumazet
2017-03-27kcm: fix 0-length case for kcm_sendmsg()WANG Cong
2017-03-20tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol
2017-03-20mld: do not remove mld souce list info when set link downHangbin Liu
2017-03-20l2tp: do not use udp_ioctl()Eric Dumazet
2017-03-20net: dsa: Do not destroy invalid network devicesFlorian Fainelli
2017-03-20ping: fix a null pointer dereferenceWANG Cong
2017-03-20packet: round up linear to header lenWillem de Bruijn
2017-03-20net: introduce device min_header_lenWillem de Bruijn
2017-03-20sit: fix a double free on error pathWANG Cong
2017-03-20sctp: avoid BUG_ON on sctp_wait_for_sndbufMarcelo Ricardo Leitner
2017-03-20tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet
2017-03-20ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet
2017-03-20ip6_gre: fix ip6gre_err() invalid readsEric Dumazet
2017-03-20netlabel: out of bound access in cipso_v4_validate()Eric Dumazet
2017-03-20ipv4: keep skb->dst around in presence of IP optionsEric Dumazet
2017-03-20net: use a work queue to defer net_disable_timestamp() workEric Dumazet
2017-03-20tcp: fix 0 divide in __tcp_select_window()Eric Dumazet