index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
qgroup.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-29
vsprintf: don't use 'restricted_pointer()' when not restricting
Linus Torvalds
1
-0
/
+2
2017-11-29
kallsyms: take advantage of the new '%px' format
Linus Torvalds
3
-13
/
+7
2017-11-29
Revert "mm, thp: Do not make pmd/pud dirty without a reason"
Linus Torvalds
5
-24
/
+16
2017-11-29
ethernet: dwmac-stm32: Fix copyright
Benjamin Gaignard
1
-2
/
+2
2017-11-29
net: via: via-rhine: use %p to format void * address instead of %x
Colin Ian King
1
-2
/
+2
2017-11-29
net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit
Geert Uytterhoeven
1
-0
/
+1
2017-11-29
myri10ge: Update MAINTAINERS
Hyong-Youb Kim
1
-2
/
+2
2017-11-29
kasan: use %px to print addresses instead of %p
Tobin C. Harding
1
-4
/
+4
2017-11-29
vsprintf: add printk specifier %px
Tobin C. Harding
3
-2
/
+36
2017-11-29
printk: hash addresses printed with %p
Tobin C. Harding
3
-46
/
+155
2017-11-29
vsprintf: refactor %pK code out of pointer()
Tobin C. Harding
1
-43
/
+54
2017-11-29
docs: correct documentation for %pK
Tobin C. Harding
1
-2
/
+1
2017-11-28
net: sched: cbq: create block for q->link.block
Jiri Pirko
1
-1
/
+8
2017-11-28
atm: suni: remove extraneous space to fix indentation
Colin Ian King
1
-1
/
+1
2017-11-28
atm: lanai: use %p to format kernel addresses instead of %x
Colin Ian King
1
-4
/
+4
2017-11-28
VSOCK: Don't set sk_state to TCP_CLOSE before testing it
Jorgen Hansen
1
-2
/
+2
2017-11-28
atm: fore200e: use %pK to format kernel addresses instead of %x
Colin Ian King
1
-2
/
+2
2017-11-28
ambassador: fix incorrect indentation of assignment statement
Colin Ian King
1
-1
/
+1
2017-11-28
vxlan: use __be32 type for the param vni in __vxlan_fdb_delete
Xin Long
1
-2
/
+2
2017-11-28
bonding: use nla_get_u64 to extract the value for IFLA_BOND_AD_ACTOR_SYSTEM
Xin Long
1
-1
/
+1
2017-11-28
sctp: use right member as the param of list_for_each_entry
Xin Long
1
-3
/
+3
2017-11-28
sch_sfq: fix null pointer dereference at timer expiration
Paolo Abeni
1
-0
/
+1
2017-11-28
cls_bpf: don't decrement net's refcount when offload fails
Jakub Kicinski
1
-10
/
+13
2017-11-28
Revert "ALSA: usb-audio: Fix potential zero-division at parsing FU"
Takashi Iwai
1
-2
/
+2
2017-11-28
net/packet: fix a race in packet_bind() and packet_notifier()
Eric Dumazet
1
-0
/
+5
2017-11-28
packet: fix crash in fanout_demux_rollover()
Mike Maloney
2
-23
/
+10
2017-11-28
sctp: remove extern from stream sched
Xin Long
6
-9
/
+41
2017-11-28
sctp: force the params with right types for sctp csum apis
Xin Long
1
-6
/
+7
2017-11-28
sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail
Xin Long
1
-1
/
+1
2017-11-28
lmc: Use memdup_user() as a cleanup
Vasyl Gomonovych
1
-10
/
+3
2017-11-28
bnxt_en: Fix an error handling path in 'bnxt_get_module_eeprom()'
Christophe JAILLET
1
-2
/
+2
2017-11-28
net: phy: marvell10g: fix the PHY id mask
Antoine Tenart
1
-2
/
+3
2017-11-28
net: mvpp2: check ethtool sets the Tx ring size is to a valid min value
Antoine Tenart
1
-0
/
+6
2017-11-28
net: mvpp2: do not disable GMAC padding
Yan Markman
1
-9
/
+0
2017-11-28
net: mvpp2: cleanup probed ports in the probe error path
Antoine Tenart
1
-2
/
+9
2017-11-28
net: mvpp2: fix the txq_init error path
Antoine Tenart
1
-18
/
+2
2017-11-28
mlxsw: spectrum_router: Update nexthop RIF on update
Petr Machata
1
-7
/
+21
2017-11-28
mlxsw: spectrum_router: Handle encap to demoted tunnels
Petr Machata
1
-32
/
+29
2017-11-28
mlxsw: spectrum_router: Demote tunnels on VRF migration
Petr Machata
1
-0
/
+18
2017-11-28
mlxsw: spectrum_router: Offload decap only for up tunnels
Petr Machata
1
-1
/
+1
2017-11-28
proc: don't report kernel addresses in /proc/<pid>/stack
Linus Torvalds
1
-2
/
+1
2017-11-27
e1000: Fix off-by-one in debug message
Ahmad Fatoum
1
-2
/
+4
2017-11-27
i40e: Fix reporting incorrect error codes
Amritha Nambiar
1
-1
/
+0
2017-11-27
e1000e: fix the use of magic numbers for buffer overrun issue
Sasha Neftin
2
-4
/
+8
2017-11-27
i40e/virtchnl: fix application of sizeof to pointer
Gustavo A R Silva
1
-1
/
+1
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
111
-417
/
+417
2017-11-27
auxdisplay: img-ascii-lcd: Only build on archs that have IOMEM
Thomas Meyer
1
-0
/
+1
2017-11-27
mm, thp: Do not make pmd/pud dirty without a reason
Kirill A. Shutemov
5
-16
/
+24
2017-11-27
mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
Kirill A. Shutemov
1
-23
/
+13
2017-11-27
tipc: eliminate access after delete in group_filter_msg()
Jon Maloy
1
-1
/
+1
[next]