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
/
drivers
/
net
/
ethernet
/
aquantia
/
atlantic
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-07
net: atlantic: remove duplicate entries
Igor Russkikh
1
-3
/
+0
2020-01-07
net: atlantic: loopback configuration in improper place
Igor Russkikh
1
-2
/
+2
2020-01-07
net: atlantic: broken link status on old fw
Igor Russkikh
1
-3
/
+1
2019-11-14
net: atlantic: Signedness bug in aq_vec_isr_legacy()
Dan Carpenter
1
-1
/
+1
2019-11-12
net: atlantic: make function 'aq_ethtool_get_priv_flags', 'aq_ethtool_set_pri...
zhengbin
1
-2
/
+2
2019-11-12
net: atlantic: make symbol 'aq_pm_ops' static
zhengbin
1
-1
/
+1
2019-11-08
net: atlantic: change email domains to Marvell
Igor Russkikh
1
-7
/
+0
2019-11-08
net: atlantic: implement UDP GSO offload
Igor Russkikh
4
-32
/
+40
2019-11-08
net: atlantic: update flow control logic
Nikita Danilov
7
-41
/
+59
2019-11-08
net: atlantic: stylistic renames
Igor Russkikh
2
-7
/
+7
2019-11-08
net: atlantic: code style cleanup
Nikita Danilov
12
-139
/
+240
2019-11-08
net: atlantic: loopback tests via private flags
Igor Russkikh
10
-2
/
+272
2019-11-08
net: atlantic: add fw configuration memory area
Nikita Danilov
4
-37
/
+159
2019-11-08
net: atlantic: adding ethtool physical identification
Nikita Danilov
4
-0
/
+50
2019-11-08
net: atlantic: add msglevel configuration
Nikita Danilov
3
-3
/
+21
2019-11-08
net: atlantic: refactoring pm logic
Nikita Danilov
3
-48
/
+78
2019-11-08
net: atlantic: implement wake_phy feature
Nikita Danilov
7
-110
/
+73
2019-11-08
net: atlantic: update firmware interface
Nikita Danilov
2
-119
/
+72
2019-11-07
net: aquantia: fix return value check in aq_ptp_init()
Wei Yongjun
1
-1
/
+1
2019-10-30
net: aquantia: fix error handling in aq_ptp_poll
Gustavo A. R. Silva
1
-0
/
+2
2019-10-30
net: aquantia: remove unused including <linux/version.h>
YueHaibing
1
-1
/
+0
2019-10-30
net: aquantia: make two symbols be static
Mao Wenan
2
-2
/
+2
2019-10-29
net: aquantia: fix unintention integer overflow on left shift
Colin Ian King
1
-1
/
+1
2019-10-29
net: aquantia: fix spelling mistake: tx_queus -> tx_queues
Colin Ian King
1
-1
/
+1
2019-10-26
net: aquantia: disable ptp object build if no config
Igor Russkikh
2
-1
/
+86
2019-10-26
net: aquantia: fix warnings on endianness
Igor Russkikh
2
-6
/
+5
2019-10-26
net: aquantia: fix var initialization warning
Igor Russkikh
1
-1
/
+1
2019-10-24
net: aquantia: add support for PIN funcs
Dmitry Bezrukov
6
-1
/
+422
2019-10-24
net: aquantia: add support for Phy access
Dmitry Bezrukov
8
-0
/
+399
2019-10-24
net: aquantia: implement get_ts_info ethtool
Egor Pomozov
1
-1
/
+34
2019-10-24
net: aquantia: add support for ptp ioctls
Egor Pomozov
3
-0
/
+151
2019-10-24
net: aquantia: rx filters for ptp
Dmitry Bezrukov
6
-54
/
+131
2019-10-24
net: aquantia: implement data PTP datapath
Egor Pomozov
11
-12
/
+738
2019-10-24
net: aquantia: styling fixes on ptp related functions
Dmitry Bezrukov
2
-5
/
+8
2019-10-24
net: aquantia: add PTP rings infrastructure
Egor Pomozov
11
-12
/
+365
2019-10-24
net: aquantia: add basic ptp_clock callbacks
Egor Pomozov
10
-30
/
+403
2019-10-24
net: aquantia: unify styling of bit enums
Dmitry Bezrukov
2
-17
/
+26
2019-10-24
net: aquantia: PTP skeleton declarations and callbacks
Egor Pomozov
6
-6
/
+201
2019-10-19
net: aquantia: add an error handling in aq_nic_set_multicast_list
Chenwandun
1
-0
/
+2
2019-10-15
net: aquantia: correctly handle macvlan and multicast coexistence
Dmitry Bogdanov
3
-22
/
+21
2019-10-15
net: aquantia: do not pass lro session with invalid tcp checksum
Dmitry Bogdanov
1
-1
/
+2
2019-10-15
net: aquantia: when cleaning hw cache it should be toggled
Igor Russkikh
4
-6
/
+53
2019-10-15
net: aquantia: temperature retrieval fix
Igor Russkikh
1
-1
/
+1
2019-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-9
/
+6
2019-09-27
net: aquantia: Fix aq_vec_isr_legacy() return value
Dan Carpenter
1
-9
/
+6
2019-09-20
Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-2
/
+0
2019-09-01
net: aquantia: fix out of memory condition on rx side
Dmitry Bogdanov
1
-1
/
+2
2019-09-01
net: aquantia: linkstate irq should be oneshot
Igor Russkikh
1
-1
/
+1
2019-09-01
net: aquantia: reapply vlan filters on up
Dmitry Bogdanov
1
-0
/
+4
2019-09-01
net: aquantia: fix limit of vlan filters
Dmitry Bogdanov
1
-1
/
+1
[next]