Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-25net: gianfar: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla
2015-09-248139cp: Dump contents of descriptor ring on TX timeoutDavid Woodhouse
2015-09-248139cp: Fix DMA unmapping of transmitted buffersDavid Woodhouse
2015-09-248139cp: Reduce duplicate csum/tso code in cp_start_xmit()David Woodhouse
2015-09-248139cp: Fix TSO/scatter-gather descriptor setupDavid Woodhouse
2015-09-248139cp: Fix tx_queued debug message to print correct slot numbersDavid Woodhouse
2015-09-248139cp: Do not re-enable RX interrupts in cp_tx_timeout()David Woodhouse
2015-09-24net: netcp: fix deadlock reported by lockup detectorKaricheri, Muralidharan
2015-09-24net: netcp: allocate buffers to desc before re-enable interruptKaricheri, Muralidharan
2015-09-24net: netcp: check for interface handle in netcp_module_probe()Karicheri, Muralidharan
2015-09-24net: netcp: add error check to netcp_allocate_rx_buf()Karicheri, Muralidharan
2015-09-24net: netcp: move netcp_register_interface() to after attach moduleKaricheri, Muralidharan
2015-09-24net: netcp: remove dead code from the driverKaricheri, Muralidharan
2015-09-24net: netcp: ethss: fix error in calling sgmii api with incorrect offsetWingMan Kwok
2015-09-22sunvnet: Invoke SET_NETDEV_DEV() to set up the vdev in vnet_new()Sowmini Varadhan
2015-09-22net: moxa: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-22net: gianfar_ptp: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-22net: bcmgenet: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-22net: systemport: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-22net: arc: Fix module autoload for OF platform driverLuis de Bethencourt
2015-09-218139cp: Call __cp_set_rx_mode() from cp_tx_timeout()David Woodhouse
2015-09-218139cp: Use dev_kfree_skb_any() instead of dev_kfree_skb() in cp_clean_rings()David Woodhouse
2015-09-21bna: check for dma mapping errorsIvan Vecera
2015-09-18bnx2x: track vxlan port countJiri Benc
2015-09-18be2net: allow offloading with the same port for IPv4 and IPv6Jiri Benc
2015-09-18qlcnic: track vxlan port countJiri Benc
2015-09-18net: ks8851: Export OF module alias informationJavier Martinez Canillas
2015-09-18net/mlx4_en: really allow to change RSS keyEric Dumazet
2015-09-18cxgb4: add device ID for few T5 adaptersHariprasad Shenai
2015-09-16net: stmmac: Use msleep rather then udelay for reset delaySjoerd Simons
2015-09-16net: mvneta: fix DMA buffer unmapping in mvneta_rx()Simon Guinot
2015-09-12bnx2x: use ktime_get_seconds() for timestampArnd Bergmann
2015-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-09-10r8169: Fix sleeping function called during get_stats64, v2Corinna Vinschen
2015-09-10cxgb4: changes for new firmware 1.14.4.0Hariprasad Shenai
2015-09-10net: fec: add netif status check before set mac addressNimrod Andy
2015-09-10stmmac: fix check for phydev being openAlexey Brodkin
2015-09-10net: qlcnic: delete redundant memsetsRasmus Villemoes
2015-09-10net: mv643xx_eth: use kzallocRasmus Villemoes
2015-09-10net: jme: use kzalloc() instead of kmalloc+memsetRasmus Villemoes
2015-09-10net: cavium: liquidio: use kzalloc in setup_glist()Rasmus Villemoes
2015-09-10net: ethoc: Remove unnecessary #ifdef CONFIG_OFTobias Klauser
2015-09-09cxgb4: Fix for write-combining stats configurationHariprasad Shenai
2015-09-09cxgb4: Fix tx flit calculationHariprasad Shenai
2015-09-09net: eth: altera: Fix the initial device operstateAtsushi Nemoto
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-09-09dm9000: fix a typoBarry Song
2015-09-07cxgb4: fix usage of uninitialized variablefrançois romieu
2015-09-07ethernet: synopsys: SYNOPSYS_DWC_ETH_QOS should depend on HAS_DMAGeert Uytterhoeven
2015-09-06net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero