summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: macb: Fix coding style suggestionsMoritz Fischer2016-04-041-22/+24
* net: macb: Fix coding style warningsMoritz Fischer2016-04-041-58/+42
* net: macb: Fix coding style error messageMoritz Fischer2016-04-041-1/+1
* ravb: Add dma queue interrupt supportKazuya Mizuguchi2016-04-043-48/+439
* sock: enable timestamping using control messagesSoheil Hassas Yeganeh2016-04-041-1/+2
* stmmac: update version to Jan_2016Alexandre TORGUE2016-04-031-1/+1
* stmmac: support new GMAC4Alexandre TORGUE2016-04-034-54/+444
* stmmac: add new DT platform entries for GMAC4Alexandre TORGUE2016-04-031-0/+7
* stmmac: enhance mmc counter managementAlexandre TORGUE2016-04-035-176/+188
* stmmac: add GMAC4 core supportAlexandre TORGUE2016-04-034-3/+447
* stmmac: add DMA support for GMAC 4.xxAlexandre TORGUE2016-04-035-1/+793
* stmmac: add GMAC4 DMA/CORE Header FileAlexandre TORGUE2016-04-031-0/+224
* stmmac: add descriptors function for GMAC 4.xxAlexandre TORGUE2016-04-034-1/+534
* stmmac: rework synopsys id read, moved to dwmac setupAlexandre TORGUE2016-04-034-35/+35
* stmmac: rework the routines to show the ring statusAlexandre TORGUE2016-04-034-50/+67
* stmmac: rework get_hw_feature functionAlexandre TORGUE2016-04-033-46/+42
* net: hns: add support of pause frame ctrl for HNS V2Lisheng2016-04-036-38/+104
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-0244-455/+574
|\
| * net: mvneta: fix changing MTU when using per-cpu processingMarcin Wojtas2016-04-011-14/+16
| * stmmac: fix MDIO settingsGiuseppe CAVALLARO2016-04-013-47/+72
| * Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2016-04-012-9/+11
| * stmmac: fix TX normal DESCGiuseppe CAVALLARO2016-04-011-8/+8
| * net: mvneta: use cache_line_size() to get cacheline sizeJisheng Zhang2016-04-011-1/+1
| * net: mvpp2: use cache_line_size() to get cacheline sizeJisheng Zhang2016-04-011-1/+1
| * net: mvpp2: fix maybe-uninitialized warningJisheng Zhang2016-04-011-1/+3
| * tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-3/+5
| * net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband cardDaniele Palmas2016-03-311-0/+7
| * fec: Do not access unexisting register in ColdfireFabio Estevam2016-03-311-1/+1
| * net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang2016-03-311-9/+1
| * net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang2016-03-311-13/+1
| * net: dsa: mv88e6xxx: Clear the PDOWN bit on setupPatrick Uiterwijk2016-03-312-0/+44
| * net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read, write}Patrick Uiterwijk2016-03-311-13/+36
| * Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-03-319-121/+107
| |\
| | * ixgbe: Fix cls_u32 offload support for L4 portsSridhar Samudrala2016-03-301-12/+4
| | * ixgbe: Fix cls_u32 offload support for fields with masksSridhar Samudrala2016-03-302-7/+5
| | * ixgbe: fix error handling in TC cls_u32 offload routinesSridhar Samudrala2016-03-301-18/+34
| | * ixgbe: make __ixgbe_setup_tc staticEmil Tantilov2016-03-301-2/+2
| | * ixgbevf: fix error code path when setting MAC addressEmil Tantilov2016-03-302-5/+11
| | * ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-303-4/+6
| | * ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-03-303-4/+6
| | * ixgbe: Use udelay to avoid sleeping while atomicMark Rustad2016-03-301-1/+1
| | * ixgbe: Fix ATR so that it correctly handles IPv6 extension headersAlexander Duyck2016-03-301-24/+21
| | * ixgbe: Store VXLAN port number in network orderAlexander Duyck2016-03-302-49/+20
| | * ixgbe: Fix for RAR0 not being set to default MAC addrTushar Dave2016-03-301-0/+2
| * | bnxt_en: Fix ethtool -a reporting.Michael Chan2016-03-311-4/+2
| * | bnxt_en: Fix typo in bnxt_hwrm_set_pause_common().Michael Chan2016-03-311-1/+1
| * | bnxt_en: Implement proper firmware message padding.Michael Chan2016-03-312-1/+7
| * | bnxt_en: Initialize CP doorbell value before ring allocationPrashant Sreedharan2016-03-311-1/+1
| * | team: team should sync the port's uc/mc addrs when add a portXin Long2016-03-301-0/+5
| * | qed: initialize return rc to avoid returning garbageColin Ian King2016-03-301-1/+1
| |/