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
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-16
inet: implement lockless IP_MINTTL
Eric Dumazet
1
-18
/
+14
2023-08-16
inet: implement lockless IP_TTL
Eric Dumazet
2
-16
/
+13
2023-08-16
inet: move inet->defer_connect to inet->inet_flags
Eric Dumazet
4
-9
/
+11
2023-08-16
inet: move inet->bind_address_no_port to inet->inet_flags
Eric Dumazet
3
-8
/
+8
2023-08-16
inet: move inet->nodefrag to inet->inet_flags
Eric Dumazet
4
-13
/
+11
2023-08-16
inet: move inet->is_icsk to inet->inet_flags
Eric Dumazet
4
-6
/
+6
2023-08-16
inet: move inet->transparent to inet->inet_flags
Eric Dumazet
5
-20
/
+17
2023-08-16
inet: move inet->mc_all to inet->inet_frags
Eric Dumazet
4
-14
/
+14
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
4
-11
/
+11
2023-08-16
inet: move inet->hdrincl to inet->inet_flags
Eric Dumazet
6
-25
/
+20
2023-08-16
inet: move inet->freebind to inet->inet_flags
Eric Dumazet
2
-13
/
+10
2023-08-16
inet: move inet->recverr_rfc4884 to inet->inet_flags
Eric Dumazet
2
-10
/
+10
2023-08-16
inet: move inet->recverr to inet->inet_flags
Eric Dumazet
6
-26
/
+25
2023-08-16
inet: set/get simple options locklessly
Eric Dumazet
1
-56
/
+62
2023-08-16
inet: introduce inet->inet_flags
Eric Dumazet
4
-57
/
+36
2023-08-15
nexthop: Do not increment dump sentinel at the end of the dump
Ido Schimmel
1
-1
/
+0
2023-08-15
nexthop: Simplify nexthop bucket dump
Ido Schimmel
1
-5
/
+0
2023-08-14
net: factor out __inet_listen_sk() helper
Paolo Abeni
1
-16
/
+22
2023-08-14
net: factor out inet{,6}_bind_sk helpers
Paolo Abeni
1
-2
/
+6
2023-08-13
net: tcp: refactor the dbg message in tcp_retransmit_timer()
Menglong Dong
1
-10
/
+13
2023-08-13
net: tcp: fix unexcepted socket die when snd_wnd is 0
Menglong Dong
1
-1
/
+17
2023-08-13
net: tcp: allow zero-window ACK update the window
Menglong Dong
1
-1
/
+1
2023-08-13
net: tcp: send zero-window ACK when no memory
Menglong Dong
2
-9
/
+23
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-22
/
+8
2023-08-09
nexthop: Fix infinite nexthop bucket dump when using maximum nexthop ID
Ido Schimmel
1
-5
/
+1
2023-08-09
nexthop: Make nexthop bucket dump more efficient
Ido Schimmel
1
-11
/
+5
2023-08-09
nexthop: Fix infinite nexthop dump when using maximum nexthop ID
Ido Schimmel
1
-5
/
+1
2023-08-08
net/ipv4: return the real errno instead of -EINVAL
xu xin
1
-1
/
+1
2023-08-06
tcp: set TCP_DEFER_ACCEPT locklessly
Eric Dumazet
3
-9
/
+8
2023-08-06
tcp: set TCP_LINGER2 locklessly
Eric Dumazet
3
-12
/
+11
2023-08-06
tcp: set TCP_KEEPCNT locklessly
Eric Dumazet
1
-8
/
+2
2023-08-06
tcp: set TCP_KEEPINTVL locklessly
Eric Dumazet
1
-8
/
+2
2023-08-06
tcp: set TCP_USER_TIMEOUT locklessly
Eric Dumazet
2
-28
/
+32
2023-08-06
tcp: set TCP_SYNCNT locklessly
Eric Dumazet
2
-12
/
+12
2023-08-04
tcp: Update stale comment for MD5 in tcp_parse_options().
Kuniyuki Iwashima
1
-3
/
+2
2023-08-04
tcp: Disable header prediction for MD5 flow.
Kuniyuki Iwashima
2
-7
/
+0
2023-08-04
tunnels: fix kasan splat when generating ipv4 pmtu error
Florian Westphal
1
-1
/
+1
2023-08-04
tcp_metrics: hash table allocation cleanup
Eric Dumazet
1
-12
/
+7
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-76
/
+95
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
9
-42
/
+76
2023-08-03
tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen
Eric Dumazet
1
-4
/
+5
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_net
Eric Dumazet
1
-4
/
+7
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_vals[]
Eric Dumazet
1
-9
/
+14
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_lock
Eric Dumazet
1
-2
/
+4
2023-08-03
tcp_metrics: annotate data-races around tm->tcpm_stamp
Eric Dumazet
1
-6
/
+13
2023-08-03
tcp_metrics: fix addr_same() helper
Eric Dumazet
1
-1
/
+1
2023-08-02
udp: Fix __ip_append_data()'s handling of MSG_SPLICE_PAGES
David Howells
1
-0
/
+9
2023-07-31
net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn
Lorenz Bauer
1
-2
/
+0
2023-07-29
net: annotate data-races around sk->sk_priority
Eric Dumazet
4
-5
/
+5
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
4
-7
/
+7
[next]