summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2016-01-27MLK-12330 Bluetooth: Revert "MLK-12295 Bluetooth: add hdev check to avoid pas...Fugang Duan
2016-01-20MLK-12295 Bluetooth: add hdev check to avoid passing null pointerFugang Duan
2016-01-14wireless: regulatory: reduce log level of CRDA related messagesThomas Petazzoni
2015-12-14net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet
2015-12-14ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet
2015-12-14net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet
2015-12-14RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas
2015-12-14ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček
2015-12-14net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-14net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov
2015-12-14net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann
2015-12-14tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet
2015-12-14tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet
2015-12-14tcp: disable Fast Open on timeouts after handshakeYuchung Cheng
2015-12-14tcp: md5: fix lockdep annotationEric Dumazet
2015-12-14snmp: Remove duplicate OUTMCAST stat incrementNeil Horman
2015-12-14sctp: translate host order to network order when setting a hmacidlucien
2015-12-14packet: fix tpacket_snd max frame lenDaniel Borkmann
2015-12-14packet: infer protocol from ethernet header if unsetDaniel Borkmann
2015-12-14packet: only allow extra vlan len on ethernet devicesDaniel Borkmann
2015-12-14packet: always probe for transport headerDaniel Borkmann
2015-12-14packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann
2015-12-14unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat
2015-12-09netlink: Add missing goto statement to netlink_insertHerbert Xu
2015-12-09Bluetooth: Fix removing connection parameters when unpairingJohan Hedberg
2015-12-09Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann
2015-12-09NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard
2015-12-09NFC: nci: Fix improper management of HCI return codeChristophe Ricard
2015-12-09NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard
2015-12-09nl80211: Fix potential memory leak from parse_acl_dataOla Olsson
2015-12-09mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com
2015-12-09mac80211: allow null chandef in tracingArik Nemtsov
2015-12-09mac80211: fix driver RSSI event calculationsJohannes Berg
2015-12-09mac80211: Fix local deauth while associatingAndrei Otcheretianski
2015-12-09RDS: verify the underlying transport exists before creating a connectionSasha Levin
2015-12-09net: fix a race in dst_release()Eric Dumazet
2015-12-09packet: race condition in packet_bindFrancesco Ruggeri
2015-12-09ipv4: disable BH when changing ip local port rangeWANG Cong
2015-12-09ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca
2015-12-09sit: fix sit0 percpu double allocationsEric Dumazet
2015-12-09ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha
2015-12-09tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy
2015-12-09RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan
2015-12-09fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck
2015-12-09ipv6: gre: support SIT encapsulationEric Dumazet
2015-12-09tipc: allow non-linear first fragment bufferJon Paul Maloy
2015-12-09irda: precedence bug in irlmp_seq_hb_idx()Dan Carpenter
2015-10-27svcrdma: handle rdma read with a non-zero initial page offsetSteve Wise
2015-10-27net/unix: fix logic about sk_peek_offsetAndrey Vagin