aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann4-7/+7
2016-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2016-05-20Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2016-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds122-4848/+6818
2016-05-20aeroflex/greth: fix warning about unused variableSam Ravnborg1-1/+1
2016-05-20udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2-9/+5
2016-05-20net: usb: ch9200: use kmemdupMuhammad Falak R Wani1-2/+1
2016-05-20ps3_gelic: use kmemdupMuhammad Falak R Wani1-2/+2
2016-05-20net:liquidio: use kmemdupMuhammad Falak R Wani1-3/+1
2016-05-20Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller93-4766/+6749
2016-05-20net: cdc_ncm: update datagram size after changing mtuRafal Redzimski1-2/+4
2016-05-20tuntap: correctly wake up process during uninitJason Wang1-3/+3
2016-05-20intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck8-0/+8
2016-05-20net: define gso types for IPx over IPv4 and IPv6Tom Herbert10-22/+12
2016-05-20Revert "phy: add support for a reset-gpio specification"Fabio Estevam1-8/+0
2016-05-20xen-netback: only deinitialized hash if it was initializedPaul Durrant1-2/+1
2016-05-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds5-1/+93
2016-05-20qede: Fix DMA address APIs usageManish Chopra1-4/+3
2016-05-20macsec: fix netlink attribute for key idSabrina Dubroca1-2/+2
2016-05-20xen-netback: correct length checks on hash copy_opsPaul Durrant1-2/+2
2016-05-20phy: fix crash in fixed_phy_add()Rabin Vincent1-1/+5
2016-05-19Revert "net: pegasus: remove dead coding"David S. Miller1-0/+53
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2-12/+12
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2-2/+2
2016-05-19net: Fix coding style warnings and errors.Amit Ghadge1-11/+10
2016-05-19net: pegasus: remove dead codingxypron.glpk@gmx.de1-53/+0
2016-05-19net: au1000 eth: simplify logical expressionxypron.glpk@gmx.de1-1/+1
2016-05-19net: irda: avoid null pointer dereferencexypron.glpk@gmx.de1-1/+2
2016-05-19net: ieee802154/adf7242: syntax error ifdef DEBUGxypron.glpk@gmx.de1-1/+0
2016-05-19net: ehea: avoid null pointer dereferencexypron.glpk@gmx.de1-5/+4
2016-05-19net: thunderx: avoid null pointer dereferencexypron.glpk@gmx.de1-1/+3
2016-05-18iwlwifi: fix mis-merge that breaks the driverLinus Torvalds1-1/+2
2016-05-18net/mlx5_core: Use tasklet for user-space CQ completion eventsMatan Barak4-1/+89
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds5-7/+7
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds838-23319/+54156
2016-05-17Revert "phy dp83867: Fix compilation with CONFIG_OF_MDIO=m"David S. Miller1-1/+1
2016-05-17Revert "phy dp83867: Make rgmii parameters optional"David S. Miller1-28/+3
2016-05-17r8169: default to 64-bit DMA on recent PCIe chipsArd Biesheuvel1-19/+25
2016-05-17phy dp83867: Make rgmii parameters optionalAlexander Graf1-3/+28
2016-05-17phy dp83867: Fix compilation with CONFIG_OF_MDIO=mAlexander Graf1-1/+1
2016-05-17asix: Fix offset calculation in asix_rx_fixup() causing slow transmissionsJohn Stultz1-1/+1
2016-05-17switchdev: pass pointer to fib_info instead of copyJiri Pirko1-2/+2
2016-05-17drivers: net: Don't print unpopulated net_device nameHarvey Hunt3-10/+20
2016-05-17qed: add support for dcbx.Sudarsana Reddy Kalluru10-8/+825
2016-05-17ravb: Add missing free_irq() calls to ravb_close()Geert Uytterhoeven1-1/+6
2016-05-17qed: Remove a stray tabDan Carpenter1-1/+1
2016-05-17Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-6/+6
2016-05-16net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-05-16net: ethernet: fec-mpc52xx: use phydev from struct net_devicePhilippe Reynes1-23/+20