aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-01ipv4: route: restore skb_dst_set in inet_rtm_getrouteRoopa Prabhu1-3/+4
2017-05-31bpf: Take advantage of stack_depth tracking in sparc64 JITDavid S. Miller1-2/+7
2017-05-31Merge branch 'dsa-add-Microchip-KSZ9477-DSA-driver'David S. Miller19-0/+3634
2017-05-31dsa: add maintainer of Microchip KSZ switchesWoojung Huh1-0/+10
2017-05-31net: dsa: Add Microchip KSZ switches bindingWoojung Huh1-0/+72
2017-05-31dsa: add DSA switch driver for Microchip KSZ9477Woojung Huh9-0/+3427
2017-05-31phy: micrel: add Microchip KSZ 9477 Switch PHY supportWoojung Huh2-0/+13
2017-05-31dsa: add support for Microchip KSZ tail taggingWoojung Huh6-0/+112
2017-05-31Merge branch 'bpf-stack-tracker'David S. Miller12-71/+147
2017-05-31bpf: take advantage of stack_depth tracking in x64 JITAlexei Starovoitov1-4/+5
2017-05-31bpf: change x86 JITed program stack layoutAlexei Starovoitov2-38/+40
2017-05-31bpf: use different interpreter depending on required stack sizeAlexei Starovoitov1-9/+31
2017-05-31bpf: fix stack_depth usage by test_bpf.koAlexei Starovoitov1-1/+24
2017-05-31bpf: track stack depth of classic bpf programsAlexei Starovoitov1-14/+22
2017-05-31bpf: reconcile bpf_tail_call and stack_depthAlexei Starovoitov1-0/+1
2017-05-31bpf: teach verifier to track stack depthAlexei Starovoitov2-1/+10
2017-05-31bpf: split bpf core interpreterAlexei Starovoitov1-7/+14
2017-05-31bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov8-7/+10
2017-05-31Merge branch 'nfp-move-BPF-offload-code-into-app'David S. Miller20-172/+600
2017-05-31nfp: fix memory leak on FW load errorJakub Kicinski1-0/+1
2017-05-31nfp: move basic eBPF stats to app-specific codeJakub Kicinski5-34/+67
2017-05-31nfp: move bpf offload code to the BPF appJakub Kicinski6-59/+159
2017-05-31nfp: move eBPF offload files to BPF app directoryJakub Kicinski6-10/+10
2017-05-31nfp: report app name in ethtool -iJakub Kicinski5-3/+15
2017-05-31nfp: move port init to appsJakub Kicinski8-35/+309
2017-05-31nfp: turn reading PCIe RTsym parameters into a helperJakub Kicinski1-7/+17
2017-05-31nfp: add missing fall through statementsJakub Kicinski1-0/+2
2017-05-31sched: add helper for updating statistics on all actionsJakub Kicinski4-27/+23
2017-05-31Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-80/+180
2017-05-31Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller9-19/+77
2017-05-31netvsc: Add #include's for csum_* function declarationsMichael Kelley1-0/+2
2017-05-31rtnetlink: use the new rtnl_get_event() interfaceVlad Yasevich1-1/+1
2017-05-31samples/bpf: bpf_load.c order of prog_fd[] should correspond with ELF orderJesper Dangaard Brouer1-14/+5
2017-05-31net/mlxfw: select CONFIG_XZ_DECArnd Bergmann1-0/+1
2017-05-31net: dsa: remove dev arg of dsa_register_switchVivien Didelot8-12/+12
2017-05-31Merge branch 'dsa-mv88e6xxx-PHY-nitpicks'David S. Miller3-40/+45
2017-05-31net: dsa: mv88e6xxx: rename PHY PPU functionsVivien Didelot1-19/+19
2017-05-31net: dsa: mv88e6xxx: rename PHY PPU accessorsVivien Didelot3-14/+17
2017-05-31net: dsa: mv88e6xxx: provide a PHY setup helperVivien Didelot3-9/+11
2017-05-31ixgbe: fix incorrect status checkEmil Tantilov1-4/+4
2017-05-31ixgbe: add missing configuration for rate select 1Emil Tantilov1-0/+19
2017-05-31ixgbe: always call setup_mac_link for multispeed fiberEmil Tantilov1-18/+0
2017-05-31ixgbe: add write flush when configuring CS4223/7Emil Tantilov1-2/+18
2017-05-31ixgbe: correct CS4223/7 PHY identificationEmil Tantilov2-6/+7
2017-05-31ixgbevf: Resolve warnings for -Wimplicit-fallthroughTony Nguyen1-0/+2
2017-05-31ixgbevf: Resolve truncation warning for q_vector->nameTony Nguyen1-7/+7
2017-05-31ixgbe: Resolve warnings for -Wimplicit-fallthroughTony Nguyen5-11/+18
2017-05-31ixgbe: Resolve truncation warning for q_vector->nameTony Nguyen1-7/+7
2017-05-31ixgbe: Add error checking to setting VF MACTony Nguyen1-13/+41
2017-05-31ixgbe: Correct thermal sensor event checkMark Rustad1-2/+1