summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: macb: Add hardware PTP supportRafal Ozieblo2017-06-304-6/+732
* net: macb: macb.c changed to macb_main.cRafal Ozieblo2017-06-302-0/+1
* net: macb: Add support for PTP timestamps in DMA descriptorsRafal Ozieblo2017-06-303-37/+122
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-3022-50/+189
|\
| * sfc: fix attempt to translate invalid filter IDEdward Cree2017-06-291-3/+4
| * arcnet: com20020-pci: add missing pdev setup in netdev structureMichael Grzeschik2017-06-291-0/+1
| * arcnet: com20020-pci: fix dev_id calculationMichael Grzeschik2017-06-291-2/+3
| * arcnet: com20020: remove needless base_addr assignmentMichael Grzeschik2017-06-291-2/+0
| * Trivial fix to spelling mistake in arc_printk messageColin Ian King2017-06-291-1/+1
| * arcnet: change irq handler to lock irqsaveMichael Grzeschik2017-06-291-3/+4
| * rocker: move dereference before freeDan Carpenter2017-06-291-1/+1
| * mlxsw: spectrum_router: Fix NULL pointer dereferenceIdo Schimmel2017-06-291-0/+3
| * virtio-net: serialize tx routine during resetJason Wang2017-06-291-0/+1
| * net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis2017-06-271-0/+16
| * fsl/fman: add dependency on HAS_DMAMadalin Bucur2017-06-271-0/+1
| * bnx2x: Don't log mc removal needlesslyMintz, Yuval2017-06-251-1/+1
| * bnxt_en: Fix netpoll handling.Michael Chan2017-06-231-6/+48
| * bnxt_en: Add missing logic to handle TPA end error conditions.Michael Chan2017-06-232-4/+9
| * net: dp83640: Avoid NULL pointer dereference.Richard Cochran2017-06-231-1/+1
| * sfc: Fix MCDI command size for filter operationsMartin Habets2017-06-221-4/+4
| * netvsc: don't access netdev->num_rx_queues directlyArnd Bergmann2017-06-221-2/+2
| * macvlan: Let passthru macvlan correctly restore lower mac addressVlad Yasevich2017-06-221-3/+44
| * macvlan: convert port passthru to flags.Vlad Yasevich2017-06-221-13/+24
| * macvlan: Fix passthru macvlan mac address inheritanceVlad Yasevich2017-06-221-1/+2
| * macvlan: Do not return error when setting the same mac addressVlad Yasevich2017-06-221-0/+4
| * xen-netback: correctly schedule rate-limited queuesWei Liu2017-06-223-2/+11
| * veth: Be more robust on network device creation when no attributesSerhey Popovych2017-06-221-2/+2
| * drivers: net: cpsw-common: Fix reading of mac address for am43 SoCsLokesh Vutla2017-06-221-1/+1
| * net/phy: micrel: configure intterupts after autoneg workaroundZach Brown2017-06-221-0/+2
* | net/mlx4_en: Do not allocate redundant TX queues when TC is disabledInbar Karmy2017-06-297-16/+65
* | net/mlx4_en: Add dynamic variable to hold the number of user priorities (UP)Inbar Karmy2017-06-295-13/+17
* | net: freescale: gianfar : constify dev_pm_ops structures.Arvind Yadav2017-06-291-1/+1
* | net: smc91x: constify dev_pm_ops structures.Arvind Yadav2017-06-291-1/+1
* | net: ibm: ibmveth: constify dev_pm_ops structures.Arvind Yadav2017-06-291-1/+1
* | ibmvnic: Fix assignment of RX/TX IRQ'sThomas Falcon2017-06-291-7/+7
* | amd-xgbe: fix spelling mistake: "avialable" -> "available"Colin Ian King2017-06-291-1/+1
* | arcnet: com20020-pci: add support for PCIFB2 cardMichael Grzeschik2017-06-291-0/+34
* | arcnet: com20020-pci: handle backplane mode depending on card typeMichael Grzeschik2017-06-291-0/+2
* | arcnet: com20020-pci: add attribute to readback backplane statusMichael Grzeschik2017-06-291-0/+22
* | arcnet: add err_skb package for package status feedbackMichael Grzeschik2017-06-292-10/+68
* | amd-xgbe: Adjust register settings to improve performanceLendacky, Thomas2017-06-295-6/+58
* | amd-xgbe: Simplify the burst length settingsLendacky, Thomas2017-06-294-64/+31
* | amd-xgbe: Prepare for more fine grained cache coherency controlsLendacky, Thomas2017-06-295-67/+14
* | amd-xgbe: Add NUMA affinity support for IRQ hintsLendacky, Thomas2017-06-292-3/+17
* | amd-xgbe: Add NUMA affinity support for memory allocationsLendacky, Thomas2017-06-294-194/+217
* | amd-xgbe: Re-issue interrupt if interrupt status not clearedLendacky, Thomas2017-06-296-17/+115
* | amd-xgbe: Limit the I2C error messages that are outputLendacky, Thomas2017-06-291-3/+6
* | amd-xgbe: Fixes for working with PHYs that support 2.5GbELendacky, Thomas2017-06-291-0/+7
* | amd-xgbe: Handle return code from software reset functionLendacky, Thomas2017-06-291-1/+5
* | amd-xgbe: Prevent looping forever if timestamp update failsLendacky, Thomas2017-06-291-2/+13