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
/
include
/
net
/
inet_sock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
1
-6
/
+4
2023-08-16
inet: move inet->bind_address_no_port to inet->inet_flags
Eric Dumazet
1
-2
/
+2
2023-08-16
inet: move inet->nodefrag to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
1
-3
/
+2
2023-08-16
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
1
-3
/
+3
2023-08-16
inet: move inet->mc_all to inet->inet_frags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
1
-2
/
+2
2023-08-16
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
1
-2
/
+3
2023-08-16
inet: move inet->recverr_rfc4884 to inet->inet_flags
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->recverr to inet->inet_flags
Eric Dumazet
1
-2
/
+3
2023-08-16
inet: introduce inet->inet_flags
Eric Dumazet
1
-11
/
+44
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-3
/
+4
2023-03-17
inet: preserve const qualifier in inet_sk()
Eric Dumazet
1
-4
/
+1
2023-01-25
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
1
-0
/
+4
2022-07-29
net: allow unbound socket for packets in VRF when tcp_l3mdev_accept set
Mike Manning
1
-0
/
+11
2022-07-15
tcp: Fix data-races around sysctl_tcp_l3mdev_accept.
Kuniyuki Iwashima
1
-2
/
+2
2022-07-15
tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-15
ip: Fix data-races around sysctl_ip_nonlocal_bind.
Kuniyuki Iwashima
1
-1
/
+1
2022-06-23
sock: redo the psock vs ULP protection check
Jakub Kicinski
1
-0
/
+5
2022-05-16
tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
Eric Dumazet
1
-2
/
+3
2021-11-17
ipv4/raw: support binding to nonlocal addresses
Riccardo Paolo Bestetti
1
-0
/
+12
2021-10-25
tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindex
Eric Dumazet
1
-2
/
+1
2020-08-26
inet: remove inet_sk_copy_descendant()
Eric Dumazet
1
-7
/
+0
2020-07-19
icmp: support rfc 4884
Willem de Bruijn
1
-0
/
+1
2020-03-02
net: inet_sock: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2019-09-13
ip: support SO_MARK cmsg
Willem de Bruijn
1
-0
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2018-11-07
net: ensure unbound stream socket to be chosen when not in a VRF
Mike Manning
1
-0
/
+8
2018-11-07
net: allow binding socket in a VRF when there's an unbound socket
Robert Shearman
1
-0
/
+13
2018-10-02
inet: make sure to grab rcu_read_lock before using ireq->ireq_opt
Eric Dumazet
1
-5
/
+0
2018-10-01
tcp/dccp: fix lockdep issue when SYN is backlogged
Eric Dumazet
1
-2
/
+1
2018-08-01
net: add helpers checking if socket can be bound to nonlocal address
Vincent Bernat
1
-0
/
+8
2018-07-04
net: ipv4: Hook into time based transmission
Jesus Sanchez-Palencia
1
-0
/
+1
2018-04-26
udp: generate gso with UDP_SEGMENT
Willem de Bruijn
1
-0
/
+1
2017-12-20
net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...
Yafang Shao
1
-1
/
+24
2017-12-20
net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...
Yafang Shao
1
-0
/
+2
2017-11-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-3
/
+0
2017-11-15
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
1
-3
/
+0
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+6
2017-10-26
tcp: TCP experimental option for SMC
Ursula Braun
1
-1
/
+2
2017-10-26
tcp/dccp: fix other lockdep splats accessing ireq_opt
Eric Dumazet
1
-0
/
+6
2017-10-21
tcp/dccp: fix ireq->opt races
Eric Dumazet
1
-1
/
+1
2017-01-25
net/tcp-fastopen: Add new API support
Wei Wang
1
-1
/
+5
2016-11-03
ipv4: add IP_RECVFRAGSIZE cmsg
Willem de Bruijn
1
-0
/
+1
2016-06-27
ipv6: Allow request socks to contain IPv6 options.
Huw Davies
1
-1
/
+6
2015-12-18
net: Allow accepted sockets to be bound to l3mdev domain
David Ahern
1
-0
/
+14
2015-12-07
xfrm: take care of request sockets
Eric Dumazet
1
-4
/
+23
[next]