summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2018-01-26ixgbe: add support for reporting 5G link speedPaul Greenwalt1-0/+3
2018-01-26ixgbe: Don't report unsupported timestamping filters for X550Miroslav Lichvar1-18/+19
2018-01-26ixgbe: use ARRAY_SIZE for array sizing calculation on array bufColin Ian King1-1/+1
2018-01-26ixgbevf: use ARRAY_SIZE for various array sizing calculationsColin Ian King1-10/+7
2018-01-26ixgbevf: don't bother clearing tx_buffer_info in ixgbevf_clean_tx_ring()Emil Tantilov1-43/+72
2018-01-26ixgbevf: improve performance and reduce size of ixgbevf_tx_map()Emil Tantilov1-25/+20
2018-01-26ixgbevf: clear rx_buffer_info in configure instead of cleanEmil Tantilov1-13/+13
2018-01-26ixgbevf: add counters for Rx page allocationsEmil Tantilov3-7/+25
2018-01-26ixgbevf: update code to better handle incrementing page countEmil Tantilov2-9/+28
2018-01-26ixgbevf: add support for DMA_ATTR_SKIP_CPU_SYNC/WEAK_ORDERINGEmil Tantilov2-22/+38
2018-01-26ixgbevf: use length to determine if descriptor is doneEmil Tantilov1-6/+8
2018-01-26ixgbevf: only DMA sync frame lengthEmil Tantilov1-3/+4
2018-01-26ixgbevf: add function for checking if we can reuse pageEmil Tantilov1-26/+33
2018-01-26mlxsw: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+2
2018-01-26i40e: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-5/+3
2018-01-26ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+1
2018-01-26bnxt: use tc_cls_can_offload_and_chain0()Jakub Kicinski3-5/+4
2018-01-26mlx5: use tc_cls_can_offload_and_chain0()Jakub Kicinski2-8/+2
2018-01-26cxgb4: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-7/+1
2018-01-26nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski2-7/+4
2018-01-26netdevsim: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+1
2018-01-26qed: code indent should use tabs where possibleRohit Visavalia1-5/+5
2018-01-26be2net: networking block comments don't use an empty /* lineRohit Visavalia1-2/+1
2018-01-26cxgb4: fix possible deadlockGanesh Goudar1-10/+10
2018-01-26sfc: support Medford2 frequency adjustment formatLaurence Evans1-14/+31
2018-01-26sfc: support second + quarter ns time format for receive datapathEdward Cree1-33/+106
2018-01-26sfc: support separate PTP and general timestampingLaurence Evans1-15/+43
2018-01-26sfc: simplify RX datapath timestampingLaurence Evans1-8/+5
2018-01-26sfc: only advertise TX timestamping if we have the license for itMartin Habets2-1/+16
2018-01-26sfc: on 8000 series use TX queues for TX timestampsEdward Cree6-13/+54
2018-01-26sfc: MAC TX timestamp handling on the 8000 seriesMartin Habets2-2/+46
2018-01-26sfc: only enable TX timestamping if the adapter is licensed for itMartin Habets2-0/+29
2018-01-26sfc: use main datapath for HW timestamps if availableMartin Habets2-15/+42
2018-01-26sfc: add function to determine which TX timestamping method to useMartin Habets2-0/+11
2018-01-26sfc: handle TX timestamps in the normal data pathMartin Habets5-9/+119
2018-01-26sfc: remove tx and MCDI handling from NAPI budget considerationBert Kenward2-30/+7
2018-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-29/+37
2018-01-25net/ibm/emac: wrong bit is used for STA control register writeIvan Mikhaylov1-1/+1
2018-01-25net/ibm/emac: add 8192 rx/tx fifo sizeIvan Mikhaylov2-0/+8
2018-01-25Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller3-17/+43
2018-01-25fm10k: clarify action when updating the VLAN tableNgai-Mint Kwan1-1/+3
2018-01-25fm10k: correct typo in fm10k_pf.cNgai-Mint Kwan1-1/+1
2018-01-25fm10k: don't assume VLAN 1 is enabledJacob Keller1-5/+3
2018-01-25fm10k: stop adding VLAN 0 to the VLAN tableJacob Keller1-3/+0
2018-01-25fm10k: fix "failed to kill vid" message for VFNgai-Mint Kwan1-2/+12
2018-01-25fm10k: cleanup unnecessary parenthesis in fm10k_iov.cJacob Keller1-2/+2
2018-01-25cxgb4: make symbol pedits staticWei Yongjun1-1/+1
2018-01-25i40e: flower: check if TC offload is enabled on a netdevJakub Kicinski1-0/+2
2018-01-25qed: Free reserved MR tidMichal Kalderon1-11/+17
2018-01-25qed: Remove reserveration of dpi for kernelMichal Kalderon1-3/+0