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
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-03
sctp: move the active_key update after sh_keys is added
Xin Long
1
-5
/
+9
2021-07-28
sctp: fix return value check in __sctp_rcv_asconf_lookup
Marcelo Ricardo Leitner
1
-1
/
+1
2021-07-26
sctp: delete addr based on sin6_scope_id
Chen Shen
1
-2
/
+3
2021-07-25
sctp: send pmtu probe only if packet loss in Search Complete state
Xin Long
1
-1
/
+5
2021-07-25
sctp: improve the code for pmtu probe send and recv update
Xin Long
2
-26
/
+30
2021-07-21
sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not set
Xin Long
1
-2
/
+2
2021-07-21
sctp: update active_key for asoc when old key is being replaced
Xin Long
1
-0
/
+2
2021-07-18
sctp: trim optlen when it's a huge value in sctp_setsockopt
Xin Long
1
-0
/
+4
2021-07-13
net: Use nlmsg_unicast() instead of netlink_unicast()
Yajun Deng
1
-4
/
+2
2021-07-01
sctp: move 198 addresses from unusable to private scope
Xin Long
1
-1
/
+2
2021-07-01
sctp: check pl.raise_count separately from its increment
Xin Long
1
-4
/
+7
2021-07-01
sctp: prevent info leak in sctp_make_heartbeat()
Dan Carpenter
1
-1
/
+1
2021-06-30
Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
15
-169
/
+728
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-29
/
+57
2021-06-29
net: sock: introduce sk_error_report
Alexander Aring
2
-2
/
+2
2021-06-28
Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+2
2021-06-28
sctp: add param size validation for SCTP_PARAM_SET_PRIMARY
Marcelo Ricardo Leitner
1
-3
/
+10
2021-06-28
sctp: validate chunk size in __rcv_asconf_lookup
Marcelo Ricardo Leitner
1
-0
/
+3
2021-06-28
sctp: add size validation when walking chunks
Marcelo Ricardo Leitner
1
-1
/
+1
2021-06-28
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
5
-25
/
+43
2021-06-24
sctp: send the next probe immediately once the last one is acked
Xin Long
1
-1
/
+4
2021-06-24
sctp: do black hole detection in search complete state
Xin Long
1
-7
/
+4
2021-06-22
sctp: process sctp over udp icmp err on sctp side
Xin Long
3
-19
/
+62
2021-06-22
sctp: extract sctp_v4_err_handle function from sctp_v4_err
Xin Long
1
-57
/
+49
2021-06-22
sctp: extract sctp_v6_err_handle function from sctp_v6_err
Xin Long
1
-36
/
+40
2021-06-22
sctp: remove the unessessary hold for idev in sctp_v6_err
Xin Long
1
-10
/
+2
2021-06-22
sctp: enable PLPMTUD when the transport is ready
Xin Long
4
-2
/
+13
2021-06-22
sctp: do state transition when receiving an icmp TOOBIG packet
Xin Long
2
-2
/
+53
2021-06-22
sctp: do state transition when a probe succeeds on HB ACK recv path
Xin Long
2
-1
/
+39
2021-06-22
sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send path
Xin Long
2
-0
/
+46
2021-06-22
sctp: do the basic send and recv for PLPMTUD probe
Xin Long
4
-6
/
+62
2021-06-22
sctp: add the probe timer in transport for PLPMTUD
Xin Long
5
-0
/
+93
2021-06-22
sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transport
Xin Long
1
-0
/
+118
2021-06-22
sctp: add probe_interval in sysctl and sock/asoc/transport
Xin Long
3
-0
/
+38
2021-06-22
sctp: add pad chunk and its make function and event table
Xin Long
2
-0
/
+49
2021-05-31
sctp: sm_statefuns: Fix spelling mistakes
Zheng Yongjun
1
-15
/
+15
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+2
2021-05-25
sctp: fix the proc_handler for sysctl encap_port
Xin Long
1
-1
/
+1
2021-05-25
sctp: add the missing setting for asoc encap_port
Xin Long
1
-0
/
+1
2021-05-17
sctp: Fix fall-through warnings for Clang
Gustavo A. R. Silva
1
-1
/
+2
2021-05-17
net: Remove the member netns_ok
Yejune Deng
1
-1
/
+0
2021-05-03
sctp: delay auto_asconf init until binding the first addr
Xin Long
1
-14
/
+17
2021-05-03
Revert "net/sctp: fix race condition in sctp_destroy_sock"
Xin Long
1
-5
/
+8
2021-05-03
sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b
Xin Long
1
-1
/
+2
2021-05-03
Revert "sctp: Fix SHUTDOWN CTSN Ack in the peer restart case"
Xin Long
1
-5
/
+1
2021-05-03
Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK""
Xin Long
1
-3
/
+3
2021-04-30
sctp: do asoc update earlier in sctp_sf_do_dupcook_b
Xin Long
2
-43
/
+30
2021-04-30
Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"
Xin Long
1
-3
/
+3
2021-04-30
sctp: do asoc update earlier in sctp_sf_do_dupcook_a
Xin Long
1
-5
/
+20
2021-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+5
[next]