index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
tcp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2005-08-29
[NET]: Fix sparse warnings
Arnaldo Carvalho de Melo
1
-0
/
+12
2005-08-29
[INET_DIAG]: Move the tcp_diag interface to the proper place
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-08-29
[TCPDIAG]: Just rename everything to inet_diag
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-08-29
[ICSK]: Move TCP congestion avoidance members to icsk
Arnaldo Carvalho de Melo
1
-32
/
+42
2005-08-29
[TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_s...
Arnaldo Carvalho de Melo
1
-2
/
+0
2005-08-29
[TIMEWAIT]: Introduce inet_timewait_death_row
Arnaldo Carvalho de Melo
1
-31
/
+5
2005-08-29
[ICSK]: Move generalised functions from tcp to inet_connection_sock
Arnaldo Carvalho de Melo
1
-6
/
+0
2005-08-29
[ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer
Arnaldo Carvalho de Melo
1
-1
/
+2
2005-08-29
[ICSK]: Generalise tcp_listen_{start,stop}
Arnaldo Carvalho de Melo
1
-2
/
+2
2005-08-29
[NET]: Just move the inet_connection_sock function from tcp sources
Arnaldo Carvalho de Melo
1
-152
/
+8
2005-08-29
[NET]: Introduce inet_connection_sock
Arnaldo Carvalho de Melo
1
-111
/
+111
2005-08-29
[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
Arnaldo Carvalho de Melo
1
-198
/
+4
2005-08-29
[TCP]: Move the tcp sock states to net/tcp_states.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2005-08-29
[INET]: Generalise the tcp_listen_ lock routines
Arnaldo Carvalho de Melo
1
-21
/
+0
2005-08-29
[INET]: Move tcp_port_rover to inet_hashinfo
Arnaldo Carvalho de Melo
1
-19
/
+7
2005-08-29
[INET]: Generalise tcp_bind_hash & tcp_inherit_port
Arnaldo Carvalho de Melo
1
-9
/
+2
2005-08-29
[INET]: Move bind_hash from tcp_sk to inet_sk
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-08-29
[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]
Arnaldo Carvalho de Melo
1
-118
/
+2
2005-08-29
[INET]: Just rename the TCP hashtable functions/structs to inet_
Arnaldo Carvalho de Melo
1
-51
/
+42
2005-08-29
[INET]: Introduce inet_sk_rebuild_header
Arnaldo Carvalho de Melo
1
-2
/
+0
2005-08-29
[SOCK]: Introduce sk_setup_caps
Arnaldo Carvalho de Melo
1
-9
/
+0
2005-08-29
[NET]: Cleanup INET_REFCNT_DEBUG code
Arnaldo Carvalho de Melo
1
-1
/
+1
2005-07-30
[NET]: Spelling mistakes threshoulds -> thresholds
Baruch Even
1
-1
/
+1
2005-07-08
[NET]: Fix sparse warnings
Victor Fusco
1
-1
/
+2
2005-07-08
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
David S. Miller
1
-1
/
+1
2005-07-05
[TCP]: Move to new TSO segmenting scheme.
David S. Miller
1
-2
/
+2
2005-07-05
[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.
David S. Miller
1
-1
/
+0
2005-07-05
[TCP]: Fix redundant calculations of tcp_current_mss()
David S. Miller
1
-1
/
+1
2005-07-05
[TCP]: Kill extra cwnd validate in __tcp_push_pending_frames().
David S. Miller
1
-23
/
+3
2005-07-05
[TCP]: Move __tcp_data_snd_check into tcp_output.c
David S. Miller
1
-0
/
+1
2005-07-05
[TCP]: Move send test logic out of net/tcp.h
David S. Miller
1
-110
/
+3
2005-07-05
[TCP]: Fix quick-ack decrementing with TSO.
David S. Miller
1
-4
/
+9
2005-06-23
[TCP]: Need to declare 'tcp_reno' in net/tcp.h
David S. Miller
1
-0
/
+1
2005-06-23
[TCP]: Allow choosing TCP congestion control via sockopt.
Stephen Hemminger
1
-1
/
+2
2005-06-23
[TCP]: Add pluggable congestion control algorithm infrastructure.
Stephen Hemminger
1
-162
/
+75
2005-06-18
[NET]: Move sysctl_max_syn_backlog into request_sock.c
David S. Miller
1
-1
/
+0
2005-06-18
[NET] Generalise tcp_listen_opt
Arnaldo Carvalho de Melo
1
-38
/
+8
2005-06-18
[NET] Rename open_request to request_sock
Arnaldo Carvalho de Melo
1
-15
/
+15
2005-06-18
[NET] Generalise TCP's struct open_request minisock infrastructure
Arnaldo Carvalho de Melo
1
-76
/
+11
2005-05-05
[PATCH] update Ross Biro bouncing email address
Jesper Juhl
1
-1
/
+1
2005-04-24
[TCP]: skb pcount with MTU discovery
David S. Miller
1
-5
/
+6
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+2022