summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2014-03-18bonding: ratelimit pr_warn()s in 802.3ad modeVeaceslav Falico1-17/+17
2014-03-18net/i40e: Avoid double setting of NETIF_F_SG for the HW encapsulation feature...Or Gerlitz1-3/+2
2014-03-18i40evf: Rename i40e_ptype_lookup i40evf_ptype_lookupEric W Biederman2-6/+6
2014-03-18e1000e: fix the build error when PM is disabledKevin Hao1-0/+2
2014-03-18igb: remove references to long gone command line parametersFernando Luis Vazquez Cao1-4/+2
2014-03-18net: ethernet: Change Ethernet Makefile and Kconfig for Altera TSE driverVince Bridgers2-0/+2
2014-03-18Altera TSE: Add Altera Ethernet Driver Makefile and KconfigVince Bridgers2-0/+15
2014-03-18Altera TSE: Add main and header file for Altera Ethernet DriverVince Bridgers2-0/+2029
2014-03-18Altera TSE: Add Miscellaneous Files for Altera Ethernet DriverVince Bridgers3-0/+298
2014-03-18Altera TSE: Add Altera Ethernet Driver SGDMA file componentsVince Bridgers3-0/+670
2014-03-18Altera TSE: Add Altera Ethernet Driver MSGDMA File ComponentsVince Bridgers3-0/+403
2014-03-18at86rf230: add support for devicetreeAlexander Aring1-1/+47
2014-03-18at86rf230: make reset pin optionallyAlexander Aring1-13/+21
2014-03-18at86rf230: change reset timingsAlexander Aring1-3/+3
2014-03-18at86rf230: move locking state in xmitAlexander Aring1-1/+1
2014-03-18at86rf230: fix unexpected state changeAlexander Aring1-1/+1
2014-03-18sh_eth: fold netif_msg_*() and netdev_*() calls into netif_*() invocationsSergei Shtylyov1-22/+11
2014-03-18sh_eth: convert dev_*() to netdev_*() callsSergei Shtylyov1-23/+24
2014-03-18sh_eth: convert pr_*() to netdev_*() callsSergei Shtylyov1-4/+5
2014-03-18sh_eth: exit probe with unknown register layoutSergei Shtylyov1-1/+6
2014-03-17netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman1-5/+0
2014-03-17can: mcp251x: Fix regulators operation without CONFIG_REGULATORAlexander Shiyan1-2/+2
2014-03-17can: populate netdev::dev_id for udev discriminationChristopher R. Baker10-0/+10
2014-03-17can: Unify MTU settings for CAN interfacesOliver Hartkopp19-6/+30
2014-03-15sfc: Don't receive packets when the napi budget == 0Eric W. Biederman2-0/+6
2014-03-15vxge: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+4
2014-03-15tc35815: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15tilepro: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15tilegx: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15s2io: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15mlx4: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15sky2: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15ibmveth: Don't receive packets when the napi budget == 0Eric W. Biederman1-2/+2
2014-03-15fs_enet: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15enic: Don't receive packets when the napi budget == 0Eric W. Biederman1-6/+8
2014-03-15amd8111e: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15ixgbe: Don't receive packets when the napi budget == 0Eric W. Biederman1-2/+2
2014-03-15igb: Don't receive packets when the napi budget == 0Eric W. Biederman1-2/+2
2014-03-15i40e: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+3
2014-03-15bnx2x: Don't receive packets when the napi budget == 0Eric W. Biederman1-0/+2
2014-03-15cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise3-38/+58
2014-03-15cxgb4/iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative adviceSteve Wise1-0/+1
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman28-104/+104
2014-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller35-409/+266
2014-03-15bonding: use the correct ether type for albVeaceslav Falico1-1/+1
2014-03-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-95/+269
2014-03-15ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister1-4/+4
2014-03-15ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister3-27/+29
2014-03-15ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister1-7/+7
2014-03-15i40e/i40evf: Use dma_set_mask_and_coherentMitch Williams2-21/+12