aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-15Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...David S. Miller12-34/+32
2018-01-15Merge branch 'sh_eth-simplify-TSU-initialization'David S. Miller1-14/+9
2018-01-15sh_eth: get Ether port # only when neededSergei Shtylyov1-8/+5
2018-01-15sh_eth: gather all TSU init code in one placeSergei Shtylyov1-7/+5
2018-01-15Merge tag 'wireless-drivers-next-for-davem-2018-01-13' of git://git.kernel.or...David S. Miller152-2152/+6840
2018-01-15net: ethernet: Add a driver for Gemini gigabit ethernetLinus Walleij7-0/+3581
2018-01-15net: ethernet: Add DT bindings for the Gemini ethernetLinus Walleij1-0/+92
2018-01-15ipv6: Fix build with gcc-4.4.5Ido Schimmel1-2/+6
2018-01-15tipc: fix bug during lookup of multicast destination nodesJon Maloy3-8/+4
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai5-14/+14
2018-01-15sctp: removed unused var from sctp_make_authMarcelo Ricardo Leitner1-2/+1
2018-01-15net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit3-11/+8
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Jon Maloy1-0/+1
2018-01-15Merge branch 'dsa-lan9303-check-error-value-from-devm_gpiod_get_optional'David S. Miller1-10/+12
2018-01-15net: dsa: lan9303: check error value from devm_gpiod_get_optional()Phil Reid1-4/+10
2018-01-15net: dsa: lan9303: make lan9303_handle_reset() a void functionPhil Reid1-7/+3
2018-01-15net: phy: Have __phy_modify return 0 on successAndrew Lunn1-7/+6
2018-01-14Merge branch 'bpf-nfp-map-offload'Daniel Borkmann26-120/+1506
2018-01-14nfp: bpf: implement bpf map offloadJakub Kicinski3-0/+109
2018-01-14nfp: bpf: add support for reading map memoryJakub Kicinski2-9/+76
2018-01-14nfp: bpf: add verification and codegen for map lookupsJakub Kicinski3-2/+138
2018-01-14nfp: bpf: add helpers for updating immediate instructionsJakub Kicinski2-0/+62
2018-01-14nfp: bpf: parse function call and map capabilitiesJakub Kicinski3-0/+87
2018-01-14nfp: bpf: implement helpers for FW map opsJakub Kicinski3-4/+288
2018-01-14nfp: bpf: add basic control channel communicationJakub Kicinski8-0/+317
2018-01-14nfp: bpf: add map data structureJakub Kicinski2-1/+24
2018-01-14bpf: offload: add map offload infrastructureJakub Kicinski7-13/+293
2018-01-14bpf: offload: factor out netdev checking at allocation timeJakub Kicinski1-8/+20
2018-01-14bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski3-8/+8
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski8-40/+17
2018-01-14bpf: hashtab: move checks out of alloc functionJakub Kicinski1-16/+39
2018-01-14bpf: hashtab: move attribute validation before allocationJakub Kicinski1-24/+23
2018-01-14bpf: add map_alloc_check callbackJakub Kicinski2-4/+14
2018-01-14Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller21-258/+273
2018-01-14Merge branch 'mlxsw-Offload-PRIO-qdisc'David S. Miller9-1/+322
2018-01-14mlxsw: spectrum: qdiscs: Support stats for PRIO qdiscNogah Frankel1-0/+89
2018-01-14mlxsw: spectrum: qdiscs: Support PRIO qdisc offloadNogah Frankel3-0/+86
2018-01-14net: sch: prio: Add offload ability to PRIO qdiscNogah Frankel3-0/+85
2018-01-14mlxsw: spectrum_router: Configure default routing priorityYuval Mintz1-0/+24
2018-01-14mlxsw: reg: add rdpm registerYuval Mintz2-1/+38
2018-01-14Merge branch 'dsa-mv88e6xxx-ATU-VTU-irq'David S. Miller5-3/+192
2018-01-14net: dsa: mv88e6xxx: Decode VTU problem interruptAndrew Lunn4-2/+90
2018-01-14net: dsa: mv88e6xxx: Decode ATU problem interruptAndrew Lunn4-2/+103
2018-01-14mlxsw: spectrum_router: Add support for IPv6 non-equal-cost multipathIdo Schimmel1-5/+8
2018-01-14net: netsec: use dma_addr_t for storing dma addressArnd Bergmann1-7/+7
2018-01-12Merge branch 'error-injection'Alexei Starovoitov27-245/+819
2018-01-12error-injection: Support fault injection frameworkMasami Hiramatsu4-0/+428
2018-01-12error-injection: Add injectable error typesMasami Hiramatsu7-15/+66
2018-01-12error-injection: Separate error-injection from kprobeMasami Hiramatsu22-213/+317
2018-01-12tracing/kprobe: bpf: Compare instruction pointer with original oneMasami Hiramatsu2-15/+7