summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-07-25 09:46:17 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2021-07-25 09:46:17 -0700
commit04ca88d056b44efee1e7635c74c0be3705efc72c (patch)
treeb24a3ef5cc9a2b61e0f782f4e16025596c834b0c /scripts/objdiff
parentd8079fac168168b25677dc16c00ffaf9fb7df723 (diff)
parent40ac971eab89330d6153e7721e88acd2d98833f9 (diff)
downloadkernel-04ca88d056b44efee1e7635c74c0be3705efc72c.tar.gz
Merge tag 'dma-mapping-5.14-1' of git://git.infradead.org/users/hch/dma-mapping
Pull dma-mapping fix from Christoph Hellwig: - handle vmalloc addresses in dma_common_{mmap,get_sgtable} (Roman Skakun) * tag 'dma-mapping-5.14-1' of git://git.infradead.org/users/hch/dma-mapping: dma-mapping: handle vmalloc addresses in dma_common_{mmap,get_sgtable}
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions
it/net/ipv4/tcp_ipv4.c?h=linux-6.6.y&id=743e481580b4646cde416dd549e2ecb0f16848d2'>tcp: remove useless add operation when init sysctl_max_tw_bucketsYafang Shao 2018-08-22ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet 2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller 2018-07-12tcp: use monotonic timestamps for PAWSArnd Bergmann 2018-07-12tcp: fix sequence numbers for repaired sockets re-using TIME-WAIT socketsStefan Baranoff 2018-06-14tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden 2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2018-06-04net-tcp: extend tcp_tw_reuse sysctl to enable loopback only optimizationMaciej Żenczykowski 2018-05-31tcp: minor optimization around tcp_hdr() usage in receive pathYafang Shao 2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet 2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet 2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig 2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig 2018-05-10tcp: Add mark for TIMEWAIT socketsJon Maxwell 2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller 2018-03-31bpf: Hooks for sys_connectAndrey Ignatov 2018-03-27net: Drop pernet_operations::asyncKirill Tkhai 2018-03-26net: Use octal not symbolic permissionsJoe Perches 2018-02-21tcp: remove dead code after CHECKSUM_PARTIAL adoptionEric Dumazet 2018-02-14tcp: try to keep packet if SYN_RCV race is lostEric Dumazet 2018-02-13net: Convert pernet_subsys, registered from inet_init()Kirill Tkhai 2018-02-07tcp: tracepoint: only call trace_tcp_send_reset with full socketSong Liu 2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan 2017-12-26tcp: md5: Handle RCU dereference of md5sig_infoMat Martineau 2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao 2017-12-12tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch 2017-12-03tcp: add tcp_v4_fill_cb()/tcp_v4_restore_cb()Eric Dumazet 2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger 2017-11-10tcp: Namespace-ify sysctl_tcp_rmem and sysctl_tcp_wmemEric Dumazet