aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-26i40e: change flags to use 64 bitsAlice Michael2-35/+36
2018-01-26i40e: Display LLDP information on vSphere Web ClientUpasana Menon4-0/+55
2018-01-26i40e/i40evf: Use ring pointers to clean up _set_itr_per_queueAlexander Duyck2-24/+26
2018-01-26i40evf: Allow turning off offloads when the VF has VLAN setPaweł Jabłoński1-6/+12
2018-01-26i40e: Fix for adding multiple ethtool filters on the same locationPatryk Małek1-6/+6
2018-01-26i40e: Add returning AQ critical error to SWMichal Kosiarz6-8/+24
2018-01-26ixgbe: don't set RXDCTL.RLPML for 82599Emil Tantilov1-2/+6
2018-01-26ixgbe: Fix && vs || typoDan Carpenter1-1/+1
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-26cxgb4: use backdoor access to collect dumps when firmware crashedRahul Lakkireddy1-13/+38
2018-01-26cxgb4: fix incorrect condition for using firmware LDST commandsRahul Lakkireddy1-1/+1
2018-01-26cxgb4: reset FW_OK flag on firmware crashRahul Lakkireddy1-1/+3
2018-01-26net: hns3: add int_gl_idx setup for VFFuyun Liang2-0/+13
2018-01-26net: hns3: add get/set_coalesce support to VFFuyun Liang1-0/+2
2018-01-26Merge tag 'linux-can-next-for-4.16-20180126' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller2-2/+2
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-26sfc: add suffix to large constant in ptpBert Kenward1-1/+1
2018-01-26can: migrate documentation to restructured textRobert Schwebel2-2/+2
2018-01-26mt76: validate rx CCMP PNFelix Fietkau5-16/+125
2018-01-26mt76: pass the per-vif wcid to the core for multicast rxFelix Fietkau3-3/+14
2018-01-26mt76: split mt76_rx_completeFelix Fietkau4-16/+23
2018-01-26mt76: implement A-MPDU rx reordering in the driver codeFelix Fietkau7-4/+319
2018-01-26mt76: get station pointer by wcid and pass it to mac80211Felix Fietkau5-3/+38
2018-01-26mt76: add an intermediate struct for rx status informationFelix Fietkau3-3/+43
2018-01-26mt76: fix TSF value in probe responsesFelix Fietkau1-1/+5
2018-01-26mt76: retry rx polling as long as there is budget leftFelix Fietkau1-3/+7
2018-01-25net: vrf: Add support for sends to local broadcast addressDavid Ahern1-2/+3
2018-01-25r8169: fix memory corruption on retrieval of hardware statistics.Francois Romieu1-7/+2
2018-01-25mlxsw: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+2
2018-01-25i40e: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-5/+3
2018-01-25ixgbe: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+1
2018-01-25bnxt: use tc_cls_can_offload_and_chain0()Jakub Kicinski3-5/+4
2018-01-25mlx5: use tc_cls_can_offload_and_chain0()Jakub Kicinski2-8/+2
2018-01-25cxgb4: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-7/+1
2018-01-25nfp: use tc_cls_can_offload_and_chain0()Jakub Kicinski2-7/+4
2018-01-25netdevsim: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-4/+1
2018-01-25qed: code indent should use tabs where possibleRohit Visavalia1-5/+5
2018-01-25be2net: networking block comments don't use an empty /* lineRohit Visavalia1-2/+1
2018-01-25cxgb4: fix possible deadlockGanesh Goudar1-10/+10