summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov
2014-09-13bonding: alb: remove curr_slave_lockNikolay Aleksandrov
2014-09-13bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov
2014-09-13virtio_ring: unify direct/indirect code paths.Rusty Russell
2014-09-13virtio_ring: assume sgs are always well-formed.Rusty Russell
2014-09-13virtio_net: pass well-formed sgs to virtqueue_add_*()Rusty Russell
2014-09-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2014-09-12sunvnet: Avoid sending superfluous LDC messages.Sowmini Varadhan
2014-09-12net: axienet: remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta
2014-09-12ethernet: amd: use pr_info_once()Varka Bhadram
2014-09-12e1000: switch to napi_gro_frags apiFlorian Westphal
2014-09-12e1000: convert to build_skbFlorian Westphal
2014-09-12e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal
2014-09-12e1000: add and use e1000_rx_buffer info for RxFlorian Westphal
2014-09-12e1000: perform copybreak ahead of DMA unmapFlorian Westphal
2014-09-12e1000: move tbi workaround code into helper functionFlorian Westphal
2014-09-12e1000: move e1000_tbi_adjust_stats to where its usedFlorian Westphal
2014-09-12ixgbe: Refactor busy poll socket code to address multiple issuesAlexander Duyck
2014-09-12ixgbe: Drop Rx alloc at end of Rx cleanupAlexander Duyck
2014-09-12ixgbevf: Resolve missing-field-initializers warningsMark Rustad
2014-09-12ixgbe: Resolve warnings produced in W=2 buildsMark Rustad
2014-09-10cxgb4/cxgb4vf: Add device ID for new adapter and remove for dbg adapterHariprasad Shenai
2014-09-10cxgb4: Add warning msg when attaching to adapters which have FLASHes smaller ...Hariprasad Shenai
2014-09-10cxgb4: Fix t4_flash_erase_sectors() to throw an error when requested to erase...Hariprasad Shenai
2014-09-10cxgb4: Add support to S25FL032P flashHariprasad Shenai
2014-09-10cxgb4: Allow T4/T5 firmware sizes up to 1MBHariprasad Shenai
2014-09-10net: ethernet: arc: Don't free Rockchip resources before disconnect from phyRomain Perier
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches
2014-09-09irda: vlsi_ir: use %*ph specifierAndy Shevchenko
2014-09-09r8152: use usleep_rangehayeswang
2014-09-09sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones
2014-09-09bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov
2014-09-09bonding: options: remove bond->lock usageNikolay Aleksandrov
2014-09-09bonding: procfs: clean bond->lock usage and use RCUNikolay Aleksandrov
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov
2014-09-09bonding: alb: clean bond->lockNikolay Aleksandrov
2014-09-09bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov
2014-09-09cxgb4: remove bond->lockNikolay Aleksandrov
2014-09-09ethernet: arc: Add support for Rockchip SoC layer device tree bindingsRomain Perier
2014-09-09ath5k: Add missing vmalloc.h include.Stephen Rothwell
2014-09-09ethernet: ti: remove unwanted THIS_MODULE macroVarka Bhadram
2014-09-08Merge tag 'master-2014-09-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller
2014-09-08drivers: net: cpsw: Add support for pause framesMugunthan V N
2014-09-08hp100: Convert the normal skb free path to dev_consume_skb_any()Rick Jones
2014-09-08dp83640: Make use of skb_queue_purge instead of reimplementing the codeAlexander Duyck
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville