aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-21defxx: Clean up DEFEA resource managementMaciej W. Rozycki2-37/+80
2014-11-21defxx: Disable DEFEA's ESIC I/O decoding on shutdownMaciej W. Rozycki1-0/+6
2014-11-21defxx: Correct DEFEA's ESIC MMIO decodingMaciej W. Rozycki2-24/+39
2014-11-21defxx: Fix DEFPA enable error propagationMaciej W. Rozycki1-4/+7
2014-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller12-314/+595
2014-11-21amd-xgbe: Add support for the skb->xmit_more flagLendacky, Thomas4-22/+78
2014-11-21amd-xgbe: Perform Tx coalescing on a packet basisLendacky, Thomas1-20/+26
2014-11-21amd-xgbe: Remove unused variableLendacky, Thomas2-2/+0
2014-11-21amd-xgbe: Add BQL supportLendacky, Thomas3-1/+51
2014-11-21amd-xgbe: Separate Tx/Rx ring data fields into new structsLendacky, Thomas4-46/+54
2014-11-21amd-xgbe: Incorporate Smatch coding suggestionLendacky, Thomas1-1/+2
2014-11-21amd-xgbe: Tx engine must not be active before stopping itLendacky, Thomas3-7/+74
2014-11-21amd-xgbe: Add a read memory barrier to Tx/Rx pathLendacky, Thomas2-0/+7
2014-11-21net: USB: Deletion of unnecessary checks before the function call "kfree"Markus Elfring2-4/+2
2014-11-21net: Xilinx: Deletion of unnecessary checks before two function callsMarkus Elfring2-4/+2
2014-11-21IBM-EMAC: Deletion of unnecessary checks before the function call "of_dev_put"Markus Elfring1-16/+8
2014-11-21net/mlx4_en: mlx4_en_set_settings() always fails when autoneg is setSaeed Mahameed1-1/+1
2014-11-21drivers: atm: eni: Add pci_dma_mapping_error() callTina Johnson1-0/+3
2014-11-21macvtap: advance iov iterator when needed in macvtap_put_user()Jason Wang1-0/+2
2014-11-21mlx4: don't duplicate kvfree()Al Viro1-8/+2
2014-11-21mlx5: don't duplicate kvfree()Al Viro7-19/+19
2014-11-21r8152: adjust rtl_start_rxhayeswang1-0/+19
2014-11-21r8152: adjust r8152_submit_rxhayeswang1-20/+20
2014-11-21net: bcmgenet: log RX buffer allocation and RX/TX dma failuresFlorian Fainelli2-1/+12
2014-11-21net: systemport: log RX buffer allocation and RX/TX DMA failuresFlorian Fainelli2-1/+12
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-16/+6
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko3-10/+12
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko3-20/+7
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko1-4/+2
2014-11-21net: phy: micrel: add copyright entryJohan Hovold1-0/+1
2014-11-21net: phy: micrel: refactor interrupt configJohan Hovold1-42/+29
2014-11-21net: phy: micrel: add support for clock-mode select to KSZ8081/KSZ8091Johan Hovold1-5/+6
2014-11-21net: phy: micrel: add generic clock-mode-select supportJohan Hovold1-43/+50
2014-11-21net: phy: micrel: add has-broadcast-disable flag to type dataJohan Hovold1-8/+6
2014-11-21net: phy: micrel: parse of nodes at probeJohan Hovold1-18/+21
2014-11-21net: phy: micrel: add device-type abstractionJohan Hovold1-13/+70
2014-11-21sky2: use new netdev_rss_key_fill() helperIan Morris1-9/+4
2014-11-21enic: support skb->xmit_moreGovindarajulu Varadarajan2-11/+17
2014-11-21mISDN: Deletion of unnecessary checks before the function call "vfree"Markus Elfring1-4/+2
2014-11-20i40e: trigger SW INT with no ITR waitShannon Nelson2-3/+12
2014-11-20i40evf: remove unnecessary elseMitch Williams1-4/+2
2014-11-20i40evf: make comparisons consistentMitch Williams1-5/+5
2014-11-20i40evf: make checkpatch happyMitch Williams4-33/+39
2014-11-20i40evf: update header commentsMitch Williams1-2/+2
2014-11-20i40e: don't overload fieldsMitch Williams7-22/+21
2014-11-20ixgbevf: add netpoll supportEmil Tantilov2-7/+24
2014-11-20ixgbevf: compare total_rx_packets and budget in ixgbevf_clean_rx_irqEmil Tantilov1-4/+3
2014-11-20ixgbevf: Change receive model to use double buffered page based receivesEmil Tantilov2-134/+334
2014-11-20ixgbevf: Update Rx next to clean in real timeEmil Tantilov2-21/+36
2014-11-20ixgbevf: reorder main loop in ixgbe_clean_rx_irq to allow for do/while/continueEmil Tantilov1-30/+34