aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-07ethernet: micrel: use time_is_before_eq_jiffiesAntonio Murdaca1-1/+1
2015-06-07net: fec: ptp: correct the ENET_ATCOR valueFugang Duan1-0/+1
2015-06-07net: ll_temac: Remove sparse warningsMichal Simek1-6/+6
2015-06-07net: bcmgenet: improve TX timeoutFlorian Fainelli1-0/+67
2015-06-07net: dsa: mv88e6xxx: Fix deadlock by double lockAndrew Lunn1-2/+2
2015-06-07fddi: print an address with %p format specifier rather than %xColin Ian King1-1/+1
2015-06-07wan: dscc4: fix build warning Wunused-but-set-variableNicholas Mc Guire1-3/+0
2015-06-05cxgb4: Fix static checker warningHariprasad Shenai1-1/+1
2015-06-05cxgb4: Use FW LDST cmd to access TP_PIO_{ADDR, DATA} register firstHariprasad Shenai2-21/+83
2015-06-05cxgb4: program pci completion timeoutHariprasad Shenai1-0/+19
2015-06-05cxgb4: Set mac addr from vpd, when we can't contact firmwareHariprasad Shenai3-19/+81
2015-06-05cxgb4: Rename t4_link_start() to t4_link_l1cfgHariprasad Shenai4-6/+6
2015-06-05cxgb4: Add sge ec context flush serviceHariprasad Shenai4-5/+33
2015-06-05cxgb4: Free Virtual Interfaces in remove routineHariprasad Shenai3-0/+35
2015-06-04mlx5: Enable mutual support for IB and EthernetHaggai Abramonvsky2-1/+8
2015-06-04net/mlx5_core: Add more query port helpersMajd Dibbiny1-0/+67
2015-06-04net/mlx5_core: Use port number when querying port ptysMajd Dibbiny2-5/+5
2015-06-04net/mlx5_core: Use port number in the query port mtu helpersMajd Dibbiny2-8/+11
2015-06-04net/mlx5_core: Get vendor-id using the query adapter commandMajd Dibbiny3-18/+47
2015-06-04net/mlx5_core: Add new query HCA vport commandsMajd Dibbiny3-11/+262
2015-06-04net/mlx5_core: Make the vport helpers available for the IB driver tooMajd Dibbiny4-45/+6
2015-06-04net/mlx5_core: Check the return bitmask when querying ISSIHaggai Abramonvsky1-1/+1
2015-06-04net/mlx5_core: Enable XRCs and SRQs when using ISSI > 0Haggai Abramonvsky4-65/+548
2015-06-04net/mlx5_core: Apply proper name convention to helpersHaggai Abramonvsky3-30/+36
2015-06-04net/mlx5_en: Add missing check for memory allocation failureAmir Vadai1-0/+2
2015-06-04net: Add full IPv6 addresses to flow_keysTom Herbert3-11/+10
2015-06-03Merge tag 'wireless-drivers-next-for-davem-2015-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller153-3383/+13310
2015-06-03cxgb4: Remove WOL get/set ethtool supportHariprasad Shenai4-137/+0
2015-06-03cxgb4: Add support to dump loopback port statsHariprasad Shenai4-1/+92
2015-06-03cxgb4: Add support in ethtool to dump channel statsHariprasad Shenai4-1/+136
2015-06-03cxgb4: Add ethtool support to get adapter statsHariprasad Shenai5-46/+280
2015-06-03net: tulip: rearrange order of searching for substringsRasmus Villemoes1-5/+5
2015-06-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller22-52/+220
2015-06-03net/mlx4_core: fix typo in mlx4_set_vf_macCarol Soto1-1/+1
2015-06-03net/mlx4_core: need to call close fw if alloc icm is called twiceCarol Soto1-0/+1
2015-06-03net/mlx4_core: double free of dev_vfsCarol L Soto1-0/+1
2015-06-03drivers/net/ethernet/dec/tulip/uli526x.c: fix misleading indentation in uli526x_timerDavid Malcolm1-1/+1
2015-06-03net: phy: dp83867: Add TI dp83867 phyDan Murphy3-1/+245
2015-06-03ethernet: micrel: use time_after_eqAntonio Murdaca1-1/+1
2015-06-03net/mlx4_core: Fix build failure introduced by the EQ pool changesOr Gerlitz1-1/+3
2015-06-03e1000e: Bump the version to 3.2.5Yanir Lubetkin22-24/+24
2015-06-03e1000e: fix unit hang during loopback testYanir Lubetkin1-3/+24
2015-06-03e1000e: fix systim issuesYanir Lubetkin2-11/+30
2015-06-03e1000e: fix legacy interrupt handling in i219Yanir Lubetkin3-1/+19
2015-06-03e1000e: fix flush_desc_ring implementationYanir Lubetkin3-6/+9
2015-06-03e1000e: fix logical error in flush_desc_ringsYanir Lubetkin1-1/+1
2015-06-03e1000e: remove call to do_div and sign mismatch warningYanir Lubetkin1-9/+4
2015-06-03e1000e: i219 execute unit hang fix on every reset or power state transitionYanir Lubetkin1-6/+10
2015-06-03e1000e: i219 fix unit hang on reset and runtime D3Yanir Lubetkin3-0/+108
2015-06-03Merge tag 'iwlwifi-next-for-kalle-2015-06-03' of https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo41-833/+1479