summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2011-02-14 16:10:55 +0900
committerKukjin Kim <kgene.kim@samsung.com>2011-02-22 13:51:15 +0900
commitc81a24ff8f4efda02ffaa0c3170155550bcae339 (patch)
treee26a5c26cda9291b4d4881be128db254cbf66fe5 /tools/perf/scripts/python
parentb3ed3a174c419702eddf9fb28636f6e4baa29d03 (diff)
downloadkernel-c81a24ff8f4efda02ffaa0c3170155550bcae339.tar.gz
ARM: EXYNOS4: Update IRQ part
This patch updates IRQ part of EXYNOS4 according to the change of ARCH name, EXYNOS4. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
ernel/commit/net/ipv4/tcp_timer.c?id=6982826fe5e53ef115836de7dd397bd970030937'>mptcp: fallback to TCP after SYN+MPC dropsMatthieu Baerts (NGI0) 2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_KEEPALIVE_TIMEOUT for active resetJason Xing 2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_STATE for active resetJason Xing 2024-08-07tcp: rstreason: introduce SK_RST_REASON_TCP_ABORT_ON_MEMORY for active resetJason Xing 2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-07-10tcp: avoid too many retransmit packetsEric Dumazet 2024-07-05tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell 2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2024-06-10tcp: use signed arithmetic in tcp_rtx_probe0_timed_out()Eric Dumazet 2024-05-29tcp: fix race in tcp_write_err()Eric Dumazet 2024-04-26rstreason: prepare for active resetJason Xing 2024-04-01inet: preserve const qualifier in inet_csk()Eric Dumazet 2023-11-16tcp: use tp->total_rto to track number of linear timeouts in SYN_SENT stateEric Dumazet 2023-10-23tcp: add support for usec resolution in TCP TS valuesEric Dumazet 2023-10-23tcp: rename tcp_time_stamp() to tcp_time_stamp_ts()Eric Dumazet 2023-10-23tcp: rename tcp_skb_timestamp()Eric Dumazet 2023-10-23tcp: add tcp_time_stamp_ms() helperEric Dumazet 2023-10-10tcp: record last received ipv6 flowlabelDavid Morley 2023-09-16tcp: new TCP_INFO stats for RTO eventsAananth V 2023-09-15tcp: indent an if statementDan Carpenter 2023-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-08-15net: fix the RTO timer retransmitting skb every 1ms if linear option is enabledJason Xing 2023-08-13net: tcp: refactor the dbg message in tcp_retransmit_timer()Menglong Dong 2023-08-13net: tcp: fix unexcepted socket die when snd_wnd is 0Menglong Dong 2023-08-06tcp: set TCP_LINGER2 locklesslyEric Dumazet 2023-08-06tcp: set TCP_USER_TIMEOUT locklesslyEric Dumazet 2023-08-06tcp: set TCP_SYNCNT locklesslyEric Dumazet 2023-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2023-06-01tcp: fix mishandling when the sack compression is deferred.fuyuanli