summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFC: nfcmrvl: drop duplicate header gpio.hGeliang Tang2017-04-011-1/+0
* NFC: remove TI nfcwilink driverRob Herring2017-04-013-590/+0
* nfc: Fix hangup of RC-S380* in port100_send_ack()OGAWA Hirofumi2017-04-011-12/+23
* nfc: Fix RC-S380* needs zero-length packetOGAWA Hirofumi2017-04-011-0/+1
* nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDEDOGAWA Hirofumi2017-04-011-9/+13
* nfc: Add support RC-S380P to port100OGAWA Hirofumi2017-04-011-3/+5
* Merge branch 'bpf-prog-testing-framework'David S. Miller2017-04-0118-10/+1385
|\
| * selftests/bpf: add l4 load balancer test based on sched_clsAlexei Starovoitov2017-04-013-1/+563
| * selftests/bpf: add a test for basic XDP functionalityAlexei Starovoitov2017-04-014-1/+332
| * selftests/bpf: add a test for overlapping packet range checksAlexei Starovoitov2017-04-013-4/+215
| * tools/lib/bpf: expose bpf_program__set_type()Alexei Starovoitov2017-04-012-2/+3
| * tools/lib/bpf: add support for BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-013-1/+51
| * bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov2017-04-017-3/+223
|/
* net: dsa: Mock-up driverFlorian Fainelli2017-04-015-1/+390
* Merge branch 'mv88e6xxx-cross-chip-bridging'David S. Miller2017-04-016-72/+287
|\
| * net: dsa: mv88e6xxx: add cross-chip bridgingVivien Didelot2017-04-011-1/+33
| * net: dsa: add cross-chip bridging operationsVivien Didelot2017-04-012-6/+14
| * net: dsa: mv88e6xxx: remap existing bridge membersVivien Didelot2017-04-011-0/+20
| * net: dsa: mv88e6xxx: factorize in-chip bridge mapVivien Didelot2017-04-011-22/+25
| * net: dsa: mv88e6xxx: rework in-chip bridgingVivien Didelot2017-04-011-17/+32
| * net: dsa: mv88e6xxx: allocate the number of portsVivien Didelot2017-04-011-1/+1
| * net: dsa: mv88e6xxx: program the PVT with all onesVivien Didelot2017-04-014-9/+86
| * net: dsa: mv88e6xxx: use 4-bit port for PVT dataVivien Didelot2017-04-014-0/+48
| * net: dsa: mv88e6xxx: move PVT description in infoVivien Didelot2017-04-013-22/+34
|/
* dpaa_eth: use AVOIDBLOCK for Tx confirmation queuesMadalin Bucur2017-04-011-1/+1
* fsl/fman: take into account all RGMII modesMadalin Bucur2017-04-012-2/+11
* vxlan: vxlan dev should inherit lowerdev's gso_max_sizeFelix Manlunas2017-04-011-0/+5
* sock: avoid dirtying sk_stamp, if possiblePaolo Abeni2017-03-302-2/+5
* Merge branch 'ibmvnic-cleanup-resource-handling'David S. Miller2017-03-301-253/+303
|\
| * ibmvnic: Cleanup failure path in ibmvnic_openNathan Fontenot2017-03-301-32/+19
| * ibmvnic: Create init/release routines for stats tokenNathan Fontenot2017-03-301-12/+34
| * ibmvnic: Merge the two release_sub_crq_queue routinesNathan Fontenot2017-03-301-32/+22
| * ibmvnic: Create init and release routines for the rx poolNathan Fontenot2017-03-301-103/+101
| * ibmvnic: Create init and release routines for the tx poolNathan Fontenot2017-03-301-56/+78
| * ibmvnic: Create init and release routines for the bounce bufferNathan Fontenot2017-03-301-27/+50
| * ibmvnic: Update main crq initialization and releaseNathan Fontenot2017-03-301-7/+15
|/
* net: tcp: Refine the __tcp_select_windowGao Feng2017-03-301-5/+3
* net: dsa: mv88e6xxx: debug ATU Age TimeVivien Didelot2017-03-301-1/+8
* ibmvnic: Remove debugfs supportNathan Fontenot2017-03-302-658/+0
* bonding: refine bond_fold_stats() wrap detectionEric Dumazet2017-03-301-3/+8
* VSOCK: remove unnecessary ternary operator on return valueColin Ian King2017-03-301-15/+7
* drivers: add explicit interrupt.h includesFlorian Westphal2017-03-3017-0/+18
* net: stmmac: dwmac-rk: Add handling for RGMII_ID/RXID/TXIDWadim Egorov2017-03-301-16/+37
* Revert "net: stmmac: enable multiple buffers"LABBE Corentin2017-03-304-973/+473
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-03-2913-428/+559
|\
| * i40e: fix for queue timing delaysWyborny, Carolyn2017-03-291-0/+6
| * i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck2017-03-296-27/+41
| * i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck2017-03-294-1/+111
| * i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag codeAlexander Duyck2017-03-292-146/+130
| * i40e/i40evf: Pull out code for cleaning up Rx buffersAlexander Duyck2017-03-292-56/+89