Age | Commit message (Expand) | Author | Files | Lines |
2015-10-16 | drivers/net: get rid of unnecessary initializations in .get_drvinfo() | Ivan Vecera | 1 | -1/+0 |
2015-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+3 |
2015-09-29 | net/ibm/emac: bump version numbers for correct work with ethtool | Ivan Mikhaylov | 1 | -3/+3 |
2015-09-23 | net/ibm/emac: fix type of phy_mode | Andrzej Hajda | 1 | -1/+1 |
2015-07-16 | ibmveth: add support for TSO6 | Thomas Falcon | 2 | -28/+135 |
2015-06-23 | drivers/net: remove all references to obsolete Ethernet-HOWTO | Paul Gortmaker | 1 | -3/+1 |
2015-06-12 | net/ibm/emac: use swap() in emac_make_bootlist() | Fabian Frederick | 1 | -7/+3 |
2015-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -15/+8 |
2015-05-25 | net/ibm/emac: fix size of emac dump memory areas | Ivan Mikhaylov | 2 | -15/+8 |
2015-04-30 | ibmveth: Add support for Large Receive Offload | Thomas Falcon | 2 | -1/+17 |
2015-04-30 | ibmveth: Add GRO support | Thomas Falcon | 1 | -1/+1 |
2015-04-30 | ibmveth: Add support for TSO | Thomas Falcon | 2 | -1/+19 |
2015-04-30 | ibmveth: change rx buffer default allocation for CMO | Thomas Falcon | 2 | -1/+5 |
2015-04-25 | ehea: Fix memory hook reference counting crashes | Michael Ellerman | 1 | -2/+4 |
2015-04-23 | ibmveth: Fix off-by-one error in ibmveth_change_mtu() | David Gibson | 1 | -2/+2 |
2015-04-16 | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp... | Linus Torvalds | 1 | -10/+2 |
2015-03-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
2015-03-17 | ehea: constify of_device_id array | Fabian Frederick | 1 | -2/+2 |
2015-03-17 | IBM-EMAC: constify of_device_id array | Fabian Frederick | 5 | -5/+5 |
2015-03-17 | powerpc: Remove duplicate cacheable_memcpy/memzero functions | Kyle Moffett | 1 | -10/+2 |
2015-03-10 | ibmveth: enable interrupts after napi_complete() | Yongbae Park | 1 | -2/+2 |
2015-03-03 | ibmveth: Add function to enable live MAC address changes | Thomas Falcon | 1 | -1/+23 |
2015-02-20 | ehea: Register memory hotplug, reboot and crash hooks on adapter probe | Anton Blanchard | 1 | -105/+141 |
2015-02-05 | IBM-EMAC: Delete an unnecessary check before the function call "of_dev_put" | Markus Elfring | 1 | -1/+1 |
2015-01-14 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 1 | -2/+2 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -5/+0 |
2014-11-21 | IBM-EMAC: Deletion of unnecessary checks before the function call "of_dev_put" | Markus Elfring | 1 | -16/+8 |
2014-10-20 | net: ethernet: ibm: emac: drop owner assignment from platform_drivers | Wolfram Sang | 5 | -5/+0 |
2014-08-26 | ehea: Fix TSO and hw checksums with non-accelerated vlan packets. | Vlad Yasevich | 1 | -1/+1 |
2014-08-22 | ibmveth: Fix endian issues with rx_no_buffer statistic | Anton Blanchard | 1 | -4/+14 |
2014-08-15 | net: ethernet: ibm: ehea: Remove duplicate object from Makefile | Andreas Ruprecht | 1 | -1/+1 |
2014-06-07 | net: use SPEED_UNKNOWN and DUPLEX_UNKNOWN when appropriate | Jiri Pirko | 1 | -2/+2 |
2014-06-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -16/+12 |
2014-05-31 | emac: aggregation of v1-2 PLB errors for IER register | Ivan Mikhaylov | 2 | -16/+9 |
2014-05-31 | emac: add missing support of 10mbit in emac/rgmii | Ivan Mikhaylov | 1 | -0/+3 |
2014-05-31 | ehea: Introduce the use of the managed version of kzalloc | Himangi Saraogi | 1 | -3/+2 |
2014-05-19 | net: ethernet: ibm: ehea: ehea_qmr.c: Fix for possible null pointer dereference | Rickard Strandqvist | 1 | -1/+3 |
2014-05-14 | net: get rid of SET_ETHTOOL_OPS | Wilfried Klaebe | 2 | -2/+2 |
2014-03-25 | ibmveth: Call dev_consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -1/+1 |
2014-03-25 | ehea: Call dev_consume_skb_any instead of dev_kfree_skb. | Eric W. Biederman | 1 | -3/+3 |
2014-03-15 | ibmveth: Don't receive packets when the napi budget == 0 | Eric W. Biederman | 1 | -2/+2 |
2014-03-07 | ibmveth: Fix endian issues with MAC addresses | Anton Blanchard | 2 | -10/+16 |
2014-01-28 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 1 | -4/+8 |
2014-01-16 | drivers/net: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 1 | -1/+0 |
2013-12-30 | powerpc/iommu: Update the generic code to use dynamic iommu page sizes | Alistair Popple | 1 | -6/+9 |
2013-12-30 | powerpc/iommu: Update constant names to reflect their hardcoded page size | Alistair Popple | 1 | -4/+5 |
2013-12-06 | ethernet: Fix FSF address in file headers | Jeff Kirsher | 2 | -4/+2 |
2013-12-03 | net: do not pretend FRAGLIST support | Eric Dumazet | 1 | -1/+1 |
2013-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 6 | -35/+35 |
2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 5 | -0/+6 |