summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-12-14net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet4-14/+23
2015-12-14ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-14net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-14ipv6: add complete rcu protection around np->optEric Dumazet11-50/+101
2015-12-14RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2-7/+3
2015-12-14ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2015-12-14net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-14net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-14net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-12-14tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-12-14tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet1-3/+19
2015-12-14tcp: disable Fast Open on timeouts after handshakeYuchung Cheng1-0/+12
2015-12-14tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-12-14snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-12-14sctp: translate host order to network order when setting a hmacidlucien1-2/+2
2015-12-14packet: fix tpacket_snd max frame lenDaniel Borkmann1-4/+5
2015-12-14packet: infer protocol from ethernet header if unsetDaniel Borkmann1-0/+11
2015-12-14packet: only allow extra vlan len on ethernet devicesDaniel Borkmann1-35/+25
2015-12-14packet: always probe for transport headerDaniel Borkmann1-4/+3
2015-12-14packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann1-2/+3
2015-12-14ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau1-1/+2
2015-12-14ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau1-1/+10
2015-12-14ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau1-1/+7
2015-12-14af-unix: passcred support for sendpageHannes Frederic Sowa1-15/+64
2015-12-14unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164
2015-12-14af_unix: take receive queue lock while appending new skbHannes Frederic Sowa1-1/+4
2015-12-14af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa1-0/+1
2015-12-14af-unix: fix use-after-free with concurrent readers while splicingHannes Frederic Sowa1-0/+18
2015-12-09Bluetooth: Fix removing connection parameters when unpairingJohan Hedberg1-5/+7
2015-12-09Bluetooth: hidp: fix device disconnect on idle timeoutDavid Herrmann1-0/+14
2015-12-09NFC: nci: extract pipe value using NCI_HCP_MSG_GET_PIPEChristophe Ricard1-2/+2
2015-12-09NFC: nci: Fix improper management of HCI return codeChristophe Ricard1-17/+49
2015-12-09NFC: nci: Fix incorrect data chaining when sending dataChristophe Ricard1-7/+13
2015-12-09nl80211: Fix potential memory leak from parse_acl_dataOla Olsson1-6/+6
2015-12-09mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com1-0/+7
2015-12-09mac80211: allow null chandef in tracingArik Nemtsov1-5/+5
2015-12-09mac80211: fix driver RSSI event calculationsJohannes Berg1-1/+1
2015-12-09mac80211: Fix local deauth while associatingAndrei Otcheretianski1-0/+19
2015-12-09RDS: verify the underlying transport exists before creating a connectionSasha Levin1-0/+6
2015-12-09net: fix a race in dst_release()Eric Dumazet1-1/+1
2015-12-09packet: race condition in packet_bindFrancesco Ruggeri1-31/+49
2015-12-09ipv4: disable BH when changing ip local port rangeWANG Cong1-2/+2
2015-12-09ipv6: clean up dev_snmp6 proc entry when we fail to initialize inet6_devSabrina Dubroca1-0/+1
2015-12-09sit: fix sit0 percpu double allocationsEric Dumazet1-22/+4
2015-12-09ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in...Ani Sinha1-3/+3
2015-12-09ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov1-0/+7
2015-12-09ipv4: fix to not remove local route on link downJulian Anastasov2-9/+15
2015-12-09tipc: linearize arriving NAME_DISTR and LINK_PROTO buffersJon Paul Maloy1-0/+5
2015-12-09RDS-TCP: Recover correctly from pskb_pull()/pksb_trim() failure in rds_tcp_da...Sowmini Varadhan1-2/+9
2015-12-09fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck1-1/+1