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-11-26
cgroup: add support for eBPF programs
Daniel Mack
2
-0
/
+83
2016-11-26
bpf: add new prog type for cgroup socket filtering
Daniel Mack
1
-0
/
+9
2016-11-25
net/mlx5: Enable to query min inline for a specific vport
Roi Dayan
1
-2
/
+8
2016-11-25
devlink: Add E-Switch inline mode control
Roi Dayan
2
-0
/
+10
2016-11-25
net: Add net-device param to the get offloaded stats ndo
Or Gerlitz
1
-2
/
+2
2016-11-24
net: phy: broadcom: Add support code for downshift/Wirespeed
Florian Fainelli
1
-0
/
+10
2016-11-24
net/phy: add trace events for mdio accesses
Uwe Kleine-König
1
-0
/
+42
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
9
-98
/
+90
2016-11-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-3
/
+8
2016-11-21
tcp: make undo_cwnd mandatory for congestion modules
Florian Westphal
1
-0
/
+1
2016-11-21
bridge: mcast: add MLDv2 querier support
Nikolay Aleksandrov
1
-0
/
+1
2016-11-21
bridge: mcast: add IGMPv3 query support
Nikolay Aleksandrov
1
-0
/
+1
2016-11-21
bpf: add __must_check attributes to refcount manipulating helpers
Daniel Borkmann
1
-5
/
+7
2016-11-20
net: fix bogus cast in skb_pagelen() and use unsigned variables
Alexey Dobriyan
1
-3
/
+3
2016-11-20
netlink: use "unsigned int" in nla_next()
Alexey Dobriyan
1
-1
/
+1
2016-11-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+7
2016-11-19
kvm: kvmclock: let KVM_GET_CLOCK return whether the master clock is in use
Paolo Bonzini
1
-0
/
+7
2016-11-19
virtio_net: Do not clear memory for struct virtio_net_hdr twice.
Jarno Rajahalme
1
-1
/
+1
2016-11-19
virtio_net.h: Fix comment.
Jarno Rajahalme
1
-1
/
+1
2016-11-19
Merge tag 'acpi-4.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2
-94
/
+73
2016-11-19
Merge tag 'nfsd-4.9-2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+1
2016-11-18
Merge branches 'acpica-fixes', 'acpi-cppc-fixes' and 'acpi-tools-fixes'
Rafael J. Wysocki
1
-0
/
+3
2016-11-18
netns: fix get_net_ns_by_fd(int pid) typo
Stefan Hajnoczi
1
-1
/
+1
2016-11-18
bus: mvebu-bus: Provide inline stub for mvebu_mbus_get_dram_win_info
Florian Fainelli
1
-0
/
+8
2016-11-18
ethtool: (uapi) Add ETHTOOL_PHY_DOWNSHIFT to PHY tunables
Raju Lakkaraju
1
-1
/
+4
2016-11-18
ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE
Raju Lakkaraju
1
-0
/
+7
2016-11-18
ethtool: (uapi) Add ETHTOOL_PHY_GTUNABLE and ETHTOOL_PHY_STUNABLE
Raju Lakkaraju
1
-1
/
+14
2016-11-18
net/mlx5: Add MPCNT register infrastructure
Gal Pressman
3
-0
/
+99
2016-11-18
net/mlx5: Set driver version infrastructure
Saeed Mahameed
1
-1
/
+21
2016-11-18
net/mlx5: Add handling for port module event
Huy Nguyen
1
-0
/
+27
2016-11-18
net/mlx5: Port module event hardware structures
Huy Nguyen
3
-1
/
+16
2016-11-18
net/mlx5: Make the command interface cache more flexible
Mohamad Haj Yahia
1
-7
/
+7
2016-11-18
netns: make struct pernet_operations::id unsigned int
Alexey Dobriyan
6
-8
/
+8
2016-11-18
udp: enable busy polling for all sockets
Eric Dumazet
1
-9
/
+19
2016-11-17
mremap: fix race between mremap() and page cleanning
Aaron Lu
1
-1
/
+1
2016-11-17
sctp: use new rhlist interface on sctp transport rhashtable
Xin Long
2
-3
/
+3
2016-11-17
netpoll: more efficient locking
Eric Dumazet
2
-7
/
+7
2016-11-17
lwtunnel: subtract tunnel headroom from mtu on output redirect
David Lebrun
1
-1
/
+2
2016-11-17
tools/power/acpi: Remove direct kernel source include reference
Lv Zheng
1
-0
/
+3
2016-11-16
net: busy-poll: return busypolling status to drivers
Eric Dumazet
1
-3
/
+4
2016-11-16
net: busy-poll: remove need_resched() from sk_can_busy_loop()
Eric Dumazet
1
-3
/
+2
2016-11-16
net: busy-poll: allow preemption in sk_busy_loop()
Eric Dumazet
1
-0
/
+10
2016-11-16
ipv4: Restore fib_trie_flush_external function and fix call ordering
Alexander Duyck
1
-0
/
+1
2016-11-16
bpf: fix range arithmetic for bpf map access
Josef Bacik
1
-2
/
+3
2016-11-16
devres: add devm_alloc_percpu()
Madalin Bucur
1
-0
/
+19
2016-11-16
gro_cells: mark napi struct as not busy poll candidates
Eric Dumazet
1
-0
/
+3
2016-11-16
net: phy: Add phy_ethtool_nway_reset
Florian Fainelli
1
-0
/
+1
2016-11-15
vxlan: remove unsed vxlan_dev_dst_port()
pravin shelar
1
-10
/
+0
2016-11-15
vxlan: avoid vlan processing in vxlan device.
pravin shelar
1
-16
/
+0
2016-11-15
udplite: fix NULL pointer dereference
Paolo Abeni
2
-0
/
+2
[next]