summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)AuthorFilesLines
2014-12-15Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-5/+0
2014-11-21IBM-EMAC: Deletion of unnecessary checks before the function call "of_dev_put"Markus Elfring1-16/+8
2014-10-20net: ethernet: ibm: emac: drop owner assignment from platform_driversWolfram Sang5-5/+0
2014-08-26ehea: Fix TSO and hw checksums with non-accelerated vlan packets.Vlad Yasevich1-1/+1
2014-08-22ibmveth: Fix endian issues with rx_no_buffer statisticAnton Blanchard1-4/+14
2014-08-15net: ethernet: ibm: ehea: Remove duplicate object from MakefileAndreas Ruprecht1-1/+1
2014-06-07net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriateJiri Pirko1-2/+2
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-16/+12
2014-05-31emac: aggregation of v1-2 PLB errors for IER registerIvan Mikhaylov2-16/+9
2014-05-31emac: add missing support of 10mbit in emac/rgmiiIvan Mikhaylov1-0/+3
2014-05-31ehea: Introduce the use of the managed version of kzallocHimangi Saraogi1-3/+2
2014-05-19net: ethernet: ibm: ehea: ehea_qmr.c: Fix for possible null pointer dereferenceRickard Strandqvist1-1/+3
2014-05-14net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2-2/+2
2014-03-25ibmveth: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-1/+1
2014-03-25ehea: Call dev_consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2014-03-15ibmveth: Don't receive packets when the napi budget == 0Eric W. Biederman1-2/+2
2014-03-07ibmveth: Fix endian issues with MAC addressesAnton Blanchard2-10/+16
2014-01-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-4/+8
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-30powerpc/iommu: Update the generic code to use dynamic iommu page sizesAlistair Popple1-6/+9
2013-12-30powerpc/iommu: Update constant names to reflect their hardcoded page sizeAlistair Popple1-4/+5
2013-12-06ethernet: Fix FSF address in file headersJeff Kirsher2-4/+2
2013-12-03net: do not pretend FRAGLIST supportEric Dumazet1-1/+1
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-35/+35
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-0/+6
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+8
2013-10-30ibm emac: Fix locking for enable/disable eob irqAlistair Popple1-0/+4
2013-10-30ibm emac: Don't call napi_complete if napi_reschedule failedAlistair Popple1-8/+4
2013-10-10drivers: clean-up prom.h implicit includesRob Herring5-0/+6
2013-10-03net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2-3/+3
2013-09-24ibm/emac: Remove extern from function prototypesJoe Perches4-32/+32
2013-09-17drivers/net/ethernet/ibm/ehea/ehea_main.c: add alias entry for portN propertiesOlaf Hering1-1/+13
2013-09-13ehea: remove deprecated IRQF_DISABLEDMichael Opdenacker1-4/+3
2013-09-04ibmveth: Fix little endian issuesAnton Blanchard2-5/+18
2013-09-04net: emac: use platform_{get,set}_drvdata()Jingoo Han1-5/+5
2013-08-30drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherentJoe Perches1-2/+2
2013-08-21net: emac: remove unnecessary dev_set_drvdata()Libo Chen1-2/+0
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-36/+27
2013-06-12ibmebus: convert of_platform_driver to platform_driverRob Herring1-5/+3
2013-06-03ibm-ethernet: delete stale MCA and duplicate PSERIES dependencyPaul Gortmaker1-2/+1
2013-05-26net: ethernet: use platform_{get,set}_drvdata()Jingoo Han5-34/+26
2013-05-12emac: Fix EMAC soft reset on 460EX/GTPetri Gynther1-8/+28
2013-05-06net/eth/ibmveth: Fixup retrieval of MAC addressBenjamin Herrenschmidt1-13/+10
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-27/+16
2013-05-01ethernet/emac/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)1-1/+1
2013-04-23net: Fix vlan bitmask changes in EHEA driver.David S. Miller1-6/+6
2013-04-23net: Fix some __vlan_hwaccel_put_tag() callers.David S. Miller1-1/+2
2013-04-19net: vlan: prepare for 802.1ad VLAN filtering offloadPatrick McHardy1-2/+2
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy1-4/+4
2013-03-17drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)Joe Perches1-2/+1