| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-10-12 | 45 | -238/+902 |
|\ |
|
| * | net: systemport: avoid unbalanced enable_irq_wake calls | Florian Fainelli | 2014-10-10 | 1 | -1/+2 |
| * | net: bcmgenet: avoid unbalanced enable_irq_wake calls | Florian Fainelli | 2014-10-10 | 1 | -1/+3 |
| * | net: bcmgenet: fix off-by-one in incrementing read pointer | Florian Fainelli | 2014-10-10 | 1 | -5/+4 |
| * | mlx4: fix race accessing page->_count | Eric Dumazet | 2014-10-10 | 1 | -3/+3 |
| * | ixgbe: fix race accessing page->_count | Eric Dumazet | 2014-10-10 | 1 | -5/+3 |
| * | igb: fix race accessing page->_count | Eric Dumazet | 2014-10-10 | 1 | -4/+3 |
| * | fm10k: fix race accessing page->_count | Eric Dumazet | 2014-10-10 | 1 | -4/+3 |
| * | net/phy: micrel: Add clock support for KSZ8021/KSZ8031 | Sascha Hauer | 2014-10-10 | 1 | -2/+29 |
| * | macvlan: optimize the receive path | jbaron@akamai.com | 2014-10-10 | 1 | -5/+10 |
| * | macvlan: pass 'bool' type to macvlan_count_rx() | jbaron@akamai.com | 2014-10-10 | 1 | -3/+3 |
| * | drivers: net: xgene: Add 10GbE ethtool support | Iyappan Subramanian | 2014-10-10 | 1 | -6/+22 |
| * | drivers: net: xgene: Add 10GbE support | Iyappan Subramanian | 2014-10-10 | 6 | -30/+438 |
| * | drivers: net: xgene: Preparing for adding 10GbE support | Iyappan Subramanian | 2014-10-10 | 4 | -41/+78 |
| * | Merge tag 'master-2014-10-08' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2014-10-10 | 9 | -40/+67 |
| |\ |
|
| | * | rtlwifi: Fix possible unaligned array in ether_addr_copy() | Larry Finger | 2014-10-08 | 1 | -1/+1 |
| | * | ath9k: Fix sequence number assignment | Sujith Manoharan | 2014-10-08 | 4 | -23/+35 |
| | * | ath9k_htc: avoid kernel panic in ath9k_hw_reset | Marek Puzyniak | 2014-10-07 | 1 | -0/+1 |
| | * | ath9k: Fix crash in MCC mode | Sujith Manoharan | 2014-10-07 | 1 | -1/+1 |
| | * | ath: Fix smatch warning | Sujith Manoharan | 2014-10-07 | 1 | -4/+4 |
| | * | rtl818x_pci: fix response rate may be incorrect. | Andrea Merello | 2014-10-07 | 1 | -11/+25 |
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-10-07 | 13 | -27/+71 |
| | |\ |
|
| * | | | stmmac: correct mc_filter local variable in set_filter and set_mac_addr call | Vince Bridgers | 2014-10-10 | 1 | -2/+2 |
| * | | | net: pxa168_eth: PXA168_ETH should depend on HAS_DMA | Geert Uytterhoeven | 2014-10-10 | 1 | -1/+2 |
| * | | | networking: fm10k: Fix build failure | Pranith Kumar | 2014-10-10 | 1 | -0/+1 |
| * | | | net: fs_enet: error: 'SCCE_ENET_TXF' undeclared | LEROY Christophe | 2014-10-10 | 2 | -2/+2 |
| * | | | r8152: add mutex for hw settings | hayeswang | 2014-10-10 | 1 | -1/+63 |
| * | | | r8152: adjust usb_autopm_xxx | hayeswang | 2014-10-10 | 1 | -13/+11 |
| * | | | r8152: autoresume before setting feature | hayeswang | 2014-10-10 | 1 | -1/+9 |
| * | | | cxgb4: Wait for device to get ready before reading any register | Hariprasad Shenai | 2014-10-10 | 3 | -9/+16 |
| * | | | cxgb4vf: Add 40G support for cxgb4vf driver | Hariprasad Shenai | 2014-10-10 | 3 | -7/+21 |
| * | | | cxgb4/cxgb4vf: Updated the LSO transfer length in CPL_TX_PKT_LSO for T5 | Hariprasad Shenai | 2014-10-10 | 4 | -5/+11 |
| * | | | gianfar: Replace eieio with wmb for non-PPC archs | Claudiu Manoil | 2014-10-09 | 2 | -10/+19 |
| * | | | gianfar: Replace spin_event_timeout() with arch independent | Claudiu Manoil | 2014-10-09 | 2 | -13/+34 |
| * | | | gianfar: Make MAC addr setup endian safe, cleanup | Claudiu Manoil | 2014-10-09 | 1 | -8/+7 |
| * | | | gianfar: Exclude PPC specific errata handling from ARM builds | Claudiu Manoil | 2014-10-09 | 1 | -0/+6 |
| * | | | gianfar: Include missing headers for ARM builds | Claudiu Manoil | 2014-10-09 | 1 | -0/+2 |
| * | | | net/fsl_pq_mdio: Replace spin_event_timeout() with arch independent | Claudiu Manoil | 2014-10-09 | 1 | -13/+23 |
| * | | | net/fsl_pq_mdio: Use ioread/iowrite32be() portable accessors | Claudiu Manoil | 2014-10-09 | 1 | -14/+14 |
| * | | | net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARM | Claudiu Manoil | 2014-10-09 | 1 | -0/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2014-10-12 | 2 | -40/+131 |
|\ \ \ \ |
|
| * | | | | vio: fix reuse of vio_dring slot | Dwight Engen | 2014-09-30 | 2 | -18/+25 |
| * | | | | sunvdc: limit each sg segment to a page | Dwight Engen | 2014-09-30 | 1 | -0/+4 |
| * | | | | sunvdc: compute vdisk geometry from capacity | Allen Pais | 2014-09-30 | 1 | -9/+14 |
| * | | | | sunvdc: add cdrom and v1.1 protocol support | Allen Pais | 2014-09-30 | 1 | -17/+92 |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe... | Linus Torvalds | 2014-10-12 | 19 | -2/+4588 |
|\ \ \ \ \ |
|
| * | | | | | cxl: Fix afu_read() not doing finish_wait() on signal or non-blocking | Ian Munsie | 2014-10-09 | 1 | -5/+15 |
| * | | | | | cxl: Add driver to Kbuild and Makefiles | Ian Munsie | 2014-10-08 | 2 | -0/+19 |
| * | | | | | cxl: Driver code for powernv PCIe based cards for userspace access | Ian Munsie | 2014-10-08 | 10 | -0/+4453 |
| * | | | | | cxl: Add base builtin support | Ian Munsie | 2014-10-08 | 5 | -0/+97 |