index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
laptop
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-21
bpf: turn bpf_prog_get_type() into a wrapper
Jakub Kicinski
2
-17
/
+6
2017-11-21
net: xdp: don't allow device-bound programs in driver mode
Jakub Kicinski
1
-0
/
+7
2017-11-21
bpf: offload: move offload device validation out to the drivers
Jakub Kicinski
5
-25
/
+27
2017-11-21
bpf: offload: rename the ifindex field
Jakub Kicinski
4
-5
/
+5
2017-11-21
bpf: offload: limit offload to cls_bpf and xdp programs only
Jakub Kicinski
1
-2
/
+3
2017-11-21
bpf: offload: add comment warning developers about double destroy
Jakub Kicinski
1
-0
/
+4
2017-11-20
net: vxge: Fix some indentation issues
Christophe JAILLET
1
-19
/
+18
2017-11-20
net: ena: fix race condition between device reset and link up setup
Netanel Belgazal
2
-3
/
+11
2017-11-19
r8169: use same RTL8111EVL green settings as in vendor driver
Heiner Kallweit
1
-0
/
+5
2017-11-19
r8169: fix RTL8111EVL EEE and green settings
Heiner Kallweit
1
-6
/
+6
2017-11-19
tun: fix rcu_read_lock imbalance in tun_build_skb
Xin Long
1
-1
/
+2
2017-11-19
tcp: when scheduling TLP, time of RTO should account for current ACK
Neal Cardwell
3
-5
/
+7
2017-11-19
usbnet: ipheth: fix potential null pointer dereference in ipheth_carrier_set
Gustavo A. R. Silva
1
-1
/
+4
2017-11-19
gre6: use log_ecn_error module parameter in ip6_tnl_rcv()
Alexey Kodanev
1
-1
/
+1
2017-11-18
net: usb: hso.c: remove unneeded DRIVER_LICENSE #define
Greg Kroah-Hartman
1
-2
/
+1
2017-11-18
ibmvnic: fix dma_mapping_error call
Desnes Augusto Nunes do Rosario
1
-2
/
+1
2017-11-18
ipvlan: NULL pointer dereference panic in ipvlan_port_destroy
Girish Moodalbail
1
-49
/
+55
2017-11-18
route: also update fnhe_genid when updating a route cache
Xin Long
1
-2
/
+7
2017-11-18
route: update fnhe_expires for redirect when the fnhe exists
Xin Long
1
-3
/
+2
2017-11-18
sctp: set frag_point in sctp_setsockopt_maxseg correctly
Xin Long
2
-11
/
+21
2017-11-18
rsi: fix memory leak on buf and usb_reg_buf
Colin Ian King
1
-6
/
+6
2017-11-18
net/netlabel: Add list_next_rcu() in rcu_dereference().
Tim Hansen
1
-2
/
+2
2017-11-18
EXPERT Kconfig menu: fix broken EXPERT menu
Randy Dunlap
1
-91
/
+93
2017-11-18
include/asm-generic/topology.h: remove unused parent_node() macro
Dou Liyang
1
-3
/
+0
2017-11-18
arch/tile/include/asm/topology.h: remove unused parent_node() macro
Dou Liyang
1
-6
/
+0
2017-11-18
arch/sparc/include/asm/topology_64.h: remove unused parent_node() macro
Dou Liyang
1
-2
/
+0
2017-11-18
arch/sh/include/asm/topology.h: remove unused parent_node() macro
Dou Liyang
1
-1
/
+0
2017-11-18
arch/ia64/include/asm/topology.h: remove unused parent_node() macro
Dou Liyang
1
-7
/
+0
2017-11-18
drivers/pcmcia/sa1111_badge4.c: avoid unused function warning
Arnd Bergmann
1
-0
/
+2
2017-11-18
mm: add infrastructure for get_user_pages_fast() benchmarking
Kirill A. Shutemov
5
-0
/
+202
2017-11-18
sysvipc: make get_maxid O(1) again
Davidlohr Bueso
3
-33
/
+32
2017-11-18
sysvipc: properly name ipc_addid() limit parameter
Davidlohr Bueso
1
-5
/
+5
2017-11-18
sysvipc: duplicate lock comments wrt ipc_addid()
Davidlohr Bueso
2
-0
/
+2
2017-11-18
sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE
Davidlohr Bueso
3
-20
/
+47
2017-11-18
initramfs: use time64_t timestamps
Arnd Bergmann
1
-5
/
+5
2017-11-18
drivers/watchdog: make use of devm_register_reboot_notifier()
Andrey Smirnov
2
-35
/
+32
2017-11-18
kernel/reboot.c: add devm_register_reboot_notifier()
Andrey Smirnov
2
-0
/
+31
2017-11-18
kcov: update documentation
Victor Chibotaru
1
-4
/
+95
2017-11-18
Makefile: support flag -fsanitizer-coverage=trace-cmp
Victor Chibotaru
3
-2
/
+18
2017-11-18
kcov: support comparison operands collection
Victor Chibotaru
3
-39
/
+211
2017-11-18
kcov: remove pointless current != NULL check
Andrey Ryabinin
1
-1
/
+1
2017-11-18
kernel/panic.c: add TAINT_AUX
Borislav Petkov
2
-1
/
+4
2017-11-18
pid: remove pidhash
Gargi Sharma
8
-50
/
+18
2017-11-18
pid: replace pid bitmap implementation with IDR API
Gargi Sharma
6
-209
/
+65
2017-11-18
kernel/sysctl.c: code cleanups
Ola N. Kaldestad
1
-5
/
+3
2017-11-18
Documentation/sysctl/vm.txt: fix typo
Kangmin Park
1
-1
/
+1
2017-11-18
drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_tran...
Christophe JAILLET
1
-1
/
+1
2017-11-18
drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling...
Christophe JAILLET
1
-1
/
+2
2017-11-18
rapidio: constify rio_device_id
Arvind Yadav
5
-5
/
+5
2017-11-18
kdump: print a message in case parse_crashkernel_mem resulted in zero bytes
Dave Young
1
-1
/
+2
[next]