summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
* qed: Add vport WFQ configuration APIsManish Chopra2016-04-265-4/+223
* cxgb4: Decode link down reason code obtained from firmwareHariprasad Shenai2016-04-263-0/+40
* cxgb4: Don't assume FW_PORT_CMD reply is always port info msgHariprasad Shenai2016-04-262-37/+74
* cxgb4: DCB message handler needs to use correct portid to netdev mappingHariprasad Shenai2016-04-262-3/+4
* cxgb4: Refactor t4_port_init functionHariprasad Shenai2016-04-262-40/+55
* cxgb4: Properly decode port module typeHariprasad Shenai2016-04-261-0/+11
* cxgb4: Avoids race and deadlock while freeing tx descriptorHariprasad Shenai2016-04-261-0/+2
* cxgb4: Add llseek operation for flash debugfs entryHariprasad Shenai2016-04-261-0/+1
* cxgb4: add new routine to get adapter infoHariprasad Shenai2016-04-264-8/+95
* net: tsi108: use NULL for pointer-typed argumentJulia Lawall2016-04-261-1/+2
* net: hns: add attribute port-mode-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-25/+30
* net: hns: add attribute port-rst-offset for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-17/+19
* net: hns: add attribute cpld_ctrl for dsaf port nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-266-34/+51
* net: hns: separate debug dsaf device from service dsaf deviceYisen.Zhuang\(Zhuangyuzeng\)2016-04-2610-241/+261
* net: hns: sort the header file by alphabetical orderDaode Huang2016-04-263-14/+14
* net: hns: add syscon operation for dsafYisen.Zhuang\(Zhuangyuzeng\)2016-04-261-0/+14
* net: hns: add attribute reset-field-offset for dsaf nodeYisen.Zhuang\(Zhuangyuzeng\)2016-04-263-12/+37
* net: hns: add attribute port-idx-in-ae in enet node.Yisen.Zhuang\(Zhuangyuzeng\)2016-04-264-32/+22
* net: hns: set debug port irq index to 0Daode Huang2016-04-262-11/+2
* net: hns: add a new dsaf mode for debug portYisen.Zhuang\(Zhuangyuzeng\)2016-04-269-89/+84
* qed: add support for link pause configuration.Sudarsana Reddy Kalluru2016-04-251-0/+14
* qed*: Conditions for changing linkYuval Mintz2016-04-252-4/+16
* qede: Add support for ethtool private flagsYuval Mintz2016-04-251-0/+23
* qed*: Align statistics namesYuval Mintz2016-04-254-40/+49
* ixgbe: use msleep for long delaysArnd Bergmann2016-04-251-1/+1
* ixgbevf: Move API negotiation function into mac_opsAlexander Duyck2016-04-253-4/+5
* ixgbe/ixgbevf: Add support for GSO partialAlexander Duyck2016-04-252-82/+180
* ixgbevf: make use of BIT() macro to avoid shift of signed valuesJacob Keller2016-04-254-26/+27
* ixgbe: resolve shift of negative value warningJacob Keller2016-04-251-2/+2
* ixgbe: use BIT() macroJacob Keller2016-04-2517-195/+195
* ixgbe: Add work around for empty SFP+ cage crosstalkDon Skidmore2016-04-253-0/+42
* ixgbe: Use correct FC setup function for x550em_aMark Rustad2016-04-251-2/+2
* ixgbevf: add support for per-queue ethtool statsEmil Tantilov2016-04-252-46/+91
* ixgbevf: refactor ethtool stats handlingEmil Tantilov2016-04-251-62/+64
* ixgbe: Add register wait for slow linksMark Rustad2016-04-252-0/+22
* ixgbe: make 'action' field in struct ixgbe_fdir_filter a u64 valueSridhar Samudrala2016-04-241-1/+1
* ixgbe: fix default mac->ops.setup_link for X550EMEmil Tantilov2016-04-241-2/+2
* ixgbe: set VLAN spoof checking unconditionallyEmil Tantilov2016-04-242-26/+2
* ixgbe: consolidate the configuration of spoof checkingEmil Tantilov2016-04-244-73/+42
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-2326-168/+373
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-2126-168/+363
| |\
| | * atl2: Disable unimplemented scatter/gather featureBen Hutchings2016-04-211-1/+1
| | * net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha2016-04-214-3/+10
| | * net/mlx4_core: Don't allow to VF change global pause settingsEugenia Emantayev2016-04-212-0/+15
| | * net/mlx4_core: Avoid repeated calls to pci enable/disableDaniel Jurgens2016-04-211-5/+34
| | * net/mlx4_core: Implement pci_resume callbackDaniel Jurgens2016-04-211-15/+24
| | * net: ethernet: davinci_emac: Fix platform_data overwriteNeil Armstrong2016-04-211-2/+0
| | * net: ethernet: davinci_emac: Fix Unbalanced pm_runtime_enableNeil Armstrong2016-04-211-0/+1
| | * qede: Fix single MTU sized packet from firmware GRO flowManish Chopra2016-04-211-0/+13
| | * qede: Fix setting Skb network headerManish Chopra2016-04-211-2/+2