summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-21i40evf: get rid of pci_using_dacMitch Williams1-7/+3
2014-02-21i40evf: fix multiple crashes on removeMitch Williams1-6/+7
2014-02-21i40evf: remove VLAN filters on closeMitch Williams1-0/+5
2014-02-21i40evf: request reset on tx hangMitch Williams3-3/+20
2014-02-21Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller211-6336/+9921
2014-02-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville211-6336/+9921
2014-02-20bonding: fix bond_arp_rcv() race of curr_active_slaveVeaceslav Falico1-3/+7
2014-02-20hyperv: Add latest NetVSP versions to auto negotiationHaiyang Zhang3-10/+70
2014-02-20tcp: use zero-window when free_space is lowFlorian Westphal1-2/+15
2014-02-20tipc: failed transmissions should return errorErik Hugne1-8/+6
2014-02-20atm: solos-pci: make solos_bh() as staticDaeseok Youn1-1/+1
2014-02-20atm: nicstar: use NULL instead of 0 for pointerDaeseok Youn1-4/+4
2014-02-20atm: ambassador: use NULL instead of 0 for pointerDaeseok Youn1-1/+1
2014-02-20ipv6: honor IPV6_PKTINFO with v4 mapped addresses on sendmsgHannes Frederic Sowa5-5/+24
2014-02-20bonding: Invert testJoe Perches1-11/+10
2014-02-20bonding: Remove unnecessary elseJoe Perches1-6/+6
2014-02-20bonding: More use of ether_addr_copyJoe Perches3-8/+7
2014-02-19pcnet32: add missing check for pci_dma_mapping_errorDon Fry1-27/+81
2014-02-19pcnet32: fix reallocation errorDon Fry1-9/+9
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller540-3558/+5378
2014-02-19Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds44-116/+292
2014-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds12-7/+55
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds89-361/+1081
2014-02-19Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds12-38/+32
2014-02-19Merge tag 'jfs-3.14-rc4' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-0/+2
2014-02-19rtnl: make ifla_policy staticJiri Pirko3-56/+61
2014-02-19hsr: Use ether_addr_copyJoe Perches3-17/+17
2014-02-19MAINTAINERS: add entry for the PHY libraryFlorian Fainelli1-0/+11
2014-02-19of_mdio: fix phy interrupt passingBen Dooks1-7/+9
2014-02-19ipv6: remove some unused include in flowlabelFlorent Fourcot1-6/+0
2014-02-19ieee802154: fix faulty check in set_phy_params apiPhoebe Buckheister1-2/+4
2014-02-19net: ethernet: update dependency and help text of mvnetaThomas Petazzoni1-3/+3
2014-02-19NET: fec: only enable napi if we are successfulRussell King1-2/+2
2014-02-19af_packet: remove a stray tab in packet_set_ring()Dan Carpenter1-1/+1
2014-02-19Documentation: broadcom-bcmgenet: fix address and cells propertiesFlorian Fainelli1-4/+4
2014-02-19tipc: align tipc function names with common naming practice in the networkYing Xue13-287/+290
2014-02-19sh_eth: add device tree supportSergei Shtylyov2-3/+121
2014-02-19Merge tag 'ttm-fixes-3.14-2014-02-18' of git://people.freedesktop.org/~thomas...Dave Airlie2-0/+3
2014-02-19Merge tag 'vmwgfx-fixes-3.14-2014-02-18' of git://people.freedesktop.org/~tho...Dave Airlie10-71/+113
2014-02-19Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie13-26/+55
2014-02-19DT: net: document Ethernet bindings in one placeSergei Shtylyov20-85/+53
2014-02-19Drivers: net: ethernet: 3com: 3c589_cs fixed coding style issuesJustin van Wijngaarden1-543/+584
2014-02-19Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller9-16/+75
2014-02-19Merge branch 'bonding'David S. Miller5-86/+119
2014-02-19bonding: rename last_arp_rx to last_rxVeaceslav Falico2-8/+8
2014-02-19bonding: trivial: rename slave->jiffies to ->last_link_upVeaceslav Falico2-11/+12
2014-02-19bonding: remove useless updating of slave->dev->last_rxVeaceslav Falico2-10/+1
2014-02-19bonding: use last_arp_rx in bond_loadbalance_arp_mon()Veaceslav Falico1-2/+2
2014-02-19bonding: use last_arp_rx in slave_last_rx()Veaceslav Falico1-7/+3
2014-02-19bonding: use the new options to correctly set last_arp_rxVeaceslav Falico1-7/+8