aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-26netdevsim: add bus attributes to add new and delete devicesJiri Pirko3-4/+99
2019-04-26netdevsim: use ida for bus device idsJiri Pirko1-3/+10
2019-04-26netdevsim: add stub netdevsim driver implementationJiri Pirko1-1/+20
2019-04-26netdevsim: move device registration and related code to bus.cJiri Pirko4-163/+207
2019-04-26netdevsim: put netdevsim bus code into separate fileJiri Pirko4-13/+38
2019-04-26netdevsim: rename devlink.c to dev.c to contain per-dev(asic) itemsJiri Pirko4-59/+56
2019-04-26netdevsim: create devlink instance per netdevsim instanceJiri Pirko4-202/+124
2019-04-26netdevsim: move device registration on bus to be done earlier in initJiri Pirko1-13/+13
2019-04-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller22-62/+1246
2019-04-25Merge branch 'btf-dump'Alexei Starovoitov12-19/+882
2019-04-25bpftool: fix indendation in bash-completion/bpftoolAndrii Nakryiko1-11/+11
2019-04-25bpftool: add bash completions for btf commandAndrii Nakryiko1-0/+46
2019-04-25bpftool/docs: add btf sub-command documentationAndrii Nakryiko8-7/+236
2019-04-25bpftool: add ability to dump BTF typesAndrii Nakryiko3-1/+589
2019-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller247-715/+1881
2019-04-25bpftool: Fix errno variable usageBenjamin Poirier1-1/+1
2019-04-25bpftool: show flow_dissector attachment statusStanislav Fomichev1-0/+54
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev3-0/+49
2019-04-25samples: bpf: add hbm sample to .gitignoreDaniel T. Lee1-0/+1
2019-04-25libbpf: fix samples/bpf build failure due to undefined UINT32_MAXDaniel T. Lee1-0/+1
2019-04-25Merge branch 'libbpf-fixes'Alexei Starovoitov1-16/+89
2019-04-25bpf, libbpf: fix segfault in bpf_object__init_maps' pr_debug statementDaniel Borkmann1-3/+3
2019-04-25bpf, libbpf: handle old kernels more graceful wrt global data sectionsDaniel Borkmann1-13/+86
2019-04-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2-0/+11
2019-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds61-184/+687
2019-04-24Merge tag 'leds-for-5.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2019-04-24ipv4: add sanity checks in ipv4_link_failure()Eric Dumazet1-9/+23
2019-04-24net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet1-11/+16
2019-04-24rxrpc: fix race condition in rxrpc_input_packet()Eric Dumazet2-5/+10
2019-04-24net/mlx5: Introduce new TIR creation core APIAriel Levkovich2-5/+16
2019-04-24net/mlx5: Expose TIR ICM address in command outboxAriel Levkovich1-3/+3
2019-04-24net/mlx5: Expose SW ICM related device memory capabilitiesAriel Levkovich1-2/+43
2019-04-24MAINTAINERS: LEDs: Add designated reviewer for LED subsystemDan Murphy1-0/+1
2019-04-24net: rds: exchange of 8K and 1M poolZhu Yanjun2-3/+11
2019-04-24net: sched: flower: refactor reoffload for concurrent accessVlad Buslov1-22/+57
2019-04-24net: mvneta: Switch to using devm_alloc_etherdev_mqsRosen Penev1-8/+4
2019-04-24tipc: tipc_udp_recv() cleanup vs rcu verbsEric Dumazet1-6/+3
2019-04-24net: vrf: Fix operation not supported when set vrf macMiaohe Lin1-0/+2
2019-04-24Bluetooth: hci_core: Don't stop BT if the BD address missing in dtsBalakrishna Godavarthi1-2/+0
2019-04-23ipv6: Use result arg in fib_lookup_arg consistentlyDavid Ahern2-4/+12
2019-04-23ipv6: fib6_rule_action_alt needs to return -EAGAINDavid Ahern1-1/+3
2019-04-23net/ncsi: handle overflow when incrementing mac addressTao Ren2-1/+17
2019-04-23Merge tag 'drm-fixes-2019-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds4-7/+25
2019-04-23mlxsw: spectrum_router: Prevent ipv6 gateway with v4 route via replace and ap...David Ahern1-0/+2
2019-04-23Merge branch 'Taprio-qdisc-fixes'David S. Miller1-28/+28
2019-04-23net: sched: taprio: Fix taprio_dequeue()Andre Guedes1-2/+2
2019-04-23net: sched: taprio: Fix taprio_peek()Andre Guedes1-2/+2
2019-04-23net: sched: taprio: Remove should_restart_cycle()Andre Guedes1-9/+1
2019-04-23net: sched: taprio: Refactor taprio_get_start_time()Andre Guedes1-14/+23
2019-04-23net: sched: taprio: Remove pointless variable assigmentAndre Guedes1-1/+0