index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
filesystems
/
hpfs.txt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-12-08
tcp: evaluate packet losses upon RTT change
Yuchung Cheng
1
-11
/
+8
2017-12-08
tcp: fix off-by-one bug in RACK
Yuchung Cheng
1
-3
/
+3
2017-12-08
tcp: always evaluate losses in RACK upon undo
Yuchung Cheng
1
-0
/
+1
2017-12-08
tcp: correctly test congestion state in RACK
Yuchung Cheng
1
-1
/
+2
2017-12-08
bnxt_en: Fix sources of spurious netpoll warnings
Calvin Owens
1
-2
/
+2
2017-12-08
tcp_bbr: reset long-term bandwidth sampling on loss recovery undo
Neal Cardwell
1
-0
/
+1
2017-12-08
tcp_bbr: reset full pipe detection on loss recovery undo
Neal Cardwell
1
-0
/
+4
2017-12-08
tcp_bbr: record "full bw reached" decision in new full_bw_reached bit
Neal Cardwell
1
-2
/
+5
2017-12-08
sfc: pass valid pointers from efx_enqueue_unwind
Bert Kenward
1
-1
/
+4
2017-12-08
gianfar: Disable EEE autoneg by default
Claudiu Manoil
1
-0
/
+5
2017-12-08
of: overlay: Make node skipping in init_overlay_changeset() clearer
Geert Uytterhoeven
1
-10
/
+11
2017-12-08
of: overlay: Fix out-of-bounds write in init_overlay_changeset()
Geert Uytterhoeven
1
-3
/
+4
2017-12-08
tcp: invalidate rate samples during SACK reneging
Yousuk Seung
5
-7
/
+19
2017-12-08
can: peak/pcie_fd: fix potential bug in restarting tx queue
Stephane Grosjean
1
-6
/
+3
2017-12-08
can: usb_8dev: cancel urb on -EPIPE and -EPROTO
Martin Kelly
1
-0
/
+2
2017-12-08
can: kvaser_usb: cancel urb on -EPIPE and -EPROTO
Martin Kelly
1
-0
/
+2
2017-12-08
can: esd_usb2: cancel urb on -EPIPE and -EPROTO
Martin Kelly
1
-0
/
+2
2017-12-08
can: ems_usb: cancel urb on -EPIPE and -EPROTO
Martin Kelly
1
-0
/
+2
2017-12-08
can: mcba_usb: cancel urb on -EPROTO
Martin Kelly
1
-0
/
+1
2017-12-07
usbnet: fix alignment for frames with no ethernet header
Bjørn Mork
3
-1
/
+7
2017-12-07
tcp: use current time in tcp_rcv_space_adjust()
Eric Dumazet
1
-0
/
+1
2017-12-07
netlink: Relax attr validation for fixed length types
David Ahern
1
-6
/
+16
2017-12-07
adding missing rcu_read_unlock in ipxip6_rcv
Nikita V. Shirokov
1
-1
/
+1
2017-12-07
net: dsa: mv88e6xxx: Unregister MDIO bus on error path
Andrew Lunn
1
-14
/
+16
2017-12-07
net: dsa: mv88e6xxx: Fix interrupt masking on removal
Andrew Lunn
1
-2
/
+2
2017-12-07
net: ethernet: arc: fix error handling in emac_rockchip_probe
Branislav Radocaj
1
-2
/
+5
2017-12-07
net: mvmdio: disable/unprepare clocks in EPROBE_DEFER case
Tobias Jordan
1
-1
/
+2
2017-12-07
virtio_net: fix return value check in receive_mergeable()
Yunjian Wang
1
-1
/
+1
2017-12-07
virtio_mmio: add cleanup for virtio_mmio_remove
weiping zhang
1
-0
/
+6
2017-12-07
virtio_mmio: add cleanup for virtio_mmio_probe
weiping zhang
1
-10
/
+41
2017-12-07
drm/bridge: analogix dp: Fix runtime PM state in get_modes() callback
Marek Szyprowski
1
-0
/
+2
2017-12-07
brcmfmac: Avoid build error with make W=1
Andy Shevchenko
1
-1
/
+1
2017-12-07
Revert "drm/i915: Display WA #1133 WaFbcSkipSegments:cnl, glk"
Radhakrishna Sripada
2
-16
/
+0
2017-12-07
drm/vc4: Fix false positive WARN() backtrace on refcount_inc() usage
Boris Brezillon
1
-1
/
+2
2017-12-07
drm/i915: Call i915_gem_init_userptr() before taking struct_mutex
Chris Wilson
1
-6
/
+5
2017-12-07
s390: fix compat system call table
Heiko Carstens
1
-3
/
+3
2017-12-07
proc: show si_ptr in /proc/<pid>/timers without hashing
Linus Torvalds
1
-1
/
+1
2017-12-07
drm/exynos: remove unnecessary function declaration
Inki Dae
1
-23
/
+21
2017-12-07
drm/exynos: remove unnecessary descrptions
Inki Dae
1
-5
/
+0
2017-12-07
drm/exynos: gem: Drop NONCONTIG flag for buffers allocated without IOMMU
Marek Szyprowski
1
-0
/
+9
2017-12-07
drm/exynos: Fix dma-buf import
Marek Szyprowski
3
-1
/
+9
2017-12-06
kgdb/kdb/debug_core: Add co-maintainer Daniel Thompson
Jason Wessel
1
-0
/
+1
2017-12-06
kdb: Fix handling of kallsyms_symbol_next() return value
Daniel Thompson
1
-1
/
+1
2017-12-06
of: overlay: Fix (un)locking in of_overlay_apply()
Geert Uytterhoeven
1
-10
/
+5
2017-12-06
of: overlay: Fix memory leak in of_overlay_apply() error path
Geert Uytterhoeven
1
-8
/
+8
2017-12-06
tooling/headers: Synchronize updated s390 and x86 UAPI headers
Ingo Molnar
3
-9
/
+1
2017-12-06
objtool: Fix 64-bit build on 32-bit host
Mikulas Patocka
2
-6
/
+9
2017-12-06
dt-bindings: eeprom: at25: Document device-specific compatible values
Geert Uytterhoeven
1
-3
/
+8
2017-12-06
dt-bindings: eeprom: at25: Grammar s/are can/can/
Geert Uytterhoeven
1
-1
/
+1
2017-12-06
dt-bindings: Remove leading 0x from bindings notation
Mathieu Malaterre
73
-99
/
+99
[next]