summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rxrpc: Provide queuing helper functionsDavid Howells2016-07-063-3/+13
* rxrpc: Avoid using stack memory in SG lists in rxkadHerbert Xu2016-07-065-111/+65Star
* rxrpc: Check the source of a packet to a client connDavid Howells2016-07-061-1/+3
* rxrpc: Fix some sparse errorsDavid Howells2016-07-061-3/+2Star
* rxrpc: Fix processing of authenticated/encrypted jumbo packetsDavid Howells2016-07-011-1/+1
* Merge branch 'sfp-infra'David S. Miller2016-06-275-126/+222
|\
| * phy: improve safety of fixed-phy MII register readingRussell King2016-06-271-7/+21
| * phy: generate swphy registers on the flyRussell King2016-06-273-40/+40
| * phy: separate swphy state validation from register generationRussell King2016-06-273-16/+35
| * phy: convert swphy register generation to tabular formRussell King2016-06-271-65/+78
| * phy: move fixed_phy MII register generation to a libraryRussell King2016-06-275-93/+143
|/
* Merge tag 'linux-can-next-for-4.8-20160623' of git://git.kernel.org/pub/scm/l...David S. Miller2016-06-275-162/+328
|\
| * can: mcp251x: add message about sucessful/unsuccessful probeEd Spiridonov2016-06-231-1/+6
| * can: rcar_canfd: Add back-to-error-active supportRamesh Shanmugasundaram2016-06-231-20/+56
| * can: rcar_canfd: Add Classical CAN only mode supportRamesh Shanmugasundaram2016-06-232-121/+255
| * can: only call can_stat_update with procfsArnd Bergmann2016-06-232-21/+12Star
* | tipc: Use kmemdup instead of kmalloc and memcpyAmitoj Kaur Chawla2016-06-271-2/+1Star
* | ethernet: xircom: fix spelling mistakes on "excessive collisions"Colin Ian King2016-06-271-2/+2
* | net: tc35815: fix spelling mistake on "descriptors"Colin Ian King2016-06-271-5/+5
* | Merge branch 'mlx5e-100G-extensions'David S. Miller2016-06-2715-231/+1179
|\ \
| * | net/mlx5e: Report correct auto negotiation and allow togglingGal Pressman2016-06-273-13/+80
| * | net/mlx5e: Use new ethtool get/set link ksettings APIGal Pressman2016-06-273-167/+143Star
| * | net/mlx5e: Add missing 50G baseSR2 link modeGal Pressman2016-06-271-0/+1
| * | ethtool: Add 50G baseSR2 link modeGal Pressman2016-06-271-1/+2
| * | net/mlx5e: Toggle link only after modifying port parametersGal Pressman2016-06-274-14/+15
| * | net/mlx5e: Support adaptive RX coalescingGil Rockah2016-06-276-8/+416
| * | net/mlx5e: CQE based moderationTariq Toukan2016-06-273-33/+95
| * | net/mlx5e: Introduce net device priv flags infrastructureGal Pressman2016-06-272-0/+76
| * | net/mlx5e: Add TXQ set max rate supportYevgeny Petrilin2016-06-272-3/+102
| * | net/mlx5: Rate limit tables supportYevgeny Petrilin2016-06-276-2/+259
|/ /
* | Merge branch 'be2net-next'David S. Miller2016-06-278-51/+132
|\ \
| * | be2net: update be2net maintainers listSathya Perla2016-06-271-2/+1Star
| * | be2net: Change copyright markings in source filesSomnath Kotur2016-06-277-7/+7
| * | be2net: Fix broadcast echoes from EVB in BE3Somnath Kotur2016-06-272-1/+33
| * | be2net: support asymmetric rx/tx queue countsSathya Perla2016-06-273-25/+74
| * | be2net: fix definition of be_max_eqs()Sathya Perla2016-06-272-18/+19
|/ /
* | Merge branch 'fec-new-type-device'David S. Miller2016-06-272-10/+19
|\ \
| * | net: fec: use a more proper compatible string for i.MX6UL type deviceFugang Duan2016-06-271-0/+8
| * | net: fec: add interrupt coalesc quirk flagFugang Duan2016-06-272-10/+11
|/ /
* | Merge tag 'rxrpc-rewrite-20160622-2' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2016-06-2621-1258/+799Star
|\ \
| * | rxrpc: Kill off the rxrpc_transport structDavid Howells2016-06-2211-451/+65Star
| * | rxrpc: Kill the client connection bundle conceptDavid Howells2016-06-228-480/+288Star
| * | rxrpc: Provide more refcount helper functionsDavid Howells2016-06-228-18/+26
| * | rxrpc: Make rxrpc_send_packet() take a connection not a transportDavid Howells2016-06-223-24/+31
| * | rxrpc: Calls displayed in /proc may in future lack a connectionDavid Howells2016-06-221-8/+11
| * | rxrpc: Validate the net address given to rxrpc_kernel_begin_call()David Howells2016-06-221-0/+5
| * | rxrpc: Use IDR to allocate client conn IDs on a machine-wide basisDavid Howells2016-06-226-152/+196
| * | rxrpc: rxrpc_connection_lock shouldn't be a BH lock, but conn_lock isDavid Howells2016-06-221-8/+8
| * | rxrpc: Pass sk_buff * rather than rxrpc_host_header * to functionsDavid Howells2016-06-225-43/+44
| * | rxrpc: Fix exclusive connection handlingDavid Howells2016-06-225-73/+60Star