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
2018-08-11
tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag
Yuchung Cheng
1
-4
/
+4
2018-08-11
tcp: always ACK immediately on hole repairs
Yuchung Cheng
1
-2
/
+2
2018-08-11
tcp: avoid resetting ACK timer in DCTCP
Yuchung Cheng
1
-2
/
+2
2018-08-11
tcp: mandate a one-time immediate ACK
Yuchung Cheng
1
-1
/
+3
2018-08-06
ipv4: frags: precedence bug in ip_expire()
Dan Carpenter
1
-1
/
+1
2018-08-05
ip: use rb trees for IP frag queue.
Peter Oskolkov
2
-87
/
+111
2018-08-05
ip: discard IPv4 datagrams with overlapping segments.
Peter Oskolkov
2
-56
/
+20
2018-08-03
tcp: remove unneeded variable 'err'
YueHaibing
1
-2
/
+1
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-7
/
+24
2018-08-01
ip_gre: remove redundant variables t_hlen
YueHaibing
1
-5
/
+0
2018-08-01
tcp: remove set but not used variable 'skb_size'
Wei Yongjun
1
-2
/
+1
2018-08-01
tcp: add stat of data packet reordering events
Wei Wang
3
-2
/
+7
2018-08-01
tcp: add dsack blocks received stats
Wei Wang
2
-0
/
+5
2018-08-01
tcp: add data bytes retransmitted stats
Wei Wang
2
-0
/
+6
2018-08-01
tcp: add data bytes sent stats
Wei Wang
2
-0
/
+7
2018-08-01
tcp: add a helper to calculate size of opt_stats
Wei Wang
1
-3
/
+24
2018-08-01
net: ipv4: Notify about changes to ip_forward_update_priority
Petr Machata
1
-1
/
+18
2018-08-01
net: ipv4: Control SKB reprioritization after forwarding
Petr Machata
3
-1
/
+12
2018-08-01
net: add helpers checking if socket can be bound to nonlocal address
Vincent Bernat
2
-6
/
+3
2018-07-31
ipv4: frags: handle possible skb truesize change
Eric Dumazet
1
-0
/
+5
2018-07-31
inet: frag: enforce memory limits earlier
Eric Dumazet
1
-3
/
+3
2018-07-30
net: simplify sock_poll_wait
Christoph Hellwig
1
-1
/
+1
2018-07-29
route: add support for directed broadcast forwarding
Xin Long
2
-1
/
+16
2018-07-28
tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
Neal Cardwell
1
-0
/
+4
2018-07-28
ipv4: remove BUG_ON() from fib_compute_spec_dst
Lorenzo Bianconi
1
-2
/
+2
2018-07-27
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-4
/
+2
2018-07-25
net: igmp: make function __ip_mc_inc_group() static
Wei Yongjun
1
-1
/
+2
2018-07-25
tcp: make function tcp_retransmit_stamp() static
Wei Yongjun
1
-1
/
+1
2018-07-25
tcp: ack immediately when a cwr packet arrives
Lawrence Brakmo
1
-1
/
+8
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-61
/
+100
2018-07-24
ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
Willem de Bruijn
1
-2
/
+5
2018-07-24
net: remove blank lines at end of file
Stephen Hemminger
2
-3
/
+3
2018-07-24
bpfilter: remove trailing newline
Stephen Hemminger
1
-1
/
+0
2018-07-23
tcp: add tcp_ooo_try_coalesce() helper
Eric Dumazet
1
-4
/
+21
2018-07-23
tcp: call tcp_drop() from tcp_data_queue_ofo()
Eric Dumazet
1
-2
/
+2
2018-07-23
tcp: detect malicious patterns in tcp_collapse_ofo_queue()
Eric Dumazet
1
-2
/
+13
2018-07-23
tcp: avoid collapses in tcp_prune_queue() if possible
Eric Dumazet
1
-0
/
+3
2018-07-23
tcp: free batches of packets in tcp_prune_ofo_queue()
Eric Dumazet
1
-4
/
+11
2018-07-23
ip: hash fragments consistently
Paolo Abeni
1
-0
/
+2
2018-07-21
multicast: do not restore deleted record source filter mode to new one
Hangbin Liu
1
-2
/
+1
2018-07-21
multicast: remove useless parameter for group add
Hangbin Liu
1
-5
/
+5
2018-07-21
tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracy
Jon Maxwell
1
-1
/
+17
2018-07-21
tcp: Add tcp_retransmit_stamp() helper routine
Jon Maxwell
1
-8
/
+17
2018-07-21
tcp: convert icsk_user_timeout from jiffies to msecs
Jon Maxwell
2
-6
/
+6
2018-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
5
-933
/
+3
2018-07-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
11
-69
/
+94
2018-07-20
tcp: do not delay ACK in DCTCP upon CE status change
Yuchung Cheng
2
-13
/
+20
2018-07-20
tcp: do not cancel delay-AcK on DCTCP special ACK
Yuchung Cheng
2
-33
/
+11
2018-07-20
tcp: helpers to send special DCTCP ack
Yuchung Cheng
1
-5
/
+17
2018-07-19
xfrm: don't check offload_handle for nonzero
Shannon Nelson
1
-4
/
+2
[next]