summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* net/i40e: Avoid double setting of NETIF_F_SG for the HW encapsulation feature...Or Gerlitz2014-03-181-3/+2
* i40evf: Rename i40e_ptype_lookup i40evf_ptype_lookupEric W Biederman2014-03-182-6/+6
* e1000e: fix the build error when PM is disabledKevin Hao2014-03-181-0/+2
* igb: remove references to long gone command line parametersFernando Luis Vazquez Cao2014-03-181-4/+2
* net: ethernet: Change Ethernet Makefile and Kconfig for Altera TSE driverVince Bridgers2014-03-172-0/+2
* Altera TSE: Add Altera Ethernet Driver Makefile and KconfigVince Bridgers2014-03-172-0/+15
* Altera TSE: Add main and header file for Altera Ethernet DriverVince Bridgers2014-03-172-0/+2029
* Altera TSE: Add Miscellaneous Files for Altera Ethernet DriverVince Bridgers2014-03-173-0/+298
* Altera TSE: Add Altera Ethernet Driver SGDMA file componentsVince Bridgers2014-03-173-0/+670
* Altera TSE: Add Altera Ethernet Driver MSGDMA File ComponentsVince Bridgers2014-03-173-0/+403
* at86rf230: add support for devicetreeAlexander Aring2014-03-171-1/+47
* at86rf230: make reset pin optionallyAlexander Aring2014-03-171-13/+21
* at86rf230: change reset timingsAlexander Aring2014-03-171-3/+3
* at86rf230: move locking state in xmitAlexander Aring2014-03-171-1/+1
* at86rf230: fix unexpected state changeAlexander Aring2014-03-171-1/+1
* sh_eth: fold netif_msg_*() and netdev_*() calls into netif_*() invocationsSergei Shtylyov2014-03-171-22/+11
* sh_eth: convert dev_*() to netdev_*() callsSergei Shtylyov2014-03-171-23/+24
* sh_eth: convert pr_*() to netdev_*() callsSergei Shtylyov2014-03-171-4/+5
* sh_eth: exit probe with unknown register layoutSergei Shtylyov2014-03-171-1/+6
* netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP)Eric W. Biederman2014-03-171-5/+0
* sfc: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-142-0/+6
* vxge: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+4
* tc35815: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* tilepro: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* tilegx: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* s2io: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* mlx4: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* sky2: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* ibmveth: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-2/+2
* fs_enet: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* enic: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-6/+8
* amd8111e: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* ixgbe: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-2/+2
* igb: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-2/+2
* i40e: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+3
* bnx2x: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-141-0/+2
* cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise2014-03-143-38/+58
* cxgb4/iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative adviceSteve Wise2014-03-141-0/+1
* net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-1428-104/+104
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-1435-409/+266
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-1335-405/+267
| |\
| | * eth: fec: Fix lost promiscuous mode after reconnecting cableStefan Wahren2014-03-131-7/+7
| | * bonding: set correct vlan id for alb xmit pathdingtianhong2014-03-131-1/+1
| | * at86rf230: fix lockdep splatsAlexander Aring2014-03-131-5/+6
| | * net/mlx4_en: Deregister multicast vxlan steering rules when going downOr Gerlitz2014-03-131-0/+2
| | * vmxnet3: fix building without CONFIG_PCI_MSIArnd Bergmann2014-03-131-2/+5
| | * net/mlx4_core: Load the IB driver when the device supports IBoEOr Gerlitz2014-03-121-1/+1
| | * net/mlx4_en: Handle vxlan steering rules for mac address changesOr Gerlitz2014-03-121-0/+8
| | * net/mlx4_core: Fix wrong dump of the vxlan offloads device capabilityOr Gerlitz2014-03-121-2/+3
| | * xen-netback: use skb_is_gso in xenvif_start_xmitWei Liu2014-03-121-2/+1