index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-23
net: ipmr: fix code and comment style
Nikolay Aleksandrov
2
-147
/
+54
2015-11-23
net: ipmr: remove some pimsm ifdefs and simplify
Nikolay Aleksandrov
1
-96
/
+84
2015-11-23
net: ipmr: always define mroute_reg_vif_num
Nikolay Aleksandrov
1
-8
/
+0
2015-11-23
net: ipmr: move the tbl id check in ipmr_new_table
Nikolay Aleksandrov
1
-11
/
+17
2015-11-23
intel: i40e: fix confused code
Rasmus Villemoes
1
-14
/
+10
2015-11-23
ixgbevf: fix spoofed packets with random MAC
Emil Tantilov
2
-1
/
+4
2015-11-23
ixgbevf: use ether_addr_copy instead of memcpy
Emil Tantilov
1
-8
/
+6
2015-11-23
i40evf: fix compiler warning of unused variable
Jesse Brandeburg
1
-4
/
+3
2015-11-23
ixgbe: Remove CS4227 diagnostic code
Mark Rustad
1
-80
/
+0
2015-11-23
ixgbe/ixgbevf: use napi_schedule_irqoff()
Alexander Duyck
2
-3
/
+3
2015-11-23
ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation to 12K
Alexander Duyck
3
-6
/
+5
2015-11-23
ixgbe: Add KR mode support for CS4227 chip
Mark Rustad
1
-23
/
+62
2015-11-23
ixgbe: Fix handling of NAPI budget when multiple queues are enabled per vector
Alexander Duyck
1
-1
/
+2
2015-11-23
fm10k: Fix handling of NAPI budget when multiple queues are enabled per vector
Alexander Duyck
1
-0
/
+4
2015-11-23
ixgbe: fix multiple kernel-doc errors
Jean Sacren
1
-6
/
+3
2015-11-23
ixgbe: Delete redundant include file
Mark Rustad
1
-3
/
+0
2015-11-23
ixgbe: drop null test before destroy functions
Julia Lawall
1
-2
/
+1
2015-11-23
fm10k: Correct MTU for jumbo frames
Jacob Keller
1
-1
/
+1
2015-11-23
fm10k: do not assume VF always has 1 queue
Jacob Keller
2
-1
/
+7
2015-11-23
Merge branch 'rhashtable-test-enhancements'
David S. Miller
1
-26
/
+50
2015-11-23
rhashtable-test: allow to retry even if -ENOMEM was returned
Phil Sutter
1
-1
/
+13
2015-11-23
rhashtable-test: calculate max_entries value by default
Phil Sutter
1
-3
/
+5
2015-11-23
rhashtable-test: retry insert operations
Phil Sutter
1
-24
/
+29
2015-11-23
rhashtable-test: add cond_resched() to thread test
Phil Sutter
1
-0
/
+5
2015-11-23
Merge branch 'dsa-gpio-reset'
David S. Miller
4
-0
/
+38
2015-11-23
dsa: mv88e6xxx.c: Hardware reset the chip if available
Andrew Lunn
1
-0
/
+10
2015-11-23
net: dsa: Add support for a switch reset gpio
Andrew Lunn
3
-0
/
+28
2015-11-23
Bluetooth: Increment management interface revision
Johan Hedberg
1
-1
/
+1
2015-11-23
Bluetooth: Fix powering on with privacy and advertising
Andrzej Kaczmarek
1
-7
/
+7
2015-11-23
Bluetooth: Fix returning proper HCI status from __hci_req_sync
Johan Hedberg
1
-1
/
+7
2015-11-23
can: xilinx: Convert to runtime_pm
Kedareswara rao Appana
1
-75
/
+101
2015-11-22
gianfar: use of_property_read_bool()
Saurabh Sengar
1
-4
/
+1
2015-11-22
bnx2x: Utilize FW 7.13.1.0.
Yuval Mintz
1
-20
/
+23
2015-11-22
net: IPv6 fib lookup tracepoint
David Ahern
3
-0
/
+90
2015-11-22
Bluetooth: Add support for Get Advertising Size Information command
Marcel Holtmann
2
-0
/
+71
2015-11-22
Bluetooth: Simplify if statements in tlv_data_is_valid function
Marcel Holtmann
1
-9
/
+11
2015-11-22
Bluetooth: Add instance range check for Add Advertising command
Marcel Holtmann
1
-0
/
+4
2015-11-20
net: avoid NULL deref in napi_get_frags()
Eric Dumazet
1
-2
/
+4
2015-11-20
ravb: use clock rate as basis for GTI.TIV
Simon Horman
2
-1
/
+40
2015-11-20
dl2k: Implement suspend
Ondrej Zary
1
-14
/
+65
2015-11-20
dl2k: Reorder and cleanup initialization
Ondrej Zary
1
-39
/
+56
2015-11-20
dl2k: Handle memory allocation errors in alloc_list
Ondrej Zary
1
-85
/
+97
2015-11-20
Merge branch 'tipc-cleanups-improvements'
David S. Miller
16
-1074
/
+1151
2015-11-20
tipc: eliminate remnants of hungarian notation
Jon Paul Maloy
6
-133
/
+133
2015-11-20
tipc: narrow down interface towards struct tipc_link
Jon Paul Maloy
7
-345
/
+415
2015-11-20
tipc: narrow down exposure of struct tipc_node
Jon Paul Maloy
7
-461
/
+462
2015-11-20
tipc: convert node lock to rwlock
Jon Paul Maloy
3
-133
/
+136
2015-11-20
tipc: introduce per-link spinlock
Jon Paul Maloy
3
-26
/
+25
2015-11-20
tipc: reduce code dependency between binding table and node layer
Jon Paul Maloy
6
-67
/
+74
2015-11-20
tipc: small cleanup of function tipc_node_check_state()
Jon Paul Maloy
1
-3
/
+2
[prev]
[next]