index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
xen: support priv-mapping in an HVM tools domain
Paul Durrant
2017-11-03
2
-2
/
+36
*
xen/pvcalls: remove redundant check for irq >= 0
Colin Ian King
2017-11-03
1
-3
/
+1
*
xen/pvcalls: fix unsigned less than zero error check
Colin Ian King
2017-11-03
1
-4
/
+3
*
xen/time: Return -ENODEV from xen_get_wallclock()
Boris Ostrovsky
2017-11-03
1
-1
/
+1
*
xen/pvcalls-front: mark expected switch fall-through
Gustavo A. R. Silva
2017-11-03
1
-1
/
+2
*
xen: xenbus_probe_frontend: mark expected switch fall-throughs
Gustavo A. R. Silva
2017-11-03
1
-0
/
+2
*
xen/time: do not decrease steal time after live migration on xen
Dongli Zhang
2017-11-02
3
-7
/
+73
*
xen: support 52 bit physical addresses in pv guests
Juergen Gross
2017-10-31
2
-3
/
+12
*
xen: introduce a Kconfig option to enable the pvcalls frontend
Stefano Stabellini
2017-10-31
2
-0
/
+12
*
xen/pvcalls: implement release command
Stefano Stabellini
2017-10-31
2
-0
/
+99
*
xen/pvcalls: implement poll command
Stefano Stabellini
2017-10-31
2
-9
/
+138
*
xen/pvcalls: implement recvmsg
Stefano Stabellini
2017-10-31
2
-0
/
+115
*
xen/pvcalls: implement sendmsg
Stefano Stabellini
2017-10-31
2
-0
/
+124
*
xen/pvcalls: implement accept command
Stefano Stabellini
2017-10-31
2
-0
/
+148
*
xen/pvcalls: implement listen command
Stefano Stabellini
2017-10-31
2
-0
/
+58
*
xen/pvcalls: implement bind command
Stefano Stabellini
2017-10-31
2
-0
/
+69
*
xen/pvcalls: implement connect command
Stefano Stabellini
2017-10-31
2
-0
/
+160
*
xen/pvcalls: implement socket command and handle events
Stefano Stabellini
2017-10-31
2
-0
/
+139
*
xen/pvcalls: connect to the backend
Stefano Stabellini
2017-10-31
1
-0
/
+132
*
xen/pvcalls: implement frontend disconnect
Stefano Stabellini
2017-10-31
1
-0
/
+71
*
xen/pvcalls: introduce the pvcalls xenbus frontend
Stefano Stabellini
2017-10-31
1
-0
/
+61
*
Linux 4.14-rc7
v4.14-rc7
Linus Torvalds
2017-10-29
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2017-10-29
78
-361
/
+1021
|
\
|
*
Merge branch 'net_sched-fix-races-with-RCU-callbacks'
David S. Miller
2017-10-29
19
-57
/
+367
|
|
\
|
|
*
selftests: Introduce a new test case to tc testsuite
Chris Mi
2017-10-29
3
-5
/
+40
|
|
*
selftests: Introduce a new script to generate tc batch file
Chris Mi
2017-10-29
1
-0
/
+62
|
|
*
net_sched: fix call_rcu() race on act_sample module removal
Cong Wang
2017-10-29
1
-0
/
+1
|
|
*
net_sched: add rtnl assertion to tcf_exts_destroy()
Cong Wang
2017-10-29
1
-0
/
+1
|
|
*
net_sched: use tcf_queue_work() in tcindex filter
Cong Wang
2017-10-29
1
-5
/
+33
|
|
*
net_sched: use tcf_queue_work() in rsvp filter
Cong Wang
2017-10-29
1
-3
/
+16
|
|
*
net_sched: use tcf_queue_work() in route filter
Cong Wang
2017-10-29
1
-3
/
+16
|
|
*
net_sched: use tcf_queue_work() in u32 filter
Cong Wang
2017-10-29
1
-3
/
+26
|
|
*
net_sched: use tcf_queue_work() in matchall filter
Cong Wang
2017-10-29
1
-3
/
+16
|
|
*
net_sched: use tcf_queue_work() in fw filter
Cong Wang
2017-10-29
1
-3
/
+16
|
|
*
net_sched: use tcf_queue_work() in flower filter
Cong Wang
2017-10-29
1
-3
/
+16
|
|
*
net_sched: use tcf_queue_work() in flow filter
Cong Wang
2017-10-29
1
-3
/
+16
|
|
*
net_sched: use tcf_queue_work() in cgroup filter
Cong Wang
2017-10-29
1
-4
/
+18
|
|
*
net_sched: use tcf_queue_work() in bpf filter
Cong Wang
2017-10-29
1
-2
/
+17
|
|
*
net_sched: use tcf_queue_work() in basic filter
Cong Wang
2017-10-29
1
-3
/
+17
|
|
*
net_sched: introduce a workqueue for RCU callbacks of tc filter
Cong Wang
2017-10-29
3
-17
/
+56
|
|
/
|
*
Merge branch 'sctp-endianness-fixes'
David S. Miller
2017-10-29
10
-50
/
+59
|
|
\
|
|
*
sctp: fix some type cast warnings introduced since very beginning
Xin Long
2017-10-29
5
-7
/
+7
|
|
*
sctp: fix a type cast warnings that causes a_rwnd gets the wrong value
Xin Long
2017-10-29
1
-2
/
+2
|
|
*
sctp: fix some type cast warnings introduced by transport rhashtable
Xin Long
2017-10-29
1
-11
/
+11
|
|
*
sctp: fix some type cast warnings introduced by stream reconf
Xin Long
2017-10-29
6
-30
/
+39
|
|
/
|
*
net_sched: avoid matching qdisc with zero handle
Cong Wang
2017-10-29
1
-0
/
+2
|
*
sctp: reset owner sk for data chunks on out queues when migrating a sock
Xin Long
2017-10-29
1
-0
/
+32
|
*
Merge branch 'sockmap-fixes'
David S. Miller
2017-10-29
5
-11
/
+47
|
|
\
|
|
*
bpf: rename sk_actions to align with bpf infrastructure
John Fastabend
2017-10-29
4
-8
/
+10
|
|
*
bpf: bpf_compute_data uses incorrect cb structure
John Fastabend
2017-10-29
3
-3
/
+37
|
|
/
[next]