summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-08net: net_enable_timestamp() can be called from irq contextsEric Dumazet1-4/+31
2017-06-08ipv4: mask tos for input routeJulian Anastasov1-0/+1
2017-06-08net/sched: em_meta: Fix 'meta vlan' to correctly recognize zero VID framesShmulik Ladkani1-4/+5
2017-06-08vti4: Don't count header length twice.Steffen Klassert1-1/+0
2017-06-08net: 6lowpan: fix lowpan_header_create non-compression memcpy callDaniel Borkmann1-1/+1
2017-06-08net: socket: fix recvmmsg not returning error from sock_errorMaxime Jayat1-1/+3
2017-06-08packet: Do not call fanout_release from atomic contextsAnoob Soman1-8/+21
2017-06-08packet: fix races in fanout_add()Eric Dumazet1-12/+14
2017-06-08l2tp: do not use udp_ioctl()Eric Dumazet3-2/+28
2017-06-08ping: fix a null pointer dereferenceWANG Cong1-0/+2
2017-06-08ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+22
2017-06-08netlabel: out of bound access in cipso_v4_validate()Eric Dumazet1-0/+4
2017-06-08ipv4: keep skb->dst around in presence of IP optionsEric Dumazet1-1/+8
2017-06-08net: use a work queue to defer net_disable_timestamp() workEric Dumazet1-18/+13
2017-06-08mac80211: Fix adding of mesh vendor IEsThorsten Horstmann1-1/+1
2017-06-08svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields1-1/+1
2017-06-08tcp: initialize max window for a new fastopen socketAlexey Kodanev1-0/+1
2017-06-08net: fix harmonize_features() vs NETIF_F_HIGHDMAEric Dumazet1-2/+2
2017-06-08svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields1-1/+1
2017-06-08gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-0/+1
2017-06-08gro: use min_t() in skb_gro_reset_offset()Eric Dumazet1-2/+3
2017-06-08gro: Enter slow-path if there is no tailroomHerbert Xu1-1/+2
2017-06-08net, sched: fix soft lockup in tc_classifyDaniel Borkmann1-1/+3
2017-06-08xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-06-08xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-06-08tcp: avoid infinite loop in tcp_splice_read()Eric Dumazet1-0/+6
2017-06-08libceph: don't set weight to IN when OSD is destroyedIlya Dryomov1-1/+0
2017-06-08packet: fix race condition in packet_set_ringPhilip Pettersson1-6/+12
2017-02-10ipv4: Set skb->protocol properly for local outputEli Cooper1-0/+3
2017-02-10cfg80211: limit scan results cache sizeJohannes Berg2-0/+70
2017-02-10mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2017-02-10mac80211: fix purging multicast PS buffer queueFelix Fietkau2-4/+4