index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-18
tap: support receiving skb from msg_control
Jason Wang
1
-4
/
+8
2017-05-18
tun: support receiving skb through msg_control
Jason Wang
1
-8
/
+10
2017-05-18
tap: export skb_array
Jason Wang
2
-0
/
+18
2017-05-18
tun: export skb_array
Jason Wang
2
-0
/
+18
2017-05-18
skb_array: introduce batch dequeuing
Jason Wang
1
-0
/
+25
2017-05-18
ptr_ring: introduce batch dequeuing
Jason Wang
1
-0
/
+65
2017-05-18
skb_array: introduce skb_array_unconsume
Jason Wang
1
-0
/
+6
2017-05-18
ptr_ring: add ptr_ring_unconsume
Michael S. Tsirkin
1
-0
/
+55
2017-05-18
net: x25: fix one potential use-after-free issue
linzhang
3
-11
/
+22
2017-05-18
can: m_can: add deep Suspend/Resume support
Quentin Schulz
1
-3
/
+12
2017-05-18
can: m_can: factorize clock gating and ungating
Quentin Schulz
1
-19
/
+26
2017-05-18
can: m_can: make m_can_start and m_can_stop symmetric
Quentin Schulz
1
-3
/
+2
2017-05-18
can: m_can: move Message RAM initialization to function
Quentin Schulz
1
-11
/
+15
2017-05-18
bpf: adjust verifier heuristics
Daniel Borkmann
1
-1
/
+11
2017-05-18
ipv6: Check ip6_find_1stfragopt() return value properly.
David S. Miller
3
-12
/
+12
2017-05-18
selftests/bpf: fix broken build due to types.h
Yonghong Song
2
-0
/
+17
2017-05-18
Merge tag 'for-4.12/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
8
-52
/
+66
2017-05-18
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
4
-20
/
+34
2017-05-17
Merge branch 'phy-marvell-cleanups'
David S. Miller
1
-284
/
+352
2017-05-17
net: phy: marvell: checkpatch - Fix remaining long lines
Andrew Lunn
1
-4
/
+8
2017-05-17
net: phy: marvell: Add helpers to get/set page
Andrew Lunn
1
-56
/
+59
2017-05-17
net: phy: marvell: Refactor some bigger functions
Andrew Lunn
1
-213
/
+271
2017-05-17
net: phy: marvell: Checkpatch - assignments and comparisons
Andrew Lunn
1
-3
/
+5
2017-05-17
net: phy: marvell: Checkpatch - Missing or extra blank lines
Andrew Lunn
1
-3
/
+2
2017-05-17
net: phy: Marvell: checkpatch - Comments
Andrew Lunn
1
-13
/
+15
2017-05-17
Merge branch 'tcp-TCP-TS-option-use-1-ms-clock'
David S. Miller
24
-274
/
+259
2017-05-17
tcp: switch TCP TS option (RFC 7323) to 1ms clock
Eric Dumazet
17
-199
/
+178
2017-05-17
tcp: replace misc tcp_time_stamp to tcp_jiffies32
Eric Dumazet
5
-6
/
+6
2017-05-17
tcp_lp: cache tcp_time_stamp
Eric Dumazet
1
-3
/
+4
2017-05-17
tcp_westwood: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
1
-3
/
+3
2017-05-17
tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()
Eric Dumazet
1
-2
/
+2
2017-05-17
tcp: uses jiffies_32 to feed tp->chrono_start
Eric Dumazet
2
-2
/
+2
2017-05-17
tcp: use tcp_jiffies32 to feed probe_timestamp
Eric Dumazet
2
-4
/
+4
2017-05-17
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
Eric Dumazet
5
-8
/
+8
2017-05-17
tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
2
-9
/
+9
2017-05-17
tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp
Eric Dumazet
1
-6
/
+6
2017-05-17
tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp
Eric Dumazet
3
-12
/
+12
2017-05-17
tcp: use tcp_jiffies32 to feed tp->lsndtime
Eric Dumazet
6
-9
/
+9
2017-05-17
dccp: do not use tcp_time_stamp
Eric Dumazet
2
-5
/
+5
2017-05-17
tcp: introduce tcp_jiffies32
Eric Dumazet
1
-5
/
+8
2017-05-17
tcp: use tp->tcp_mstamp in output path
Eric Dumazet
4
-12
/
+14
2017-05-17
sch_dsmark: Fix uninitialized variable warning.
David S. Miller
1
-1
/
+1
2017-05-17
Merge branch 'net-sched-multichain-filters'
David S. Miller
23
-260
/
+625
2017-05-17
net: sched: add termination action to allow goto chain
Jiri Pirko
5
-3
/
+54
2017-05-17
net: sched: push tp down to action init
Jiri Pirko
3
-17
/
+19
2017-05-17
net: sched: introduce multichain support for filters
Jiri Pirko
4
-18
/
+98
2017-05-17
net: sched: push chain dump to a separate function
Jiri Pirko
1
-43
/
+52
2017-05-17
net: sched: introduce helpers to work with filter chains
Jiri Pirko
2
-42
/
+113
2017-05-17
net: sched: move TC_H_MAJ macro call into tcf_auto_prio
Jiri Pirko
1
-2
/
+2
2017-05-17
net: sched: replace nprio by a bool to make the function more readable
Jiri Pirko
1
-6
/
+7
[prev]
[next]