index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mptcp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-17
mptcp: fill in missing MODULE_DESCRIPTION()
Matthieu Baerts
2
-0
/
+2
2023-12-17
mptcp: fix inconsistent state on fastopen race
Paolo Abeni
3
-17
/
+26
2023-11-24
mptcp: fix uninit-value in mptcp_incoming_options
Edward Adam Davis
1
-0
/
+1
2023-11-19
net: fill in MODULE_DESCRIPTION()s for SOCK_DIAG modules
Jakub Kicinski
1
-0
/
+1
2023-11-14
mptcp: fix setsockopt(IP_TOS) subflow locking
Paolo Abeni
1
-0
/
+3
2023-11-14
mptcp: add validity check for sending RM_ADDR
Geliang Tang
1
-2
/
+3
2023-11-14
mptcp: fix possible NULL pointer dereference on close
Paolo Abeni
1
-3
/
+4
2023-11-14
mptcp: deal with large GSO size
Paolo Abeni
1
-0
/
+4
2023-11-02
Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-1
/
+1
2023-10-27
mptcp: define more local variables sk
Geliang Tang
1
-11
/
+20
2023-10-27
mptcp: move sk assignment statement ahead
Geliang Tang
1
-5
/
+6
2023-10-27
mptcp: use mptcp_get_ext helper
Geliang Tang
1
-2
/
+2
2023-10-27
mptcp: use mptcp_check_fallback helper
Geliang Tang
2
-2
/
+2
2023-10-27
mptcp: drop useless ssk in pm_subflow_check_next
Geliang Tang
3
-3
/
+3
2023-10-27
mptcp: userspace pm send RM_ADDR for ID 0
Geliang Tang
1
-0
/
+39
2023-10-25
ipv6: drop feature RTAX_FEATURE_ALLFRAG
Yan Zhai
1
-1
/
+0
2023-10-25
mptcp: refactor sndbuf auto-tuning
Paolo Abeni
4
-10
/
+70
2023-10-25
mptcp: ignore notsent_lowat setting at the subflow level
Paolo Abeni
1
-0
/
+6
2023-10-25
mptcp: consolidate sockopt synchronization
Paolo Abeni
3
-33
/
+9
2023-10-25
mptcp: use copy_from_iter helpers on transmit
Paolo Abeni
1
-4
/
+15
2023-10-25
mptcp: give rcvlowat some love
Paolo Abeni
4
-15
/
+83
2023-10-25
mptcp: use plain bool instead of custom binary enum
Paolo Abeni
2
-12
/
+7
2023-10-25
mptcp: properly account fastopen data
Paolo Abeni
1
-0
/
+1
2023-10-25
mptcp: add a new sysctl for make after break timeout
Paolo Abeni
3
-3
/
+20
2023-10-24
net: mptcp: use policy generated by YAML spec
Davide Caratti
5
-161
/
+250
2023-10-24
net: mptcp: rename netlink handlers to mptcp_pm_nl_<blah>_{doit,dumpit}
Davide Caratti
3
-32
/
+32
2023-10-24
net: mptcp: convert netlink from small_ops to ops
Davide Caratti
1
-64
/
+127
2023-10-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-20
/
+23
2023-10-19
mptcp: avoid sending RST when closing the initial subflow
Geliang Tang
1
-6
/
+22
2023-10-19
mptcp: more conservative check for zero probes
Paolo Abeni
1
-7
/
+1
2023-10-19
inet: lock the socket in ip_sock_set_tos()
Eric Dumazet
1
-2
/
+2
2023-10-13
tcp: allow again tcp_disconnect() when threads are waiting
Paolo Abeni
1
-7
/
+0
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-45
/
+34
2023-10-05
mptcp: userspace pm allow creating id 0 subflow
Geliang Tang
1
-6
/
+0
2023-10-05
mptcp: fix delegated action races
Paolo Abeni
3
-39
/
+34
2023-10-01
inet: implement lockless IP_TOS
Eric Dumazet
1
-4
/
+4
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
1
-1
/
+1
2023-09-18
mptcp: fix dangling connection hang-up
Paolo Abeni
3
-44
/
+65
2023-09-18
mptcp: rename timer related helper to less confusing names
Paolo Abeni
3
-23
/
+23
2023-09-18
mptcp: process pending subflow error on close
Paolo Abeni
1
-29
/
+34
2023-09-18
mptcp: move __mptcp_error_report in protocol.c
Paolo Abeni
2
-36
/
+36
2023-09-18
mptcp: fix bogus receive window shrinkage with multiple subflows
Paolo Abeni
1
-2
/
+3
2023-09-15
mptcp: Do not include crypto/algapi.h
Herbert Xu
1
-1
/
+1
2023-09-07
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-8
/
+15
2023-09-01
mptcp: annotate data-races around msk->rmem_fwd_alloc
Eric Dumazet
1
-6
/
+13
2023-09-01
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
1
-3
/
+3
2023-08-29
Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+2
2023-08-22
mptcp: register default scheduler
Geliang Tang
3
-22
/
+35
2023-08-22
mptcp: use get_retrans wrapper
Geliang Tang
2
-28
/
+43
2023-08-22
mptcp: use get_send wrapper
Geliang Tang
2
-45
/
+81
[next]