summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
Commit message (Expand)AuthorAgeFilesLines
* ehea: Fix TSO and hw checksums with non-accelerated vlan packets.Vlad Yasevich2014-08-261-1/+1
* ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard2014-08-221-4/+14
* net: ethernet: ibm: ehea: Remove duplicate object from MakefileAndreas Ruprecht2014-08-141-1/+1
* net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko2014-06-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-043-16/+12Star
|\
| * emac: aggregation of v1-2 PLB errors for IER registerIvan Mikhaylov2014-05-312-16/+9Star
| * emac: add missing support of 10mbit in emac/rgmiiIvan Mikhaylov2014-05-311-0/+3
* | ehea: Introduce the use of the managed version of kzallocHimangi Saraogi2014-05-311-3/+2Star
* | net: ethernet: ibm: ehea: ehea_qmr.c: Fix for possible null pointer dereferenceRickard Strandqvist2014-05-191-1/+3
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-132-2/+2
|/
* 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