summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2016-01-25udp: properly support MSG_PEEK with truncated buffersEric Dumazet
2016-01-25sctp: Prevent soft lockup when sctp_accept() is called during a timeout eventKarl Heiss
2016-01-09route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu
2016-01-09ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei
2016-01-05RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2016-01-05af_unix: Revert 'lock_interruptible' in stream receive codeRainer Weikusat
2016-01-05bluetooth: Validate socket address length in sco_sock_bind().David S. Miller
2016-01-05skbuff: Fix offset error in skb_reorder_vlan_headerVlad Yasevich
2016-01-05vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich
2016-01-05net: fix IP early demux racesEric Dumazet
2016-01-05net: add validation for the socket syscall protocol argumentHannes Frederic Sowa
2016-01-05ipv6: sctp: clone options to avoid use after freeEric Dumazet
2016-01-05sctp: update the netstamp_needed counter when copying socketsMarcelo Ricardo Leitner
2016-01-05sctp: use the same clock as if sock source timestamps were onMarcelo Ricardo Leitner
2016-01-05gre6: allow to update all parameters via rtnlNicolas Dichtel
2016-01-05ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong
2016-01-05netfilter: ip6t_SYNPROXY: fix NULL pointer dereferencePhil Sutter
2016-01-05netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverselucien
2016-01-05Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann
2016-01-05mac80211: fix driver RSSI event calculationsJohannes Berg
2016-01-05ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2016-01-05net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2016-01-05ipv6: add complete rcu protection around np->optEric Dumazet
2016-01-05ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2016-01-05net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2016-01-05net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2016-01-05net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2016-01-05tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2016-01-05tcp: md5: fix lockdep annotationEric Dumazet
2016-01-05snmp: Remove duplicate OUTMCAST stat incrementNeil Horman
2016-01-05sctp: translate host order to network order when setting a hmacidlucien
2016-01-05packet: infer protocol from ethernet header if unsetDaniel Borkmann
2015-12-15packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann
2015-12-15unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-11-30ipv6: fix tunnel error handlingMichal Kubeček
2015-11-18ipv6: addrconf: validate new MTU before applying itMarcelo Leitner
2015-11-14net:socket: set msg_namelen to 0 if msg_name is passed as NULL in msghdr stru...Ani Sinha
2015-11-14bridge: superfluous skb->nfct check in br_nf_dev_queue_xmitVasily Averin
2015-11-14netfilter: xt_NFQUEUE: fix --queue-bypass regressionHolger Eitzenberger
2015-11-14RDS: verify the underlying transport exists before creating a connectionSasha Levin
2015-11-14net: fix a race in dst_release()Eric Dumazet
2015-11-14sit: fix sit0 percpu double allocationsEric Dumazet
2015-11-14ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-11-14RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan
2015-11-14irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter
2015-11-12Fix regression in NFSRDMA serverTom Tucker
2015-10-28ethtool: Use kcalloc instead of kmalloc for ethtool_get_stringsJoe Perches
2015-10-28skbuff: Fix skb checksum partial check.Pravin B Shelar
2015-10-28net/unix: fix logic about sk_peek_offsetAndrey Vagin
2015-10-28af_unix: return data from multiple SKBs on recv() with MSG_PEEK flagAaron Conole