summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-19bpf: sockmap sample test for bpf_msg_pull_dataJohn Fastabend4-15/+101
2018-03-19bpf: sockmap add SK_DROP testsJohn Fastabend2-16/+61
2018-03-19bpf: sockmap sample support for bpf_msg_cork_bytes()John Fastabend4-9/+68
2018-03-19bpf: sockmap, add sample option to test apply_bytes helperJohn Fastabend3-8/+68
2018-03-19bpf: sockmap sample, add data verification optionJohn Fastabend1-34/+84
2018-03-19bpf: sockmap sample, add sendfile testJohn Fastabend1-10/+60
2018-03-19bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend6-9/+135
2018-03-19bpf: add verifier tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend1-0/+54
2018-03-19bpf: add map tests for BPF_PROG_TYPE_SK_MSGJohn Fastabend7-7/+118
2018-03-19bpf: sk_msg program helper bpf_sk_msg_pull_dataJohn Fastabend2-2/+136
2018-03-19bpf: sockmap, add msg_cork_bytes() helperJohn Fastabend2-1/+18
2018-03-19bpf: sockmap, add bpf_msg_apply_bytes() helperJohn Fastabend2-1/+18
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend8-21/+857
2018-03-19net: generalize sk_alloc_sg to work with scatterlist ringsJohn Fastabend3-14/+19
2018-03-19net: do_tcp_sendpages flag to avoid SKBTX_SHARED_FRAGJohn Fastabend2-1/+4
2018-03-19sockmap: convert refcnt to an atomic refcntJohn Fastabend1-13/+10
2018-03-19sock: make static tls function alloc_sg generic sock helperJohn Fastabend3-62/+67
2018-03-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller8-38/+77
2018-03-19i40e: Fix the polling mechanism of GLGEN_RSTAT.DEVSTATEPaweł Jabłoński1-6/+29
2018-03-19i40evf: remove flags that are never usedJacob Keller1-3/+0
2018-03-19i40e: Prevent setting link speed on I40E_DEV_ID_25G_BPatryk Małek1-0/+1
2018-03-19i40e: Fix incorrect return typesDoug Dziggel2-4/+4
2018-03-19i40e: add doxygen comment for new mode parameterJacob Keller1-0/+1
2018-03-19i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem3-3/+22
2018-03-19i40e: Prevent setting link speed on KX_X722Patryk Małek1-1/+2
2018-03-19i40e: Properly check allowed advertisement capabilitiesJan Sokolowski1-9/+7
2018-03-19i40evf: Reorder configure_clsflower to avoid deadlock on errorAlexander Duyck1-12/+11
2018-03-19selftests: pmtu: Drop prints to kernel log from pmtu_vti6_link_change_mtuStefano Brivio1-2/+0
2018-03-18Merge branch 'mv88e6xxx-auto-phy-intr'David S. Miller4-0/+89
2018-03-18net: dsa: mv88e6xxx: Add MDIO interrupts for internal PHYsAndrew Lunn3-0/+58
2018-03-18net: dsa: mv88e6xxx: Add number of internal PHYsAndrew Lunn2-0/+29
2018-03-18net: dsa: mv88e6xxx: Add missing g1 IRQ numbersAndrew Lunn1-0/+2
2018-03-18net: dsa: mv88e6xxx: Fix missing register lock in serdes_get_statsFlorian Fainelli1-0/+2
2018-03-18net: dsa: mv88e6xxx: Fix IRQ when loading moduleAndrew Lunn1-8/+11
2018-03-18Merge branch 'selftests-pmtu-Add-further-vti-vti6-MTU-and-PMTU-tests'David S. Miller1-66/+376
2018-03-18selftests: pmtu: Add pmtu_vti6_link_change_mtu testStefano Brivio1-6/+61
2018-03-18selftests: pmtu: Add pmtu_vti6_link_add_mtu testStefano Brivio1-1/+43
2018-03-18selftests: pmtu: Add pmtu_vti4_link_add_mtu testStefano Brivio1-1/+44
2018-03-18selftests: pmtu: Add test_pmtu_vti4_exception testStefano Brivio1-10/+70
2018-03-18selftests: pmtu: Add pmtu_vti6_default_mtu testStefano Brivio1-1/+17
2018-03-18selftests: pmtu: Add pmtu_vti4_default_mtu testStefano Brivio1-13/+73
2018-03-18selftests: pmtu: Introduce support for multiple testsStefano Brivio1-26/+61
2018-03-18selftests: pmtu: Factor out MTU parsing helperStefano Brivio1-6/+11
2018-03-18selftests: pmtu: Use namespace command prefix to fetch route mtuStefano Brivio1-7/+9
2018-03-18selftests: pmtu: Reverse return codes of functionsStefano Brivio1-16/+8
2018-03-18Merge branch 'ibmvnic-Update-TX-pool-and-TX-routines'David S. Miller2-123/+160
2018-03-18ibmvnic: Remove unused TSO resources in TX pool structureThomas Falcon1-2/+0
2018-03-18ibmvnic: Update TX pool cleaning routineThomas Falcon1-16/+24
2018-03-18ibmvnic: Improve TX buffer accountingThomas Falcon1-9/+21
2018-03-18ibmvnic: Update TX and TX completion routinesThomas Falcon2-27/+29