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
/
net
/
tipc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-23
tipc: fix stale link problem during synchronization
Jon Paul Maloy
2
-3
/
+12
2015-08-23
tipc: interrupt link synchronization when a link goes down
Jon Paul Maloy
2
-4
/
+9
2015-08-23
tipc: eliminate risk of premature link setup during failover
Jon Paul Maloy
1
-1
/
+3
2015-08-17
tipc: don't sanity check non-existing TLV (NL compat)
Richard Alpe
1
-1
/
+1
2015-07-31
ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument
Roopa Prabhu
1
-1
/
+2
2015-07-30
tipc: clean up link creation
Jon Paul Maloy
4
-121
/
+86
2015-07-30
tipc: use temporary, non-protected skb queue for bundle reception
Jon Paul Maloy
1
-15
/
+19
2015-07-30
tipc: remove implicit message delivery in node_unlock()
Jon Paul Maloy
4
-63
/
+10
2015-07-30
tipc: make resetting of links non-atomic
Jon Paul Maloy
3
-70
/
+127
2015-07-30
tipc: move received discovery data evaluation inside node.c
Jon Paul Maloy
3
-123
/
+127
2015-07-30
tipc: merge link->exec_mode and link->state into one FSM
Jon Paul Maloy
3
-180
/
+226
2015-07-30
tipc: move protocol message sending away from link FSM
Jon Paul Maloy
3
-21
/
+33
2015-07-30
tipc: move link synch and failover to link aggregation level
Jon Paul Maloy
5
-508
/
+342
2015-07-30
tipc: extend node FSM
Jon Paul Maloy
2
-11
/
+92
2015-07-30
tipc: reverse call order for link_reset()->node_link_down()
Jon Paul Maloy
2
-14
/
+22
2015-07-30
tipc: move all link_reset() calls to link aggregation level
Jon Paul Maloy
5
-69
/
+104
2015-07-30
tipc: eliminate function tipc_link_activate()
Jon Paul Maloy
3
-16
/
+8
2015-07-29
tipc: fix bug in broadcast synch message create function
Jon Maloy
1
-0
/
+3
2015-07-26
tipc: clean up socket layer message reception
Jon Paul Maloy
4
-146
/
+134
2015-07-26
tipc: introduce new tipc_sk_respond() function
Jon Paul Maloy
3
-39
/
+47
2015-07-26
tipc: let function tipc_msg_reverse() expand header when needed
Jon Paul Maloy
3
-34
/
+48
2015-07-21
tipc: fix compatibility bug
Jon Paul Maloy
1
-1
/
+1
2015-07-20
tipc: reduce locking scope during packet reception
Jon Paul Maloy
8
-389
/
+478
2015-07-20
tipc: introduce node contact FSM
Jon Paul Maloy
4
-54
/
+185
2015-07-20
tipc: move link supervision timer to node level
Jon Paul Maloy
4
-80
/
+68
2015-07-20
tipc: simplify link timer implementation
Jon Paul Maloy
2
-45
/
+72
2015-07-20
tipc: improve link FSM implementation
Jon Paul Maloy
2
-156
/
+195
2015-07-20
tipc: introduce new link protocol msg create function
Jon Paul Maloy
1
-67
/
+77
2015-07-20
tipc: clean up definitions and usage of link flags
Jon Paul Maloy
4
-78
/
+67
2015-07-20
tipc: make media xmit call outside node spinlock context
Jon Paul Maloy
8
-77
/
+198
2015-07-20
tipc: change sk_buffer handling in tipc_link_xmit()
Jon Paul Maloy
3
-40
/
+37
2015-07-20
tipc: use bearer index when looking up active links
Jon Paul Maloy
2
-73
/
+59
2015-07-20
tipc: move link input queue to tipc_node
Jon Paul Maloy
4
-19
/
+27
2015-07-20
tipc: move link creation from neighbor discoverer to node
Jon Paul Maloy
3
-16
/
+37
2015-07-20
tipc: introduce link entry structure to struct tipc_node
Jon Paul Maloy
6
-136
/
+143
2015-07-08
net/tipc: initialize security state for new connection socket
Stephen Smalley
1
-0
/
+1
2015-06-28
tipc: purge backlog queue counters when broadcast link is reset
Jon Paul Maloy
3
-1
/
+7
2015-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+11
2015-06-10
tipc: disconnect socket directly after probe failure
Erik Hugne
1
-5
/
+11
2015-05-30
tipc: unconditionally put sock refcnt when sock timer to be deleted is pending
Ying Xue
1
-5
/
+2
2015-05-26
tipc: fix bug in link protocol message create function
Jon Paul Maloy
1
-2
/
+0
2015-05-14
tipc: use sock_create_kern interface to create kernel socket
Ying Xue
1
-1
/
+1
2015-05-14
tipc: add packet sequence number at instant of transmission
Jon Paul Maloy
5
-41
/
+54
2015-05-14
tipc: improve link congestion algorithm
Jon Paul Maloy
3
-10
/
+22
2015-05-14
tipc: simplify link supervision checkpointing
Jon Paul Maloy
2
-61
/
+22
2015-05-14
tipc: rename fields in struct tipc_link
Jon Paul Maloy
3
-96
/
+97
2015-05-14
tipc: simplify packet sequence number handling
Jon Paul Maloy
4
-62
/
+53
2015-05-14
tipc: simplify include dependencies
Jon Paul Maloy
8
-17
/
+22
2015-05-14
tipc: simplify link timer handling
Jon Paul Maloy
1
-3
/
+3
2015-05-14
tipc: simplify resetting and disabling of bearers
Jon Paul Maloy
3
-32
/
+10
[next]