messages from 2019-05-24 12:49:10 to 2019-05-24 22:28:08 UTC [more...]
[PATCH v9 bpf-next 00/17] bpf: eliminate zero extensions for sub-register writes
2019-05-24 22:25 UTC (17+ messages)
` [PATCH v9 bpf-next 01/17] bpf: verifier: mark verified-insn with sub-register zext flag
` [PATCH v9 bpf-next 02/17] bpf: verifier: mark patched-insn "
` [PATCH v9 bpf-next 04/17] bpf: verifier: insert zero extension according to analysis result
` [PATCH v9 bpf-next 05/17] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v9 bpf-next 06/17] tools: bpf: sync uapi header bpf.h
` [PATCH v9 bpf-next 07/17] bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set
` [PATCH v9 bpf-next 08/17] libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr
` [PATCH v9 bpf-next 09/17] selftests: bpf: adjust several test_verifier helpers for insn insertion
` [PATCH v9 bpf-next 10/17] selftests: bpf: enable hi32 randomization for all tests
` [PATCH v9 bpf-next 11/17] arm: bpf: eliminate zero extension code-gen
` [PATCH v9 bpf-next 12/17] powerpc: "
` [PATCH v9 bpf-next 13/17] s390: "
` [PATCH v9 bpf-next 14/17] sparc: "
` [PATCH v9 bpf-next 15/17] x32: "
` [PATCH v9 bpf-next 16/17] riscv: "
` [PATCH v9 bpf-next 17/17] nfp: "
[PATCH RFC 0/2] Support MPLS features in bonding and vlan net devices
2019-05-24 22:27 UTC (3+ messages)
` [PATCH RFC 1/2] net: bonding: Inherit MPLS features from slave devices
` [PATCH RFC 2/2] net: vlan: Inherit MPLS features from parent device
[patch net-next 0/7] expose flash update status to user
2019-05-24 22:26 UTC (9+ messages)
` [patch net-next 3/7] mlxfw: Propagate error messages through extack
[PATCH bpf-next v5 0/3] bpf: implement bpf_send_signal() helper
2019-05-24 22:23 UTC (7+ messages)
` [PATCH bpf-next v5 1/3] "
[PATCH][next] ipv4: remove redundant assignment to n
2019-05-24 22:04 UTC (2+ messages)
[PATCH net 0/4] Allow TX timestamp with UDP GSO
2019-05-24 22:01 UTC (8+ messages)
` [PATCH net 1/4] net/udp_gso: "
[PATCH v5 0/6] Add support for Orange Pi 3
2019-05-24 21:55 UTC (3+ messages)
` [PATCH v5 4/6] dt-bindings: display: hdmi-connector: Support DDC bus enable
[PATCH v6 0/3] MIPS: ath79: add ag71xx support
2019-05-24 21:54 UTC (3+ messages)
` [PATCH v6 1/3] dt-bindings: net: add qca,ar71xx.txt documentation
[PATCH net-next 0/6] net: API and initial implementation for nexthop objects
2019-05-24 21:43 UTC (7+ messages)
` [PATCH net-next 1/6] net: nexthop uapi
` [PATCH net-next 2/6] net: Initial nexthop code
` [PATCH net-next 3/6] nexthop: Add support for IPv4 nexthops
` [PATCH net-next 4/6] nexthop: Add support for IPv6 gateways
` [PATCH net-next 5/6] nexthop: Add support for lwt encaps
` [PATCH net-next 6/6] nexthop: Add support for nexthop groups
[PATCH v3 bpf-next 0/4] cgroup bpf auto-detachment
2019-05-24 21:40 UTC (2+ messages)
[PATCH v8 bpf-next 00/16] bpf: eliminate zero extensions for sub-register writes
2019-05-24 21:37 UTC (8+ messages)
` [PATCH v8 bpf-next 05/16] bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"
` [PATCH v8 bpf-next 15/16] riscv: bpf: eliminate zero extension code-gen
[PATCH bpf-next v2 0/3] bpf: implement bpf_send_signal() helper
2019-05-24 21:32 UTC (10+ messages)
` [PATCH bpf-next v2 1/3] "
[PATCH v2] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
2019-05-24 21:20 UTC (2+ messages)
[PATCH] network: wireless: p54u: Fix race between disconnect and firmware loading
2019-05-24 21:19 UTC (2+ messages)
memory leak in tipc_buf_acquire
2019-05-24 21:18 UTC
[PATCH net] bonding/802.3ad: fix slave link initialization transition states
2019-05-24 21:16 UTC (2+ messages)
[PATCH v3 bpf-next 00/12] BTF-to-C converter
2019-05-24 21:12 UTC (17+ messages)
` [PATCH v3 bpf-next 01/12] libbpf: ensure libbpf.h is included along libbpf_internal.h
` [PATCH v3 bpf-next 02/12] libbpf: add btf__parse_elf API to load .BTF and .BTF.ext
` [PATCH v3 bpf-next 03/12] bpftool: use libbpf's btf__parse_elf API
` [PATCH v3 bpf-next 04/12] selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext
` [PATCH v3 bpf-next 05/12] libbpf: add resizable non-thread safe internal hashmap
` [PATCH v3 bpf-next 06/12] selftests/bpf: add tests for libbpf's hashmap
` [PATCH v3 bpf-next 07/12] libbpf: switch btf_dedup() to hashmap for dedup table
` [PATCH v3 bpf-next 08/12] libbpf: add btf_dump API for BTF-to-C conversion
` [PATCH v3 bpf-next 09/12] selftests/bpf: add btf_dump BTF-to-C conversion tests
` [PATCH v3 bpf-next 10/12] bpftool: add C output format option to btf dump subcommand
` [PATCH v3 bpf-next 11/12] bpftool/docs: add description of btf dump C option
` [PATCH v3 bpf-next 12/12] bpftool: update bash-completion w/ new c option for btf dump
[PATCH bpf-next v2 RESEND 0/2] Move bpf_printk to bpf_helpers.h
2019-05-24 20:49 UTC (3+ messages)
[PATCH net-next v2 00/18] net: stmmac: Improvements and Selftests
2019-05-24 20:46 UTC (2+ messages)
[PATCH net-next v2 0/3] net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII
2019-05-24 20:39 UTC (2+ messages)
[PATCH 0/3] net:phy:dp83867: add some fixes
2019-05-24 20:38 UTC (8+ messages)
` [PATCH 1/3] net:phy:dp83867: fix speed 10 in sgmii mode
` [PATCH 2/3] net:phy:dp83867: increase SGMII autoneg timer duration
[PATCH net-next v2] selftests/net: SO_TXTIME with ETF and FQ
2019-05-24 20:35 UTC (3+ messages)
[PATCH net-next v2 0/5] net: stmmac: enable EHL SGMII
2019-05-24 20:32 UTC (3+ messages)
` [PATCH net-next v2 1/5] net: stmmac: enable clause 45 mdio support
[PATCH net] net: sched: don't use tc_action->order during action dump
2019-05-24 20:28 UTC (2+ messages)
[PATCH net-next 0/7] ipv6: Move exceptions to fib6_nh and make it optional in a fib6_info
2019-05-24 20:28 UTC (2+ messages)
[PATCH net-next] net: phy: bcm87xx: improve bcm87xx_config_init and feature detection
2019-05-24 20:24 UTC
[PATCH RFC v2 net-next 2/2] net: phy: sfp: enable i2c-bus detection on ACPI based systems
2019-05-24 20:23 UTC (5+ messages)
[PATCH 0/8] Xscale IXP4xx ethernet refurbishing
2019-05-24 20:21 UTC (14+ messages)
` [PATCH 1/8] net: ethernet: ixp4xx: Standard module init
` [PATCH 2/8] net: ethernet: ixp4xx: Use distinct local variable
` [PATCH 3/8] net: ehernet: ixp4xx: Use devm_alloc_etherdev()
` [PATCH 4/8] ARM/net: ixp4xx: Pass ethernet physical base as resource
` [PATCH 5/8] net: ethernet: ixp4xx: Get port ID from base address
` [PATCH 6/8] net: ethernet: ixp4xx: Use parent dev for DMA pool
` [PATCH 7/8] net: ethernet: ixp4xx: Add DT bindings
` [PATCH 8/8] net: ethernet: ixp4xx: Support device tree probing
[PATCH] net: tulip: de4x5: Drop redundant MODULE_DEVICE_TABLE()
2019-05-24 20:20 UTC
[PATCH net-next] vrf: local route leaking
2019-05-24 20:19 UTC (2+ messages)
[PATCH net] cxgb4: Revert "cxgb4: Remove SGE_HOST_PAGE_SIZE dependency on page size"
2019-05-24 20:18 UTC (2+ messages)
[PATCH net-next v2, 0/4] ENETC: support hardware timestamping
2019-05-24 20:16 UTC (2+ messages)
[PATCH net,stable 1/1] net: fec: add defer probe for of_get_mac_address
2019-05-24 20:14 UTC (4+ messages)
` [PATCH net,stable 1/1] net: fec: fix the clk mismatch in failed_reset path
[PATCH bpf] samples: bpf: add ibumad sample to .gitignore
2019-05-24 19:59 UTC
[PATCH] net:phy:dp83867: set up rgmii tx delay
2019-05-24 19:46 UTC (3+ messages)
[PATCH v2 bpf-next 00/12] BTF-to-C converter
2019-05-24 19:42 UTC (13+ messages)
` [PATCH v2 bpf-next 10/12] bpftool: add C output format option to btf dump subcommand
` [PATCH v2 bpf-next 11/12] bpftool/docs: add description of btf dump C option
` [PATCH v2 bpf-next 12/12] bpftool: update bash-completion w/ new c option for btf dump
[PATCH 7/8] net: ethernet: ixp4xx: Add DT bindings
2019-05-24 19:41 UTC (2+ messages)
[RFC net-next 1/1] net: sched: protect against loops in TC filter hooks
2019-05-24 18:32 UTC (3+ messages)
[RFC PATCH 0/5] net: dsa: POC support for mv88e6250
2019-05-24 18:11 UTC (15+ messages)
` [PATCH v2 0/5] net: dsa: "
` [PATCH v2 1/5] net: dsa: mv88e6xxx: introduce support for two chips using direct smi addressing
` [PATCH v2 2/5] net: dsa: prepare mv88e6xxx_g1_atu_op() for the mv88e6250
` [PATCH v2 3/5] net: dsa: implement vtu_getnext and vtu_loadpurge for mv88e6250
` [PATCH v2 4/5] net: dsa: mv88e6xxx: implement watchdog_ops "
` [PATCH v2 5/5] net: dsa: add support "
r8169: Link only up after 16 s (A link change request failed with some changes committed already. Interface enp3s0 may have been left with an inconsistent configuration, please check.)
2019-05-24 18:04 UTC (5+ messages)
[PATCH v3 net-next 0/3] flow_offload: Re-add per-action statistics
2019-05-24 17:59 UTC (14+ messages)
[PATCH bpf-next v3 00/16] AF_XDP infrastructure improvements and mlx5e support
2019-05-24 17:58 UTC (3+ messages)
[PATCH net-next 0/3] net: ethernet: ti: cpsw: Add XDP support
2019-05-24 17:49 UTC (3+ messages)
` [PATCH net-next 3/3] net: ethernet: ti: cpsw: add "
[PATCH bpf-next v4 0/4] sock ops: add netns ino and dev in bpf context
2019-05-24 17:47 UTC (6+ messages)
` [PATCH bpf-next v4 1/4] bpf: "
` [PATCH bpf-next v4 2/4] bpf: sync bpf.h to tools/ for bpf_sock_ops->netns*
` [PATCH bpf-next v4 3/4] selftests: bpf: read netns_ino from struct bpf_sock_ops
` [PATCH bpf-next v4 4/4] selftests: bpf: verifier: read netns_dev and "
KASAN: slab-out-of-bounds Read in rhashtable_walk_enter
2019-05-24 17:45 UTC (2+ messages)
[PATCH net 0/4] net/tls: two fixes for rx_list pre-handling
2019-05-24 17:34 UTC (5+ messages)
` [PATCH net 1/4] net/tls: fix lowat calculation if some data came from previous record
` [PATCH net 2/4] selftests/tls: test for lowat overshoot with multiple records
` [PATCH net 3/4] net/tls: fix no wakeup on partial reads
` [PATCH net 4/4] selftests/tls: add test for sleeping even though there is data
[PATCH net] bonding: make debugging output more succinct
2019-05-24 16:10 UTC (3+ messages)
[PATCH iproute2] lib: suppress error msg when filling the cache
2019-05-24 16:08 UTC (2+ messages)
[PATCH net-next 00/11] inet: frags: avoid possible races at netns dismantle
2019-05-24 16:03 UTC (12+ messages)
` [PATCH net-next 01/11] inet: rename netns_frags to fqdir
` [PATCH net-next 02/11] net: rename inet_frags_exit_net() to fqdir_exit()
` [PATCH net-next 03/11] net: rename struct fqdir fields
` [PATCH net-next 04/11] ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[]
` [PATCH net-next 05/11] ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]
` [PATCH net-next 06/11] netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysctl_table
` [PATCH net-next 07/11] ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_table
` [PATCH net-next 08/11] net: rename inet_frags_init_net() to fdir_init()
` [PATCH net-next 09/11] net: add a net pointer to struct fqdir
` [PATCH net-next 10/11] net: dynamically allocate fqdir structures
` [PATCH net-next 11/11] inet: frags: rework rhashtable dismantle
[PATCH] bpf: sockmap, fix use after free from sleep in psock backlog workqueue
2019-05-24 15:52 UTC (3+ messages)
[PATCH net] sk_msg: Keep reference on socket file while psock lives
2019-05-24 15:51 UTC (8+ messages)
[PATCH v2] vmalloc: Fix issues with flush flag
2019-05-24 15:50 UTC (7+ messages)
[PATCH bpf-next v3 0/3] tools: bpftool: add an option for debug output from libbpf and verifier
2019-05-24 15:48 UTC (7+ messages)
` [PATCH bpf-next v3 2/3] libbpf: add bpf_object__load_xattr() API function to pass log_level
[PATCH net 0/3] dpaa2-eth: Fix smatch warnings
2019-05-24 15:15 UTC (4+ messages)
` [PATCH net 1/3] dpaa2-eth: Fix potential spectre issue
` [PATCH net 2/3] dpaa2-eth: Use PTR_ERR_OR_ZERO where appropriate
` [PATCH net 3/3] dpaa2-eth: Make constant 64-bit long
[PATCH V6] net: phy: tja11xx: Add TJA11xx PHY driver
2019-05-24 14:36 UTC (2+ messages)
[PATCH V5] net: phy: tja11xx: Add TJA11xx PHY driver
2019-05-24 14:28 UTC (7+ messages)
[PATCH net-next v4] net: sched: Introduce act_ctinfo action
2019-05-24 14:24 UTC (4+ messages)
[RFC PATCH net-next 0/9] Decoupling PHYLINK from struct net_device
2019-05-24 13:55 UTC (11+ messages)
` [RFC PATCH net-next 2/9] net: phy: Guard against the presence of a netdev
` [RFC PATCH net-next 8/9] net: dsa: Use PHYLINK for the CPU/DSA ports
[PATCH 0/2] net: macb: Add support for SiFive FU540-C000
2019-05-24 13:48 UTC (5+ messages)
` [PATCH 2/2] "
[PATCH net] net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports
2019-05-24 13:44 UTC (2+ messages)
[RFC PATCH 00/11] bpf, trace, dtrace: DTrace BPF program type implementation and sample use
2019-05-24 13:28 UTC (12+ messages)
[PATCH v3 0/2] XDP generic fixes
2019-05-24 13:25 UTC (9+ messages)
` [PATCH v3 2/2] net: core: support XDP generic on stacked devices
[PATCH v1] ipvs: add checksum support for gue encapsulation
2019-05-24 13:09 UTC (2+ messages)
bonding-devel mail list?
2019-05-24 12:56 UTC (5+ messages)
[PATCH net-next] udp: Avoid post-GRO UDP checksum recalculation
2019-05-24 12:50 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).