summaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-06-07 15:37:10 +0200
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-06-07 15:37:10 +0200
commit734affdcae20af4fec95e46a64fb29f063a15c19 (patch)
tree68b3867575b363253fca17dcd239664149a6f1a2 /tools/perf/scripts
parent8bc1e5aa06a2a9a425c4a6795fc564cba1521487 (diff)
downloadkernel-734affdcae20af4fec95e46a64fb29f063a15c19.tar.gz
ide: add IDE_DFLAG_NIEN_QUIRK device flag
Add IDE_DFLAG_NIEN_QUIRK device flag and use it instead of drive->quirk_list. There should be no functional changes caused by this patch. Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'tools/perf/scripts')
0 files changed, 0 insertions, 0 deletions
1tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell 2018-05-18tcp: add SACK compressionEric Dumazet 2018-05-11tcp: switch pacing timer to softirq based hrtimerEric Dumazet 2018-03-07tcp: purge write queue upon aborting the connectionSoheil Hassas Yeganeh 2018-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2018-01-25bpf: Add sock_ops RTO callbackLawrence Brakmo 2018-01-25net: tcp: close sock if net namespace is exitingDan Streetman 2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-12-13tcp: refresh tcp_mstamp from timers callbacksEric Dumazet 2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng 2017-11-05tcp: tcp_mtu_probing() cleanupEric Dumazet 2017-10-27tcp: Namespace-ify sysctl_tcp_thin_linear_timeoutsEric Dumazet 2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook 2017-10-07tcp: implement rb-tree based retransmit queueEric Dumazet 2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2017-08-03net: fix keepalive code vs TCP_FASTOPEN_CONNECTEric Dumazet 2017-07-31tcp: remove prequeue supportFlorian Westphal 2017-05-24tcp: fix TCP_SYNCNT flakesEric Dumazet 2017-05-21tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUTEric Dumazet 2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet 2017-05-17tcp: use tcp_jiffies32 to feed probe_timestampEric Dumazet 2017-05-17tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtimeEric Dumazet 2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet 2017-05-17tcp: use tp->tcp_mstamp in output pathEric Dumazet 2017-05-16tcp: internal implementation for pacingEric Dumazet 2017-04-24net/tcp_fastopen: Remove mss check in tcp_write_timeout()Wei Wang 2017-03-07tcp: fix various issues for sockets morphing to listen stateEric Dumazet 2017-01-13tcp: remove early retransmitYuchung Cheng 2017-01-13tcp: add reordering timer in RACK loss detectionYuchung Cheng 2017-01-09net: introduce keepalive function in struct protoUrsula Braun