aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-13be2net: use v1 of SET_FLOW_CONTROL commandSuresh Reddy2-1/+7
2014-09-13be2net: fix RX fragment posting for jumbo framesAjit Khaparde1-7/+15
2014-09-13be2net: replace strcpy with strlcpyVasundhara Volam1-4/+6
2014-09-13be2net: fix some log messagesVasundhara Volam3-12/+9
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli4-5/+5
2014-09-13r8152: support VLANhayeswang1-14/+65
2014-09-13net: stmmac: fix return value check in socfpga_dwmac_parse_data()Wei Yongjun1-2/+2
2014-09-13bonding: adjust locking commentsNikolay Aleksandrov3-10/+10
2014-09-13bonding: 3ad: convert to bond->mode_lockNikolay Aleksandrov3-57/+22
2014-09-13bonding: alb: convert to bond->mode_lockNikolay Aleksandrov4-89/+35
2014-09-13bonding: convert curr_slave_lock to a spinlock and rename itNikolay Aleksandrov3-7/+6
2014-09-13bonding: clean curr_slave_lock useNikolay Aleksandrov4-70/+14
2014-09-13bonding: alb: remove curr_slave_lockNikolay Aleksandrov1-36/+3
2014-09-13bonding: 3ad: clean up curr_slave_lock usageNikolay Aleksandrov1-7/+3
2014-09-13virtio_ring: unify direct/indirect code paths.Rusty Russell1-76/+52
2014-09-13virtio_ring: assume sgs are always well-formed.Rusty Russell1-49/+19
2014-09-13virtio_net: pass well-formed sgs to virtqueue_add_*()Rusty Russell1-1/+4
2014-09-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller10-383/+396
2014-09-12sunvnet: Avoid sending superfluous LDC messages.Sowmini Varadhan2-5/+72
2014-09-12net: axienet: remove unnecessary ether_setup after alloc_etherdevSubbaraya Sundeep Bhatta1-1/+0
2014-09-12ethernet: amd: use pr_info_once()Varka Bhadram1-4/+2
2014-09-12e1000: switch to napi_gro_frags apiFlorian Westphal1-17/+32
2014-09-12e1000: convert to build_skbFlorian Westphal3-120/+131
2014-09-12e1000: rename struct e1000_buffer to e1000_tx_bufferFlorian Westphal3-17/+17
2014-09-12e1000: add and use e1000_rx_buffer info for RxFlorian Westphal3-23/+27
2014-09-12e1000: perform copybreak ahead of DMA unmapFlorian Westphal1-30/+43
2014-09-12e1000: move tbi workaround code into helper functionFlorian Westphal1-30/+33
2014-09-12e1000: move e1000_tbi_adjust_stats to where its usedFlorian Westphal3-80/+77
2014-09-12ixgbe: Refactor busy poll socket code to address multiple issuesAlexander Duyck2-72/+45
2014-09-12ixgbe: Drop Rx alloc at end of Rx cleanupAlexander Duyck1-3/+0
2014-09-12ixgbevf: Resolve missing-field-initializers warningsMark Rustad1-1/+1
2014-09-12ixgbe: Resolve warnings produced in W=2 buildsMark Rustad2-11/+11
2014-09-10cxgb4/cxgb4vf: Add device ID for new adapter and remove for dbg adapterHariprasad Shenai2-2/+3
2014-09-10cxgb4: Add warning msg when attaching to adapters which have FLASHes smaller than 2MbHariprasad Shenai2-0/+10
2014-09-10cxgb4: Fix t4_flash_erase_sectors() to throw an error when requested to erase sectors which aren't in the FLASHHariprasad Shenai1-0/+3
2014-09-10cxgb4: Add support to S25FL032P flashHariprasad Shenai1-0/+20
2014-09-10cxgb4: Allow T4/T5 firmware sizes up to 1MBHariprasad Shenai1-1/+1
2014-09-10net: ethernet: arc: Don't free Rockchip resources before disconnect from phyRomain Perier1-1/+2
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches17-68/+62
2014-09-09irda: vlsi_ir: use %*ph specifierAndy Shevchenko1-6/+2
2014-09-09r8152: use usleep_rangehayeswang1-11/+11
2014-09-09sfc: Convert the normal transmit complete path to dev_consume_skb_any()Rick Jones1-1/+1
2014-09-09bonding: remove last users of bond->lock and bond->lock itselfNikolay Aleksandrov2-45/+2
2014-09-09bonding: options: remove bond->lock usageNikolay Aleksandrov1-18/+1
2014-09-09bonding: procfs: clean bond->lock usage and use RCUNikolay Aleksandrov1-13/+3
2014-09-09bonding: convert primary_slave to use RCUNikolay Aleksandrov6-34/+43
2014-09-09bonding: alb: clean bond->lockNikolay Aleksandrov1-9/+2
2014-09-09bonding: 3ad: use curr_slave_lock instead of bond->lockNikolay Aleksandrov2-10/+11
2014-09-09cxgb4: remove bond->lockNikolay Aleksandrov1-2/+0
2014-09-09ethernet: arc: Add support for Rockchip SoC layer device tree bindingsRomain Perier5-1/+244