OSDN Git Service

uclinux-h8/linux.git
2018-11-20 Yonghong Songbpf: Introduce bpf_func_info
2018-11-20 Martin KaFai Lautools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KI...
2018-11-20 Martin KaFai Lautools/bpf: Sync kernel btf.h header
2018-11-20 Martin KaFai Laubpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
2018-11-20 Martin KaFai Laubpf: btf: Break up btf_type_is_void()
2018-11-19 Daniel BorkmannMerge branch 'bpf-zero-hash-seed'
2018-11-19 Lorenz Bauertools: add selftest for BPF_F_ZERO_SEED
2018-11-19 Lorenz Bauertools: sync linux/bpf.h
2018-11-19 Lorenz Bauerbpf: move BPF_F_QUERY_EFFECTIVE after map flags
2018-11-19 Lorenz Bauerbpf: allow zero-initializing hash map seed
2018-11-19 Stanislav Fomichevbpf: libbpf: retry map creation without the name
2018-11-17 Colin Ian Kingbpf: fix null pointer dereference on pointer offload
2018-11-17 Stanislav Fomichevbpftool: make libbfd optional
2018-11-17 Alexei StarovoitovMerge branch 'socket-lookup-cg_sock'
2018-11-17 Andrey Ignatovselftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock...
2018-11-17 Andrey Ignatovbpf: Support socket lookup in CGROUP_SOCK_ADDR progs
2018-11-17 Andrey Ignatovbpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp
2018-11-17 Nathan Chancellorbpf: Remove unused variable in nsim_bpf
2018-11-17 Martin KaFai Laubpf: libbpf: Fix bpf_program__next() API
2018-11-17 Joe Stringerselftests/bpf: Fix uninitialized duration warning
2018-11-11 Alexei StarovoitovMerge branch 'narrow-loads'
2018-11-11 Andrey Ignatovselftests/bpf: Test narrow loads with off > 0 for bpf_s...
2018-11-11 Andrey Ignatovselftests/bpf: Test narrow loads with off > 0 in test_v...
2018-11-11 Andrey Ignatovbpf: Allow narrow loads with offset > 0
2018-11-10 Alexei StarovoitovMerge branch 'bpftool-flow-dissector'
2018-11-10 Stanislav Fomichevbpftool: support loading flow dissector
2018-11-10 Stanislav Fomichevbpftool: add pinmaps argument to the load/loadall
2018-11-10 Stanislav Fomichevbpftool: add loadall command
2018-11-10 Stanislav Fomichevlibbpf: add internal pin_name
2018-11-10 Stanislav Fomichevlibbpf: bpf_program__pin: add special case for instance...
2018-11-10 Stanislav Fomichevlibbpf: cleanup after partial failure in bpf_object__pin
2018-11-10 Stanislav Fomichevselftests/bpf: rename flow dissector section to flow_di...
2018-11-10 Alexei StarovoitovMerge branch 'device-ops-as-cb'
2018-11-10 Quentin Monnetbpf: do not pass netdev to translate() and prepare...
2018-11-10 Quentin Monnetbpf: pass prog instead of env to bpf_prog_offload_verif...
2018-11-10 Quentin Monnetbpf: pass destroy() as a callback and remove its ndo_bp...
2018-11-10 Quentin Monnetbpf: pass translate() as a callback and remove its...
2018-11-10 Quentin Monnetbpf: call verifier_prep from its callback in struct...
2018-11-10 Quentin Monnetbpf: call finalize() from its callback in struct bpf_of...
2018-11-10 Quentin Monnetbpf: call verify_insn from its callback in struct bpf_o...
2018-11-10 Quentin Monnetbpf: pass a struct with offload callbacks to bpf_offloa...
2018-11-10 Quentin Monnetnfp: bpf: move nfp_bpf_analyzer_ops from verifier.c...
2018-11-09 Nitin Handebpf: Extend the sk_lookup() helper to XDP hookpoint.
2018-11-09 David Ahernbpftool: Improve handling of ENOENT on map dumps
2018-11-09 Sowmini Varadhanselftests/bpf: add a test case for sock_ops perf-event...
2018-11-09 Sowmini Varadhanbpf: add perf event notificaton support for sock_ops
2018-11-09 Daniel BorkmannMerge branch 'bpf-max-pkt-offset'
2018-11-09 Jiong Wangnfp: bpf: relax prog rejection through max_pkt_offset
2018-11-09 Jiong Wangbpf: let verifier to calculate and record max_pkt_offset
2018-11-07 Shannon Nelsonbpf_load: add map name to load_maps error message
2018-11-07 Quentin Monnettools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loadi...
2018-11-07 Quentin Monnetselftests/bpf: enable (uncomment) all tests in test_lib...
2018-11-07 YueHaibingnet: hns3: Remove set but not used variable 'reset_level'
2018-11-07 David S. MillerMerge branch 'nfp-more-set-actions-and-notifier-refactor'
2018-11-07 Jakub Kicinskinfp: flower: use the common netdev notifier
2018-11-07 Jakub Kicinskinfp: register a notifier handler in a central location...
2018-11-07 Jakub Kicinskinfp: flower: make nfp_fl_lag_changels_event() void
2018-11-07 Jakub Kicinskinfp: flower: don't try to nack device unregister events
2018-11-07 Jakub Kicinskinfp: flower: remove unnecessary iteration over devices
2018-11-07 Pieter Jansen... nfp: flower: add ipv6 set flow label and hop limit...
2018-11-07 Pieter Jansen... nfp: flower: add ipv4 set ttl and tos offload
2018-11-07 David S. MillerMerge branch 'hns3-next'
2018-11-07 Huazhong Tannet: hns3: fix for cmd queue memory not freed problem...
2018-11-07 Huazhong Tannet: hns3: add error handler for hclge_reset()
2018-11-07 Huazhong Tannet: hns3: call roce's reset notify callback when resetting
2018-11-07 Huazhong Tannet: hns3: adjust the process of PF reset
2018-11-07 Huazhong Tannet: hns3: move some reset information from hnae3_handl...
2018-11-07 Huazhong Tannet: hns3: ignore new coming low-level reset while...
2018-11-07 Huazhong Tannet: hns3: use HNS3_NIC_STATE_RESETTING to indicate...
2018-11-07 Huazhong Tannet: hns3: enable/disable ring in the enet while doing...
2018-11-07 Huazhong Tannet: hns3: adjust the location of clearing the table...
2018-11-07 Huazhong Tannet: hns3: provide some interface & information for...
2018-11-07 Huazhong Tannet: hns3: add set_default_reset_request in the hnae3_a...
2018-11-07 Huazhong Tannet: hns3: use HNS3_NIC_STATE_INITED to indicate the...
2018-11-06 David S. MillerMerge branch 'net-systemport-Unmap-queues-upon-DSA...
2018-11-06 Florian Fainellinet: systemport: Unmap queues upon DSA unregister event
2018-11-06 Florian Fainellinet: systemport: Simplify queue mapping logic
2018-11-06 Florian Fainellinet: dsa: bcm_sf2: Turn on PHY to allow successful...
2018-11-06 David S. MillerMerge branch 'net-dsa-bcm_sf2-Store-rules-in-lists'
2018-11-06 Florian Fainellinet: systemport: Restore Broadcom tag match filters...
2018-11-06 Florian Fainellinet: dsa: bcm_sf2: Get rid of unmarshalling functions
2018-11-06 Florian Fainellinet: dsa: bcm_sf2: Restore CFP rules during system...
2018-11-06 Florian Fainellinet: dsa: bcm_sf2: Split rule handling from HW operation
2018-11-06 Florian Fainellinet: dsa: bcm_sf2: Keep copy of inserted rules
2018-11-06 David S. MillerMerge branch 'net-More-extack-messages'
2018-11-06 David Ahernrtnetlink: Add more extack messages to rtnl_newlink
2018-11-06 David Ahernnet: Add extack argument to ip_fib_metrics_init
2018-11-06 David Ahernnet: Add extack argument to rtnl_create_link
2018-11-06 Eric Dumazetipv6: gro: do not use slow memcmp() in ipv6_gro_receive()
2018-11-06 Yangtao Linet: skbuff.h: remove unnecessary unlikely()
2018-11-06 Olof JohanssonISDN: eicon: Remove driver
2018-11-06 Linus TorvaldsMerge tag 'trace-v4.20-rc1' of git://git./linux/kernel...
2018-11-06 Linus TorvaldsMerge branch 'spectre' of git://git.armlinux.org.uk...
2018-11-06 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2018-11-06 Ard BiesheuvelARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hv...
2018-11-06 David S. MillerMerge git://git./pub/scm/linux/kernel/git/pablo/nf
2018-11-06 Rasmus Villemoesnet: alx: make alx_drv_name static
2018-11-06 Taehee Yoonet: bpfilter: fix iptables failure if bpfilter_umh...
2018-11-06 Andrei Vaginsock_diag: fix autoloading of the raw_diag module
2018-11-06 Matwey V. Kornilovnet: core: netpoll: Enable netconsole IPv6 link local...
next