summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'ppp-recursion'David S. Miller2016-08-311-12/+42
|\
| * ppp: declare PPP devices as LLTXGuillaume Nault2016-08-311-0/+2
| * ppp: avoid dealock on recursive xmitGuillaume Nault2016-08-311-12/+40
|/
* xgbe: constify get_netdev_ops and get_ethtool_opsstephen hemminger2016-08-313-6/+7
* Merge branch 'dsa-mdb-support'David S. Miller2016-08-314-42/+215
|\
| * net: dsa: mv88e6xxx: add MDB supportVivien Didelot2016-08-311-0/+65
| * net: dsa: mv88e6xxx: make switchdev DB ops genericVivien Didelot2016-08-311-43/+57
| * net: dsa: add MDB supportVivien Didelot2016-08-313-0/+94
|/
* Merge branch 'liquidio-CN23XX-part-1'David S. Miller2016-08-3125-611/+3022
|\
| * liquidio: CN23XX firmware downloadRaghu Vatsavayi2016-08-313-46/+111
| * liquidio: MSIX support for CN23XXRaghu Vatsavayi2016-08-316-69/+452
| * liquidio: CN23XX queue manipulationRaghu Vatsavayi2016-08-315-8/+225
| * liquidio: CN23XX register setupRaghu Vatsavayi2016-08-314-8/+316
| * liquidio: CN23XX device init and sriov configRaghu Vatsavayi2016-08-314-1/+544
| * liquidio: CN23XX queue definitionsRaghu Vatsavayi2016-08-316-33/+286
| * liquidio: CN23XX register definitionsRaghu Vatsavayi2016-08-311-0/+604
| * liquidio: Common enable irq functionRaghu Vatsavayi2016-08-318-14/+48
| * liquidio: Firmware version managementRaghu Vatsavayi2016-08-312-5/+27
| * liquidio: Consolidate common functionalityRaghu Vatsavayi2016-08-3115-444/+426
|/
* net: wan: sbni: Spelling s/acknoweledge/acknowledge/, GrammarGeert Uytterhoeven2016-08-311-2/+2
* net: systemport: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* dwc_eth_qos: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* net: hisilicon: constify ethtool_ops structuresJulia Lawall2016-08-314-4/+4
* net: bcmgenet: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* net: ethernet: et131x: constify ethtool_ops structuresJulia Lawall2016-08-311-1/+1
* qede: hide 32-bit compile warningArnd Bergmann2016-08-301-1/+1
* ravb: avoid unused function warningsArnd Bergmann2016-08-301-10/+4
* Merge branch 'mpls-fragmentation-and-gso-fixes'David S. Miller2016-08-3010-19/+147
|\
| * net: veth: Set features for MPLSDavid Ahern2016-08-301-0/+1
| * net: mpls: Fixups for GSODavid Ahern2016-08-303-13/+40
| * net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-307-6/+106
|/
* net: batch calls to flush_all_backlogs()Eric Dumazet2016-08-301-20/+12
* ixgbe: Eliminate useless message and improve logicMark Rustad2016-08-301-11/+5
* Merge tag 'rxrpc-rewrite-20160830-1' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-08-3023-270/+470
|\
| * rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-305-28/+44
| * rxrpc: Use call->peer rather than going to the connectionDavid Howells2016-08-301-5/+5
| * rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-307-14/+48
| * afs: Need linux/random.hDavid Howells2016-08-301-0/+1
| * afs: Miscellaneous simple cleanupsDavid Howells2016-08-301-6/+0
| * rxrpc: Trace rxrpc_call usageDavid Howells2016-08-3012-34/+143
| * rxrpc: Calls should only have one terminal stateDavid Howells2016-08-3012-184/+226
| * rxrpc: Fix a potential NULL-pointer deref in rxrpc_abort_callsDavid Howells2016-08-301-11/+15
* | drivers: net: stmmac: fix spelling mistake "mulitcast" -> "multicast"Colin Ian King2016-08-301-1/+1
|/
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2016-08-3010-122/+200
|\
| * fm10k: don't re-map queues when a mailbox message sufficesJacob Keller2016-08-291-17/+29
| * fm10k: don't clear the RXQCTL register when enabling or disabling queuesJacob Keller2016-08-291-3/+5
| * fm10k: remove unnecessary extra parenthesis around ((~value))Jacob Keller2016-08-291-1/+1
| * fm10k: add support for Rx offloads on one Geneve tunnelJacob Keller2016-08-294-4/+31
| * fm10k: rework vxlan_port offload before adding geneve supportJacob Keller2016-08-293-78/+93
| * fm10k: don't try to stop queues if we've lost hw_addrJacob Keller2016-08-291-0/+3