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
/
cadence
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-08
net: macb: Mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-08-07
net: macb: add support for padding and fcs computation
Claudiu Beznea
1
-0
/
+70
2018-08-07
net: macb: move checksum clearing outside of spinlock
Claudiu Beznea
1
-5
/
+5
2018-08-07
net: macb: use netdev_tx_t return type for ndo_start_xmit functions
Claudiu Beznea
1
-3
/
+5
2018-07-21
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2
-11
/
+36
2018-07-07
net: macb: Allocate valid memory for TX and RX BD prefetch
Harini Katakam
2
-6
/
+32
2018-07-07
net: macb: Free RX ring for all queues
Harini Katakam
1
-6
/
+5
2018-07-05
net: ethernet: Add missing VENDOR to Cadence and Packet Engines symbols
Geert Uytterhoeven
1
-3
/
+3
2018-06-28
net: macb: initialize bp->queues[0].bp for at91rm9200
Alexandre Belloni
1
-0
/
+2
2018-06-21
net: macb: Fix ptp time adjustment for large negative delta
Harini Katakam
1
-4
/
+1
2018-05-16
drivers: net: Remove device_node checks with of_mdiobus_register()
Florian Fainelli
1
-9
/
+3
2018-04-07
treewide: fix up files incorrectly marked executable
Linus Torvalds
1
-0
/
+0
2018-03-30
net: macb: Try to retrieve MAC addess from nvmem provider
Mike Looijmans
1
-3
/
+9
2018-03-16
net: macb: Add phy-handle DT support
Brad Mouring
1
-3
/
+5
2018-03-16
net: macb: Remove redundant poll irq assignment
Brad Mouring
1
-4
/
+1
2018-03-16
net: macb: Reorganize macb_mii bringup
Brad Mouring
1
-38
/
+41
2018-01-29
net: macb: Handle HRESP error
Harini Katakam
2
-4
/
+58
2017-12-06
net: macb: change GFP_ATOMIC to GFP_KERNEL
Julia Cartwright
1
-1
/
+1
2017-12-06
net: macb: reduce scope of rx_fs_lock-protected regions
Julia Cartwright
1
-5
/
+11
2017-12-06
net: macb: kill useless use of list_empty()
Julia Cartwright
1
-19
/
+12
2017-12-05
macb: Kill PHY reset code
Sergei Shtylyov
2
-22
/
+0
2017-12-05
net: macb: change GFP_KERNEL to GFP_ATOMIC
Julia Lawall
1
-1
/
+1
2017-11-30
net: macb: Added support for RX filtering
Rafal Ozieblo
2
-1
/
+444
2017-11-30
net: macb: Added some queue statistics
Rafal Ozieblo
2
-4
/
+64
2017-11-30
net: macb: Added support for many RX queues
Rafal Ozieblo
2
-141
/
+191
2017-11-11
net: macb: add of_node_put to error paths
Michael Grzeschik
1
-0
/
+2
2017-11-11
net: macb: add of_phy_deregister_fixed_link to error paths
Michael Grzeschik
1
-0
/
+7
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-11-01
net: macb: remove redundant assignment to variable work_done
Colin Ian King
1
-2
/
+0
2017-08-22
net: ethernet: make ptp_clock_info const
Bhumika Goyal
1
-1
/
+1
2017-07-17
net: cadence: macb: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-07-17
macb: Remove bogus reference to NETIF_F_UFO.
David S. Miller
1
-1
/
+1
2017-07-08
net: macb: Adding Support for Jumbo Frames up to 10240 Bytes in SAMA5D3
vishnuvardhan
1
-1
/
+2
2017-07-05
net: macb: remove extraneous return when MACB_EXT_DESC is defined
Colin Ian King
1
-1
/
+0
2017-06-30
net: macb: Add hardware PTP support
Rafal Ozieblo
4
-6
/
+732
2017-06-30
net: macb: macb.c changed to macb_main.c
Rafal Ozieblo
2
-0
/
+1
2017-06-30
net: macb: Add support for PTP timestamps in DMA descriptors
Rafal Ozieblo
3
-37
/
+122
2017-06-25
net: macb: add fixed-link node support
Michael Grzeschik
2
-39
/
+60
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2017-05-01
net: macb: fix phy interrupt parsing
Alexandre Belloni
1
-8
/
+10
2017-04-07
net: macb: Use net_device_stats from struct net_device
Tobias Klauser
2
-21
/
+20
2017-02-28
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-1
/
+1
2017-02-10
net: macb: fix build errors when linux/phy*.h is removed from net/dsa.h
Russell King
1
-0
/
+2
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-61
/
+146
2017-01-30
drivers: net: generalize napi_complete_done()
Eric Dumazet
1
-1
/
+1
2017-01-30
net: macb: Fix 64 bit addressing support for GEM
Rafal Ozieblo
2
-61
/
+147
2017-01-19
macb: Common code to enable ptp support for MACB/GEM
Andrei.Pistirica@microchip.com
2
-2
/
+104
2017-01-03
net: macb: Updated resource allocation function calls to new version of API.
Bartosz Folta
1
-17
/
+10
2016-12-17
net: macb: Added PCI wrapper for Platform Driver.
Bartosz Folta
4
-5
/
+189
[next]