summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
Commit message (Expand)AuthorAgeFilesLines
* ibmveth: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-1/+1
* ehea: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman2014-03-251-3/+3
* ibmveth: Don't receive packets when the napi budget == 0Eric W. Biederman2014-03-151-2/+2
* ibmveth: Fix endian issues with MAC addressesAnton Blanchard2014-03-062-10/+16
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-01-281-4/+8
|\
| * powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple2013-12-301-6/+9
| * powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple2013-12-301-4/+5
* | drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-161-1/+0Star
* | ethernet: Fix FSF address in file headersJeff Kirsher2013-12-062-4/+2Star
* | net: do not pretend FRAGLIST supportEric Dumazet2013-12-021-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-136-35/+35
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-8/+8
| |\
| * | net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2013-10-022-3/+3
| * | ibm/emac: Remove extern from function prototypesJoe Perches2013-09-244-32/+32
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-125-0/+6
|\ \ \ | |_|/ |/| |
| * | drivers: clean-up prom.h implicit includesRob Herring2013-10-105-0/+6
| |/
* | ibm emac: Fix locking for enable/disable eob irqAlistair Popple2013-10-301-0/+4
* | ibm emac: Don't call napi_complete if napi_reschedule failedAlistair Popple2013-10-301-8/+4Star
|/
* drivers/net/ethernet/ibm/ehea/ehea_main.c: add alias entry for portN propertiesOlaf Hering2013-09-171-1/+13
* ehea: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-131-4/+3Star
* ibmveth: Fix little endian issuesAnton Blanchard2013-09-042-5/+18
* net: emac: use platform_{get,set}_drvdata()Jingoo Han2013-09-041-5/+5
* drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches2013-08-301-2/+2
* net: emac: remove unnecessary dev_set_drvdata()Libo Chen2013-08-211-2/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-106-36/+27Star
|\
| * ibm-ethernet: delete stale MCA and duplicate PSERIES dependencyPaul Gortmaker2013-06-031-2/+1Star
| * net: ethernet: use platform_{get,set}_drvdata()Jingoo Han2013-05-265-34/+26Star
* | ibmebus: convert of_platform_driver to platform_driverRob Herring2013-06-121-5/+3Star
|/
* emac: Fix EMAC soft reset on 460EX/GTPetri Gynther2013-05-121-8/+28
* net/eth/ibmveth: Fixup retrieval of MAC addressBenjamin Herrenschmidt2013-05-051-13/+10Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-013-27/+16Star
|\
| * net: Fix vlan bitmask changes in EHEA driver.David S. Miller2013-04-231-6/+6
| * net: Fix some __vlan_hwaccel_put_tag() callers.David S. Miller2013-04-231-1/+2
| * net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy2013-04-191-2/+2
| * net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-191-4/+4
| * drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches2013-03-171-2/+1Star
| * drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-152-10/+4Star
| * drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-7/+2Star
* | ethernet/emac/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-05-011-1/+1
|/
* net: ehea module param description fixDave Young2013-02-181-4/+4
* ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-044-22/+9Star
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-072-8/+6Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-181-20/+0Star
|\
| * powerpc: Move get_longbusy_msecs into hvcall.h and remove duplicate functionIan Munsie2012-11-151-20/+0Star
* | drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-074-10/+8Star
* | ibm/emac: remove __dev* attributesBill Pemberton2012-12-035-21/+21
* | ibmveth: remove __dev* attributesBill Pemberton2012-12-031-3/+3
* | ehea: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* | ehea: Remove remnants of LRO supportBen Hutchings2012-11-202-4/+3Star
* | drivers/net/ethernet/ibm/emac/mal.c: use WARNJulia Lawall2012-11-031-4/+2Star
|/