| Commit message (Expand) | Author | Age | Files | Lines |
* | net: convert sk_buff.users from atomic_t to refcount_t | Reshetova, Elena | 2017-07-01 | 1 | -1/+1 |
* | net: macb: Add hardware PTP support | Rafal Ozieblo | 2017-06-30 | 4 | -6/+732 |
* | net: macb: macb.c changed to macb_main.c | Rafal Ozieblo | 2017-06-30 | 2 | -0/+1 |
* | net: macb: Add support for PTP timestamps in DMA descriptors | Rafal Ozieblo | 2017-06-30 | 3 | -37/+122 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-06-30 | 22 | -50/+189 |
|\ |
|
| * | sfc: fix attempt to translate invalid filter ID | Edward Cree | 2017-06-29 | 1 | -3/+4 |
| * | arcnet: com20020-pci: add missing pdev setup in netdev structure | Michael Grzeschik | 2017-06-29 | 1 | -0/+1 |
| * | arcnet: com20020-pci: fix dev_id calculation | Michael Grzeschik | 2017-06-29 | 1 | -2/+3 |
| * | arcnet: com20020: remove needless base_addr assignment | Michael Grzeschik | 2017-06-29 | 1 | -2/+0 |
| * | Trivial fix to spelling mistake in arc_printk message | Colin Ian King | 2017-06-29 | 1 | -1/+1 |
| * | arcnet: change irq handler to lock irqsave | Michael Grzeschik | 2017-06-29 | 1 | -3/+4 |
| * | rocker: move dereference before free | Dan Carpenter | 2017-06-29 | 1 | -1/+1 |
| * | mlxsw: spectrum_router: Fix NULL pointer dereference | Ido Schimmel | 2017-06-29 | 1 | -0/+3 |
| * | virtio-net: serialize tx routine during reset | Jason Wang | 2017-06-29 | 1 | -0/+1 |
| * | net: usb: asix88179_178a: Add support for the Belkin B2B128 | Andrew F. Davis | 2017-06-27 | 1 | -0/+16 |
| * | fsl/fman: add dependency on HAS_DMA | Madalin Bucur | 2017-06-27 | 1 | -0/+1 |
| * | bnx2x: Don't log mc removal needlessly | Mintz, Yuval | 2017-06-25 | 1 | -1/+1 |
| * | bnxt_en: Fix netpoll handling. | Michael Chan | 2017-06-23 | 1 | -6/+48 |
| * | bnxt_en: Add missing logic to handle TPA end error conditions. | Michael Chan | 2017-06-23 | 2 | -4/+9 |
| * | net: dp83640: Avoid NULL pointer dereference. | Richard Cochran | 2017-06-23 | 1 | -1/+1 |
| * | sfc: Fix MCDI command size for filter operations | Martin Habets | 2017-06-22 | 1 | -4/+4 |
| * | netvsc: don't access netdev->num_rx_queues directly | Arnd Bergmann | 2017-06-22 | 1 | -2/+2 |
| * | macvlan: Let passthru macvlan correctly restore lower mac address | Vlad Yasevich | 2017-06-22 | 1 | -3/+44 |
| * | macvlan: convert port passthru to flags. | Vlad Yasevich | 2017-06-22 | 1 | -13/+24 |
| * | macvlan: Fix passthru macvlan mac address inheritance | Vlad Yasevich | 2017-06-22 | 1 | -1/+2 |
| * | macvlan: Do not return error when setting the same mac address | Vlad Yasevich | 2017-06-22 | 1 | -0/+4 |
| * | xen-netback: correctly schedule rate-limited queues | Wei Liu | 2017-06-22 | 3 | -2/+11 |
| * | veth: Be more robust on network device creation when no attributes | Serhey Popovych | 2017-06-22 | 1 | -2/+2 |
| * | drivers: net: cpsw-common: Fix reading of mac address for am43 SoCs | Lokesh Vutla | 2017-06-22 | 1 | -1/+1 |
| * | net/phy: micrel: configure intterupts after autoneg workaround | Zach Brown | 2017-06-22 | 1 | -0/+2 |
* | | net/mlx4_en: Do not allocate redundant TX queues when TC is disabled | Inbar Karmy | 2017-06-29 | 7 | -16/+65 |
* | | net/mlx4_en: Add dynamic variable to hold the number of user priorities (UP) | Inbar Karmy | 2017-06-29 | 5 | -13/+17 |
* | | net: freescale: gianfar : constify dev_pm_ops structures. | Arvind Yadav | 2017-06-29 | 1 | -1/+1 |
* | | net: smc91x: constify dev_pm_ops structures. | Arvind Yadav | 2017-06-29 | 1 | -1/+1 |
* | | net: ibm: ibmveth: constify dev_pm_ops structures. | Arvind Yadav | 2017-06-29 | 1 | -1/+1 |
* | | ibmvnic: Fix assignment of RX/TX IRQ's | Thomas Falcon | 2017-06-29 | 1 | -7/+7 |
* | | amd-xgbe: fix spelling mistake: "avialable" -> "available" | Colin Ian King | 2017-06-29 | 1 | -1/+1 |
* | | arcnet: com20020-pci: add support for PCIFB2 card | Michael Grzeschik | 2017-06-29 | 1 | -0/+34 |
* | | arcnet: com20020-pci: handle backplane mode depending on card type | Michael Grzeschik | 2017-06-29 | 1 | -0/+2 |
* | | arcnet: com20020-pci: add attribute to readback backplane status | Michael Grzeschik | 2017-06-29 | 1 | -0/+22 |
* | | arcnet: add err_skb package for package status feedback | Michael Grzeschik | 2017-06-29 | 2 | -10/+68 |
* | | amd-xgbe: Adjust register settings to improve performance | Lendacky, Thomas | 2017-06-29 | 5 | -6/+58 |
* | | amd-xgbe: Simplify the burst length settings | Lendacky, Thomas | 2017-06-29 | 4 | -64/+31 |
* | | amd-xgbe: Prepare for more fine grained cache coherency controls | Lendacky, Thomas | 2017-06-29 | 5 | -67/+14 |
* | | amd-xgbe: Add NUMA affinity support for IRQ hints | Lendacky, Thomas | 2017-06-29 | 2 | -3/+17 |
* | | amd-xgbe: Add NUMA affinity support for memory allocations | Lendacky, Thomas | 2017-06-29 | 4 | -194/+217 |
* | | amd-xgbe: Re-issue interrupt if interrupt status not cleared | Lendacky, Thomas | 2017-06-29 | 6 | -17/+115 |
* | | amd-xgbe: Limit the I2C error messages that are output | Lendacky, Thomas | 2017-06-29 | 1 | -3/+6 |
* | | amd-xgbe: Fixes for working with PHYs that support 2.5GbE | Lendacky, Thomas | 2017-06-29 | 1 | -0/+7 |
* | | amd-xgbe: Handle return code from software reset function | Lendacky, Thomas | 2017-06-29 | 1 | -1/+5 |