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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-16
6lowpan: add private neighbour data
Alexander Aring
2
-2
/
+11
2016-06-16
net_sched: add the ability to defer skb freeing
Eric Dumazet
2
-6
/
+15
2016-06-15
skb_array: resize support
Michael S. Tsirkin
1
-4
/
+29
2016-06-15
ptr_ring: resize support
Michael S. Tsirkin
1
-14
/
+143
2016-06-15
skb_array: array based FIFO for skbs
Michael S. Tsirkin
1
-0
/
+144
2016-06-15
ptr_ring: array based FIFO for pointers
Michael S. Tsirkin
1
-0
/
+264
2016-06-15
net_sched: make tcf_hash_check() boolean
WANG Cong
1
-2
/
+2
2016-06-15
net: vrf: Handle ipv6 multicast and link-local addresses
David Ahern
1
-0
/
+2
2016-06-15
net: l3mdev: Remove const from flowi6 arg to get_rt6_dst
David Ahern
1
-3
/
+3
2016-06-13
sched: remove NET_XMIT_POLICED
Florian Westphal
1
-1
/
+0
2016-06-11
net_sched: remove generic throttled management
Eric Dumazet
2
-18
/
+2
2016-06-11
mdio: mux: Enhanced MDIO mux framework for integrated multiplexers
Pramod Kumar
1
-1
/
+3
2016-06-11
Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...
David S. Miller
4
-61
/
+115
2016-06-11
bpf: fix missing header inclusion
Zi Shen Lim
1
-0
/
+1
2016-06-11
tcp: add in_flight to tcp_skb_cb
Lawrence Brakmo
1
-0
/
+2
2016-06-11
virtio_net: introduce virtio_net_hdr_{from,to}_skb
Mike Rapoport
1
-0
/
+101
2016-06-11
virtio_net: add _UAPI prefix to virtio_net header guards
Mike Rapoport
1
-3
/
+3
2016-06-11
bpf: enforce recursion limit on redirects
Daniel Borkmann
1
-0
/
+2
2016-06-11
openvswitch: Add packet truncation support.
William Tu
1
-0
/
+6
2016-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
28
-46
/
+173
2016-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
11
-13
/
+37
2016-06-10
Merge tag 'sound-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+3
2016-06-10
Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-0
/
+3
2016-06-10
packet: compat support for sock_fprog
Willem de Bruijn
1
-0
/
+1
2016-06-10
virtio_net: Update the feature bit to comply with spec
Aaron Conole
1
-1
/
+1
2016-06-10
net: vrf: Fix crash when IPv6 is disabled at boot time
David Ahern
1
-0
/
+7
2016-06-10
rxrpc: Simplify connect() implementation and simplify sendmsg() op
David Howells
1
-8
/
+10
2016-06-10
net: dsa: b53: Add support for Broadcom RoboSwitch
Florian Fainelli
1
-0
/
+33
2016-06-10
net/mlx5: E-Switch, Modify node guid on vf set MAC
Noa Osherovich
2
-2
/
+9
2016-06-10
net/mlx5: Fix flow steering NIC capabilities check
Maor Gottlieb
1
-0
/
+6
2016-06-10
net/mlx5: Fix MLX5_CMD_OP_MAX to be defined correctly
Shahar Klein
2
-3
/
+2
2016-06-10
net/mlx5: Fix the size of modify QP mailbox
Majd Dibbiny
1
-0
/
+1
2016-06-10
Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'
Rafael J. Wysocki
1
-0
/
+3
2016-06-10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
2
-6
/
+5
2016-06-09
net: add netdev_lockdep_set_classes() helper
Eric Dumazet
1
-0
/
+17
2016-06-09
net: sched: fix qdisc->running lockdep annotations
Eric Dumazet
1
-1
/
+5
2016-06-09
mac80211: implement codel on fair queuing flows
Michal Kazior
1
-1
/
+13
2016-06-09
mac80211: skip netdev queue control with software queuing
Michal Kazior
1
-4
/
+0
2016-06-09
wext: reformat struct/union declarations
Johannes Berg
1
-41
/
+22
2016-06-09
sched: place state, next_sched and gso_skb in same cacheline again
Florian Westphal
1
-2
/
+2
2016-06-09
sched: remove qdisc->drop
Florian Westphal
1
-36
/
+0
2016-06-09
sched: remove qdisc_rehape_fail
Florian Westphal
1
-19
/
+0
2016-06-09
cbq: remove TCA_CBQ_POLICE support
Florian Westphal
1
-4
/
+0
2016-06-08
net: Add l3mdev rule
David Ahern
3
-2
/
+35
2016-06-08
net: dsa: Initialize CPU port ethtool ops per tree
Florian Fainelli
1
-0
/
+1
2016-06-08
net: sched: fix missing doc annotations
Eric Dumazet
1
-1
/
+2
2016-06-08
qed: Add dcbnl support.
Sudarsana Reddy Kalluru
1
-0
/
+62
2016-06-08
qed: Add support for query/config dcbx.
Sudarsana Reddy Kalluru
1
-0
/
+90
2016-06-08
fsl/qe: Do not prefix header guard with CONFIG_
Andreas Ziegler
1
-2
/
+2
2016-06-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
[next]