| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-10-14 | 1 | -11/+0 |
|\ |
|
| * | qedr: Add RoCE driver framework | Ram Amrani | 2016-10-14 | 1 | -11/+0 |
* | | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled... | Linus Torvalds | 2016-10-14 | 9 | -53/+118 |
|\ \
| |/
|/| |
|
| * | net: hns: delete redundant broadcast packet filter process | Daode Huang | 2016-10-03 | 1 | -10/+0 |
| * | net: hns: bug fix about broadcast/multicast packets | Daode Huang | 2016-10-03 | 1 | -0/+16 |
| * | net: hns: fix the bug of forwarding table | Daode Huang | 2016-10-03 | 3 | -5/+18 |
| * | net: hns: fix port not available after testing loopback | Kejian Yan | 2016-10-03 | 4 | -14/+7 |
| * | net: hns: delete repeat read fbd num after while | Daode Huang | 2016-10-03 | 1 | -13/+2 |
| * | net: hns: add fini_process for v2 napi process | Daode Huang | 2016-10-03 | 1 | -7/+38 |
| * | net: hns: bug fix about setting coalsecs-usecs to 0 | Daode Huang | 2016-10-03 | 2 | -0/+20 |
| * | net: hns: fix port unavailable after hnae_reserve_buffer_map fail | lipeng | 2016-10-03 | 1 | -5/+18 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-10-13 | 15 | -83/+213 |
|\ \ |
|
| * | | net: axienet: Remove unused parameter from __axienet_device_reset | Tobias Klauser | 2016-10-13 | 1 | -6/+5 |
| * | | liquidio: CN23XX: fix a loop timeout | Dan Carpenter | 2016-10-13 | 1 | -1/+1 |
| * | | net: phy: Trigger state machine on state change and not polling. | Andrew Lunn | 2016-10-13 | 1 | -2/+20 |
| * | | netvsc: Remove mistaken udp.h inclusion. | David S. Miller | 2016-10-13 | 1 | -1/+0 |
| * | | xen-netback: fix type mismatch warning | Arnd Bergmann | 2016-10-13 | 1 | -3/+3 |
| * | | stmmac: fix error check when init ptp | Giuseppe CAVALLARO | 2016-10-13 | 2 | -6/+8 |
| * | | stmmac: fix ptp init for gmac4 | Giuseppe CAVALLARO | 2016-10-13 | 1 | -5/+12 |
| * | | qed: fix old-style function definition | Arnd Bergmann | 2016-10-13 | 1 | -1/+1 |
| * | | netvsc: fix checksum on UDP IPV6 | stephen hemminger | 2016-10-13 | 1 | -50/+22 |
| * | | xen-netback: fix guest Rx stall detection (after guest Rx refactor) | David Vrabel | 2016-10-13 | 1 | -0/+2 |
| * | | net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ON | Tom Herbert | 2016-10-13 | 1 | -2/+2 |
| * | | qmi_wwan: add support for Quectel EC21 and EC25 | Bjørn Mork | 2016-10-13 | 1 | -2/+28 |
| * | | qed: Fix to use list_for_each_entry_safe() when delete items | Wei Yongjun | 2016-10-13 | 1 | -2/+2 |
| * | | tlan: avoid unused label with PCI=n | Arnd Bergmann | 2016-10-13 | 1 | -1/+1 |
| * | | xen-netback: (re-)create a debugfs node for hash information | Paul Durrant | 2016-10-13 | 3 | -2/+107 |
* | | | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-10-11 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | bonding: quit messing with IOCTL | Al Viro | 2016-09-27 | 1 | -2/+2 |
* | | | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada | 2016-10-11 | 4 | -4/+0 |
* | | | kthread: kthread worker API cleanup | Petr Mladek | 2016-10-11 | 1 | -5/+5 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-10-11 | 32 | -954/+1043 |
|\ \ \ |
|
| * | | | be2net: Enable VF link state setting for BE3 | Suresh Reddy | 2016-10-09 | 1 | -1/+1 |
| * | | | be2net: Fix TX stats for TSO packets | Sriharsha Basavapatna | 2016-10-09 | 1 | -2/+12 |
| * | | | be2net: Update Copyright string in be_hw.h | Sriharsha Basavapatna | 2016-10-09 | 1 | -1/+1 |
| * | | | be2net: NCSI FW section should be properly updated with ethtool for BE3 | Sriharsha Basavapatna | 2016-10-09 | 1 | -1/+23 |
| * | | | be2net: Provide an alternate way to read pf_num for BEx chips | Sriharsha Basavapatna | 2016-10-09 | 2 | -1/+10 |
| * | | | wan/fsl_ucc_hdlc: Fix size used in dma_free_coherent() | Christophe Jaillet | 2016-10-08 | 1 | -4/+4 |
| * | | | net: macb: NULL out phydev after removing mdio bus | Nathan Sullivan | 2016-10-07 | 1 | -0/+1 |
| * | | | xen-netback: make sure that hashes are not send to unaware frontends | Paul Durrant | 2016-10-07 | 1 | -11/+9 |
| * | | | drivers: net: phy: Correct duplicate MDIO_XGENE entry | Laura Abbott | 2016-10-06 | 1 | -7/+1 |
| * | | | ethernet: qualcomm: QCOM_EMAC should depend on HAS_DMA and HAS_IOMEM | Geert Uytterhoeven | 2016-10-06 | 1 | -0/+1 |
| * | | | net: ethernet: mediatek: get hw lro capability by the chip id instead of by t... | Nelson Chang | 2016-10-06 | 2 | -2/+13 |
| * | | | net: ethernet: mediatek: get the chip id by ETHDMASYS registers | Nelson Chang | 2016-10-06 | 2 | -0/+34 |
| * | | | net: bgmac: Fix errant feature flag check | Jon Mason | 2016-10-06 | 1 | -1/+1 |
| * | | | net: phy: Add Wake-on-LAN driver for Microsemi PHYs. | Raju Lakkaraju | 2016-10-06 | 1 | -0/+128 |
| * | | | drivers: net: cpsw-phy-sel: add support to configure rgmii internal delay | Mugunthan V N | 2016-10-06 | 1 | -0/+14 |
| * | | | net: hns: Add missing \n to end of dev_err messages, tidy up text | Colin Ian King | 2016-10-06 | 1 | -11/+11 |
| * | | | net: ps3_gelic: Add missing \n to end of deb_dbg message | Colin Ian King | 2016-10-06 | 1 | -1/+1 |
| * | | | net: axienet: Add missing \n to end of dev_err messages | Colin Ian King | 2016-10-06 | 1 | -2/+2 |