summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-12-15net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet4-14/+23
2015-12-15openvswitch: fix hangup on vxlan/gre/geneve device deletionPaolo Abeni2-3/+7
2015-12-15ipv6: sctp: implement sctp_v6_destroy_sock()Eric Dumazet1-1/+8
2015-12-15net/neighbour: fix crash at dumping device-agnostic proxy entriesKonstantin Khlebnikov1-2/+2
2015-12-15ipv6: add complete rcu protection around np->optEric Dumazet11-50/+101
2015-12-15RDS: fix race condition when sending a message on unbound socketQuentin Casasnovas2-7/+3
2015-12-15ipv6: distinguish frag queues by device for multicast and link-local packetsMichal Kubeček2-5/+10
2015-12-15tipc: fix error handling of expanding buffer headroomYing Xue1-2/+5
2015-12-15net: ip6mr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-15net: ipmr: fix static mfc/dev leaks on table destructionNikolay Aleksandrov1-7/+8
2015-12-15net, scm: fix PaX detected msg_controllen overflow in scm_detach_fdsDaniel Borkmann1-0/+2
2015-12-15tcp: initialize tp->copied_seq in case of cross SYN connectionEric Dumazet1-0/+1
2015-12-15tcp: fix potential huge kmalloc() calls in TCP_REPAIREric Dumazet1-3/+19
2015-12-15tcp: disable Fast Open on timeouts after handshakeYuchung Cheng1-0/+12
2015-12-15tcp: md5: fix lockdep annotationEric Dumazet1-1/+2
2015-12-15net/ip6_tunnel: fix dst leakPaolo Abeni1-1/+1
2015-12-15snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-12-15sctp: translate host order to network order when setting a hmacidlucien1-2/+2
2015-12-15packet: fix tpacket_snd max frame lenDaniel Borkmann1-4/+5
2015-12-15packet: infer protocol from ethernet header if unsetDaniel Borkmann1-0/+11
2015-12-15packet: only allow extra vlan len on ethernet devicesDaniel Borkmann1-35/+25
2015-12-15packet: always probe for transport headerDaniel Borkmann1-4/+3
2015-12-15packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann1-2/+3
2015-12-15Revert "ipv6: ndisc: inherit metadata dst when creating ndisc requests"Nicolas Dichtel3-9/+5
2015-12-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau1-1/+2
2015-12-15ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau1-1/+10
2015-12-15ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau1-1/+7
2015-12-15af-unix: passcred support for sendpageHannes Frederic Sowa1-15/+64
2015-12-15unix: avoid use-after-free in ep_remove_wait_queueRainer Weikusat1-19/+164
2015-12-15af_unix: take receive queue lock while appending new skbHannes Frederic Sowa1-1/+4
2015-12-15af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa1-0/+1
2015-12-15af-unix: fix use-after-free with concurrent readers while splicingHannes Frederic Sowa1-0/+18
2015-12-09Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg1-9/+43
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-09net: fix a race in dst_release()Eric Dumazet1-1/+1
2015-12-09packet: race condition in packet_bindFrancesco Ruggeri1-31/+49
2015-12-09net: Fix prefsrc lookupsDavid Ahern1-3/+10
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