aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-08tuntap: restore default qdiscJason Wang1-2/+2
2016-04-06stmmac: fix adjust link call in case of a switch is attachedGiuseppe CAVALLARO1-12/+10
2016-04-06cxgb4: Add pci device id for chelsio t520-cr adapterHariprasad Shenai1-0/+1
2016-04-05e1000: Double Tx descriptors needed check for 82544Alexander Duyck1-1/+18
2016-04-05e1000: Do not overestimate descriptor counts in Tx pre-checkAlexander Duyck1-1/+1
2016-04-05i40e: fix errant PCIe bandwidth messageJesse Brandeburg1-0/+1
2016-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds44-455/+574
2016-04-01net: mvneta: fix changing MTU when using per-cpu processingMarcin Wojtas1-14/+16
2016-04-01stmmac: fix MDIO settingsGiuseppe CAVALLARO3-47/+72
2016-04-01Revert "stmmac: Fix 'eth0: No PHY found' regression"Giuseppe CAVALLARO2-9/+11
2016-04-01stmmac: fix TX normal DESCGiuseppe CAVALLARO1-8/+8
2016-04-01net: mvneta: use cache_line_size() to get cacheline sizeJisheng Zhang1-1/+1
2016-04-01net: mvpp2: use cache_line_size() to get cacheline sizeJisheng Zhang1-1/+1
2016-04-01net: mvpp2: fix maybe-uninitialized warningJisheng Zhang1-1/+3
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-3/+5
2016-03-31net: usb: cdc_ncm: adding Telit LE910 V2 mobile broadband cardDaniele Palmas1-0/+7
2016-03-31fec: Do not access unexisting register in ColdfireFabio Estevam1-1/+1
2016-03-31net: mvneta: replace MVNETA_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang1-9/+1
2016-03-31net: mvpp2: replace MVPP2_CPU_D_CACHE_LINE_SIZE with L1_CACHE_BYTESJisheng Zhang1-13/+1
2016-03-31net: dsa: mv88e6xxx: Clear the PDOWN bit on setupPatrick Uiterwijk2-0/+44
2016-03-31net: dsa: mv88e6xxx: Introduce _mv88e6xxx_phy_page_{read, write}Patrick Uiterwijk1-13/+36
2016-03-31Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queueDavid S. Miller9-121/+107
2016-03-30bnxt_en: Fix ethtool -a reporting.Michael Chan1-4/+2
2016-03-30bnxt_en: Fix typo in bnxt_hwrm_set_pause_common().Michael Chan1-1/+1
2016-03-30bnxt_en: Implement proper firmware message padding.Michael Chan2-1/+7
2016-03-30bnxt_en: Initialize CP doorbell value before ring allocationPrashant Sreedharan1-1/+1
2016-03-30team: team should sync the port's uc/mc addrs when add a portXin Long1-0/+5
2016-03-30qed: initialize return rc to avoid returning garbageColin Ian King1-1/+1
2016-03-29ixgbe: Fix cls_u32 offload support for L4 portsSridhar Samudrala1-12/+4
2016-03-29ixgbe: Fix cls_u32 offload support for fields with masksSridhar Samudrala2-7/+5
2016-03-29ixgbe: fix error handling in TC cls_u32 offload routinesSridhar Samudrala1-18/+34
2016-03-29ixgbe: make __ixgbe_setup_tc staticEmil Tantilov1-2/+2
2016-03-29ixgbevf: fix error code path when setting MAC addressEmil Tantilov2-5/+11
2016-03-29ixgbevf: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-4/+6
2016-03-29ixgbe: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-4/+6
2016-03-29ixgbe: Use udelay to avoid sleeping while atomicMark Rustad1-1/+1
2016-03-29ixgbe: Fix ATR so that it correctly handles IPv6 extension headersAlexander Duyck1-24/+21
2016-03-29ixgbe: Store VXLAN port number in network orderAlexander Duyck2-49/+20
2016-03-29ixgbe: Fix for RAR0 not being set to default MAC addrTushar Dave1-0/+2
2016-03-28qmi_wwan: add "D-Link DWM-221 B1" device idBjørn Mork1-0/+1
2016-03-28net: macb: Only call GPIO functions if there is a valid GPIOCharles Keepax1-3/+5
2016-03-28net: hns: set-coalesce-usecs returns errno by dsaf.koLisheng3-6/+8
2016-03-28net: hns: fixed the setting and getting overtime bugLisheng4-154/+126
2016-03-27ravb: fix software timestampingLino Sanfilippo1-1/+1
2016-03-27net: sxgbe: fix error paths in sxgbe_platform_probe()Rasmus Villemoes1-2/+2
2016-03-27drivers/net/usb/plusb.c: Fix typoDiego Viola1-1/+1
2016-03-25net: macb: remove BUG_ON() and reset the queue to handle RX errorsCyrille Pitchen1-10/+49
2016-03-25qlge: Update version to 1.00.00.35Manish Chopra1-1/+1
2016-03-25net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362Jaedon Shin1-0/+4
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds2-2/+2