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
2018-07-07
ravb: simplify link auto-negotiation by ethtool
Vladimir Zapolskiy
1
-1
/
+1
2018-07-07
ravb: fix invalid context bug while changing link options by ethtool
Vladimir Zapolskiy
1
-34
/
+15
2018-07-07
ravb: fix invalid context bug while calling auto-negotiation by ethtool
Vladimir Zapolskiy
1
-6
/
+1
2018-07-07
sh_eth: remove custom .set_link_ksettings from ethtool ops
Vladimir Zapolskiy
1
-10
/
+1
2018-07-07
sh_eth: remove custom .get_link_ksettings from ethtool ops
Vladimir Zapolskiy
1
-12
/
+1
2018-07-07
sh_eth: remove useless serialization in sh_eth_get_link_ksettings()
Vladimir Zapolskiy
1
-5
/
+0
2018-07-07
sh_eth: remove custom .nway_reset from ethtool ops
Vladimir Zapolskiy
1
-9
/
+1
2018-07-07
sh_eth: simplify link auto-negotiation by ethtool
Vladimir Zapolskiy
1
-1
/
+1
2018-07-07
sh_eth: fix invalid context bug while changing link options by ethtool
Vladimir Zapolskiy
1
-34
/
+15
2018-07-07
sh_eth: fix invalid context bug while calling auto-negotiation by ethtool
Vladimir Zapolskiy
1
-9
/
+1
2018-07-06
netfilter: nf_tables: place all set backends in one single module
Pablo Neira Ayuso
7
-83
/
+50
2018-07-06
netfilter: nf_tproxy: fix possible non-linear access to transport header
Máté Eckl
4
-18
/
+30
2018-07-06
ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
Tyler Hicks
1
-2
/
+3
2018-07-06
net: aquantia: vlan unicast address list correct handling
Igor Russkikh
7
-36
/
+36
2018-07-06
MAINTAINERS: update my email address
Stefan Schmidt
1
-2
/
+2
2018-07-06
liquidio: make timeout HZ independent and readable
Nicholas Mc Guire
1
-1
/
+4
2018-07-05
qmi_wwan: add support for Quectel EG91
Matevz Vucnik
1
-0
/
+1
2018-07-05
Merge branch 'qrtr-Broadcasting-control-messages'
David S. Miller
1
-2
/
+11
2018-07-05
net: qrtr: Reset the node and port ID of broadcast messages
Arun Kumar Neelakantam
1
-2
/
+7
2018-07-05
net: qrtr: Broadcast messages only from control port
Arun Kumar Neelakantam
1
-0
/
+4
2018-07-05
ipv6: make ipv6_renew_options() interrupt/kernel safe
Paul Moore
4
-103
/
+53
2018-07-05
qed: off by one in qed_parse_mcp_trace_buf()
Dan Carpenter
1
-1
/
+1
2018-07-05
netfilter: x_tables: set module owner for icmp(6) matches
Florian Westphal
2
-0
/
+2
2018-07-05
samples/bpf: add .gitignore file
Taeung Song
1
-0
/
+49
2018-07-05
samples/bpf: Check the error of write() and read()
Taeung Song
1
-4
/
+15
2018-07-05
samples/bpf: Check the result of system()
Taeung Song
1
-3
/
+24
2018-07-05
samples/bpf: add missing <linux/if_vlan.h>
Taeung Song
1
-5
/
+1
2018-07-05
qed: Fix reading stale configuration information
Denis Bolotin
2
-12
/
+28
2018-07-05
net: phy: fix flag masking in __set_phy_supported
Heiner Kallweit
1
-5
/
+2
2018-07-04
smsc75xx: Add workaround for gigabit link up hardware errata.
Yuiko Oshino
1
-0
/
+62
2018-07-04
sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
Xin Long
1
-1
/
+1
2018-07-04
net/ipv6: Revert attempt to simplify route replace and append
David Ahern
5
-137
/
+117
2018-07-04
gen_stats: Fix netlink stats dumping in the presence of padding
Toke Høiland-Jørgensen
1
-2
/
+14
2018-07-04
net: phy: marvell: change default m88e1510 LED configuration
Wang Dongsheng
2
-18
/
+38
2018-07-04
bpf: hash map: decrement counter on error
Mauricio Vasquez B
1
-5
/
+11
2018-07-03
Merge tag 'wireless-drivers-for-davem-2018-07-03' of git://git.kernel.org/pub...
David S. Miller
14
-27
/
+47
2018-07-03
r8169: fix mac address change
Heiner Kallweit
1
-0
/
+1
2018-07-03
tls: fix skb_to_sgvec returning unhandled error.
Doron Roberts-Kedes
1
-0
/
+5
2018-07-03
lib: rhashtable: Correct self-assignment in rhashtable.c
Rishabh Bhatnagar
1
-1
/
+1
2018-07-03
Merge branch 'af_xdp-fixes'
Alexei Starovoitov
4
-11
/
+14
2018-07-03
xsk: fix potential race in SKB TX completion code
Magnus Karlsson
2
-0
/
+8
2018-07-03
samples/bpf: deal with EBUSY return code from sendmsg in xdpsock sample
Magnus Karlsson
1
-1
/
+1
2018-07-03
xsk: frame could be completed more than once in SKB path
Magnus Karlsson
1
-3
/
+3
2018-07-03
xsk: fix potential lost completion message in SKB path
Magnus Karlsson
1
-7
/
+2
2018-07-02
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
2
-3
/
+12
2018-07-02
Merge tag 'for-linus' of git://github.com/stffrdhrn/linux
Linus Torvalds
4
-12
/
+13
2018-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
114
-624
/
+1249
2018-07-02
Merge branch 'qed-fixes'
David S. Miller
5
-9
/
+38
2018-07-02
qede: Adverstise software timestamp caps when PHC is not available.
Sudarsana Reddy Kalluru
1
-2
/
+8
2018-07-02
qed: Fix use of incorrect size in memcpy call.
Sudarsana Reddy Kalluru
1
-4
/
+4
[prev]
[next]