summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net: ena: change the return type of ena_set_push_mode() to be void.Rami Rosen2016-08-231-9/+3
* net: hns: remove redundant dev_err call in hns_dsaf_get_cfg()Wei Yongjun2016-08-231-12/+4
* cxgb4: Remove unused including <linux/version.h>Wei Yongjun2016-08-231-1/+0
* net: phy: xgmiitorgmii: Fix non static symbol warningWei Yongjun2016-08-231-1/+1
* qede: Add support for Tx/Rx-only queues.Sudarsana Reddy Kalluru2016-08-233-157/+297
* cxgb4: Fix issue while re-registering VF mgmt netdevHariprasad Shenai2016-08-232-31/+67
* xen-netback: using kfree_rcu() to simplify the codeWei Yongjun2016-08-231-11/+2
* liquidio: declare liquidio_set_rxcsum_command staticNicholas Mc Guire2016-08-231-2/+2
* hv_netvsc: add ethtool statistics for tx packet issuesStephen Hemminger2016-08-232-16/+79
* hv_netvsc: report vmbus name in ethtoolStephen Hemminger2016-08-231-0/+4
* hv_netvsc: make variable localStephen Hemminger2016-08-231-3/+3
* hv_netvsc: make netvsc_destroy_buf voidStephen Hemminger2016-08-231-8/+6
* hv_netvsc: refactor completion functionStephen Hemminger2016-08-231-47/+56
* hv_netvsc: rearrange start_xmitStephen Hemminger2016-08-231-55/+51
* hv_netvsc: init completion during allocStephen Hemminger2016-08-231-3/+1
* hv_netvsc: make device_remove voidStephen Hemminger2016-08-232-3/+2
* hv_netvsc: use ARRAY_SIZE() for NDIS versionsStephen Hemminger2016-08-231-3/+4
* hv_netvsc: make inline functions staticStephen Hemminger2016-08-231-1/+84
* hv_netvsc: style cleanupsStephen Hemminger2016-08-233-30/+3
* hv_netvsc: use kcallocStephen Hemminger2016-08-231-2/+2
* hv_netvsc: make RSS hash key staticStephen Hemminger2016-08-232-3/+2
* hv_netvsc: fix rtnl locking in callbackStephen Hemminger2016-08-231-4/+1
* Merge tag 'shared-for-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller2016-08-2329-1452/+984
|\
| * net/mlx5: Introduce alloc_encap and dealloc_encap commandsIlya Lesokhin2016-08-173-0/+59
| * net/mlx5: Enable setting minimum inline header mode for VFsHadar Hen Zion2016-08-171-0/+20
| * net/mlx5: Improve driver log messagesSaeed Mahameed2016-08-176-31/+39
| * net/mlx5: Unify and improve command interfaceSaeed Mahameed2016-08-1723-768/+377
| * {net,IB}/mlx5: Modify QP commands via mlx5 ifcSaeed Mahameed2016-08-171-9/+115
| * {net,IB}/mlx5: QP/XRCD commands via mlx5 ifcSaeed Mahameed2016-08-172-111/+70
| * {net,IB}/mlx5: MKey/PSV commands via mlx5 ifcSaeed Mahameed2016-08-144-135/+112
| * {net,IB}/mlx5: CQ commands via mlx5 ifcSaeed Mahameed2016-08-142-75/+56
| * net/mlx5: EQ commands via mlx5 ifcSaeed Mahameed2016-08-142-53/+43
| * net/mlx5: Pages management commands via mlx5 ifcSaeed Mahameed2016-08-141-107/+58
| * net/mlx5: MCG commands via mlx5 ifcSaeed Mahameed2016-08-142-54/+20
| * net/mlx5: PD and UAR commands via mlx5 ifcSaeed Mahameed2016-08-142-99/+25
| * net/mlx5: Access register and MAD IFC commands via mlx5 ifcSaeed Mahameed2016-08-142-49/+45
| * net/mlx5: Init/Teardown hca commands via mlx5 ifcSaeed Mahameed2016-08-141-26/+10
* | net: ethernet: ti: cpsw: add ethtool channels supportIvan Khoronzhuk2016-08-231-0/+180
* | net: ethernet: ti: davinci_cpdma: move cpdma channel struct macroses to inter...Ivan Khoronzhuk2016-08-234-19/+18
* | net: ethernet: ti: cpsw: add multi queue supportIvan Khoronzhuk2016-08-233-105/+210
* | net: ethernet: ti: davinci_cpdma: fix locking while ctrl_stopIvan Khoronzhuk2016-08-231-0/+2
* | net: ethernet: ti: davinci_cpdma: split descs num between all channelsIvan Khoronzhuk2016-08-233-27/+83
* | net: mv88e6xxx: Enable PORT_CONTROL_FORWARD_UNKNOWN for DSA-tagged CPU portsJamie Lentin2016-08-221-2/+2
* | dsa: mv88e6xxx: Delete ppu timer when removing moduleAndrew Lunn2016-08-221-0/+13
* | net: dsa: mv88e6xxx: Fix support for DSA tagging for older switches.Andrew Lunn2016-08-223-27/+31
* | net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn2016-08-224-4/+24
* | cxgb4: add support for tx max rate limitingRahul Lakkireddy2016-08-223-0/+105
* | cxgb4: add support for per queue tx schedulingRahul Lakkireddy2016-08-223-0/+347
* | cxgb4: add support for tx traffic scheduling classesRahul Lakkireddy2016-08-227-5/+438
* | qed: Change locking scheme for VF channelYuval Mintz2016-08-221-34/+90