netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-27 09:39:24 to 2020-04-27 20:14:22 UTC [more...]

[PATCH bpf-next v1 00/19] bpf: implement bpf iterator for kernel data
 2020-04-27 20:12 UTC  (20+ messages)
` [PATCH bpf-next v1 01/19] net: refactor net assignment for seq_net_private structure
` [PATCH bpf-next v1 02/19] bpf: implement an interface to register bpf_iter targets
` [PATCH bpf-next v1 03/19] bpf: add bpf_map iterator
` [PATCH bpf-next v1 04/19] bpf: allow loading of a bpf_iter program
` [PATCH bpf-next v1 05/19] bpf: support bpf tracing/iter programs for BPF_LINK_CREATE
` [PATCH bpf-next v1 06/19] bpf: support bpf tracing/iter programs for BPF_LINK_UPDATE
` [PATCH bpf-next v1 07/19] bpf: create anonymous bpf iterator
` [PATCH bpf-next v1 08/19] bpf: create file "
` [PATCH bpf-next v1 09/19] bpf: add PTR_TO_BTF_ID_OR_NULL support
` [PATCH bpf-next v1 10/19] bpf: add netlink and ipv6_route targets
` [PATCH bpf-next v1 11/19] bpf: add task and task/file targets
` [PATCH bpf-next v1 12/19] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [PATCH bpf-next v1 13/19] bpf: handle spilled PTR_TO_BTF_ID properly when checking stack_boundary
` [PATCH bpf-next v1 14/19] bpf: support variable length array in tracing programs
` [PATCH bpf-next v1 15/19] tools/libbpf: add bpf_iter support
` [PATCH bpf-next v1 16/19] tools/bpftool: add bpf_iter support for bptool
` [PATCH bpf-next v1 17/19] tools/bpf: selftests: add iterator programs for ipv6_route and netlink
` [PATCH bpf-next v1 18/19] tools/bpf: selftests: add iter progs for bpf_map/task/task_file
` [PATCH bpf-next v1 19/19] tools/bpf: selftests: add bpf_iter selftests

[PATCH RFC v1] net: xdp: allow for layer 3 packets in generic skb handler
 2020-04-27 20:10 UTC  (10+ messages)
    ` [PATCH RFC v2] "

[PATCH 0/5] pull request for net-next: batman-adv 2020-04-27
 2020-04-27 20:04 UTC  (7+ messages)
` [PATCH 1/5] batman-adv: Start new development cycle
` [PATCH 2/5] batman-adv: Fix spelling error in term buffer
` [PATCH 3/5] batman-adv: trace: Drop unneeded types.h include
` [PATCH 4/5] batman-adv: Utilize prandom_u32_max for random [0, max) values
` [PATCH 5/5] batman-adv: remove unused inline function batadv_arp_change_timeout

[PATCH net-next 08/17] net: atlantic: A2 driver-firmware interface
 2020-04-27 20:04 UTC  (7+ messages)
  ` [EXT] "

[PATCH 0/4] pull request for net: batman-adv 2020-04-27
 2020-04-27 20:03 UTC  (6+ messages)
` [PATCH 1/4] batman-adv: fix batadv_nc_random_weight_tq
` [PATCH 2/4] batman-adv: Fix refcnt leak in batadv_show_throughput_override
` [PATCH 3/4] batman-adv: Fix refcnt leak in batadv_store_throughput_override
` [PATCH 4/4] batman-adv: Fix refcnt leak in batadv_v_ogm_process

[PATCH] net: ethernet: fec: Replace interrupt driven MDIO with polled IO
 2020-04-27 20:00 UTC  (9+ messages)
    ` [EXT] "

[PATCH net] wireguard: Use tunnel helpers for decapsulating ECN markings
 2020-04-27 19:53 UTC  (2+ messages)

[PATCH net-next 07/33] xdp: xdp_frame add member frame_sz and handle in convert_to_xdp_frame
 2020-04-27 19:51 UTC  (10+ messages)
` [PATCH net-next 21/33] virtio_net: add XDP frame size in two code paths
` [PATCH net-next 23/33] ixgbe: add XDP frame size to driver
` [PATCH net-next 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size

[PATCH net-next 00/13] mlxsw: Rework matchall offloading plumbing
 2020-04-27 19:43 UTC  (15+ messages)
` [PATCH net-next 01/13] mlxsw: spectrum_acl: Move block helpers into inline header functions
` [PATCH net-next 02/13] mlxsw: spectrum: Rename acl_block to flow_block
` [PATCH net-next 03/13] mlxsw: spectrum: Push flow_block related functions into a separate file
` [PATCH net-next 04/13] mlxsw: spectrum: Push matchall bits "
` [PATCH net-next 05/13] mlxsw: spectrum_acl: Use block variable in mlxsw_sp_acl_rule_del()
` [PATCH net-next 06/13] mlxsw: spectrum_matchall: Pass mall_entry as arg to mlxsw_sp_mall_port_mirror_add()
` [PATCH net-next 07/13] mlxsw: spectrum_matchall: Pass mall_entry as arg to mlxsw_sp_mall_port_sample_add()
` [PATCH net-next 08/13] mlxsw: spectrum_matchall: Move ingress indication into mall_entry
` [PATCH net-next 09/13] mlxsw: spectrum_matchall: Push per-port rule add/del into separate functions
` [PATCH net-next 10/13] mlxsw: spectrum: Avoid copying sample values and use RCU pointer direcly instead
` [PATCH net-next 11/13] mlxsw: spectrum_matchall: Process matchall events from the same cb as flower
` [PATCH net-next 12/13] mlxsw: spectrum: Move flow offload binding into spectrum_flow.c
` [PATCH net-next 13/13] selftests: forwarding: tc_actions.sh: add matchall mirror test

[PATCH] net/sonic: Fix a resource leak in an error handling path in 'jazz_sonic_probe()'
 2020-04-27 19:08 UTC  (2+ messages)

[PATCH resend net-next] r8169: improve error message if no dedicated PHY driver is found
 2020-04-27 19:07 UTC 

[PATCH v3 bpf-next 00/15] net: Add support for XDP in egress path
 2020-04-27 18:58 UTC  (12+ messages)
` [PATCH v3 bpf-next 01/15] net: Refactor convert_to_xdp_frame
` [PATCH v3 bpf-next 12/15] bpftool: Add support for XDP egress
` [PATCH v3 bpf-next 13/15] selftest: Add test for xdp_egress

[PATCH] net: tc35815: Fix phydev supported/advertising mask
 2020-04-27 18:52 UTC  (3+ messages)

[PATCH net] sch_sfq: validate silly quantum values
 2020-04-27 18:50 UTC  (2+ messages)

[PATCH net-next 0/2] r8169: improve chip config handling
 2020-04-27 18:49 UTC  (2+ messages)

[PATCH net 0/5] bnxt_en: Bug fixes
 2020-04-27 18:45 UTC  (2+ messages)

[PATCH net-next v4 00/11] net: bridge: mrp: Add support for Media Redundancy Protocol(MRP)
 2020-04-27 18:40 UTC  (4+ messages)
` [PATCH net-next v4 02/11] bridge: mrp: Update Kconfig

[PATCH net v4] net: phy: marvell10g: fix temperature sensor on 2110
 2020-04-27 18:38 UTC  (2+ messages)

[PATCH net] sch_choke: avoid potential panic in choke_reset()
 2020-04-27 18:36 UTC  (2+ messages)

[PATCH v2 net] fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks
 2020-04-27 18:34 UTC  (3+ messages)

[PATCH RESEND 1/2] thermal: core: Let thermal zone device's mode be stored in its struct
 2020-04-27 18:34 UTC  (6+ messages)
` [PATCH v3 0/2] Stop monitoring disabled devices
  ` [PATCH v3 2/2] thermal: core: Stop polling DISABLED thermal devices

[PATCH] net/tls: Fix sk_psock refcnt leak when in tls_data_ready()
 2020-04-27 18:23 UTC  (2+ messages)

[PATCH v2] net/x25: Fix x25_neigh refcnt leak when x25 disconnect
 2020-04-27 18:20 UTC  (2+ messages)

[PATCH] net/tls: Fix sk_psock refcnt leak in bpf_exec_tx_verdict()
 2020-04-27 18:17 UTC  (2+ messages)

[PATCH net-next v1] ethernet: ks8842: delete unnecessary goto label
 2020-04-27 18:15 UTC  (2+ messages)

[PATCH] net: rtnetlink: remove redundant assignment to variable err
 2020-04-27 18:14 UTC  (2+ messages)

[PATCH net] net: macsec: preserve ingress frame ordering
 2020-04-27 18:12 UTC  (2+ messages)

[PATCH net] net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DISABLED
 2020-04-27 18:12 UTC  (13+ messages)

[PATCH iproute2] tc: fq: add timer_slack parameter
 2020-04-27 18:05 UTC 

[PATCH iproute2] tc: fq_codel: add drop_batch parameter
 2020-04-27 17:51 UTC 

[PATCH net] ibmvnic: Fall back to 16 H_SEND_SUB_CRQ_INDIRECT entries with old FW
 2020-04-27 17:33 UTC 

[PATCH net-next v2 0/3] New sysctl to turn off nexthop API compat mode
 2020-04-27 17:23 UTC  (6+ messages)
` [PATCH net-next v2 3/3] selftests: net: add new testcases for nexthop API compat mode sysctl

[PATCH net v2 0/2] vsock/virtio: fixes about packet delivery to monitoring devices
 2020-04-27 17:18 UTC  (2+ messages)

[PATCH net-next v1] dt-bindings: net: convert qca,ar71xx documentation to yaml
 2020-04-27 17:10 UTC  (2+ messages)

[PATCH net-next v1] net: ag71xx: extend link validation to support other SoCs
 2020-04-27 17:09 UTC  (2+ messages)

[PATCH net-next v3 0/3] New sysctl to turn off nexthop API compat mode
 2020-04-27 17:00 UTC  (8+ messages)
` [PATCH net-next v3 1/3] net: ipv6: new arg skip_notify to ip6_rt_del
` [PATCH net-next v3 2/3] net: ipv4: add sysctl for nexthop api compatibility mode
` [PATCH net-next v3 3/3] selftests: net: add new testcases for nexthop API compat mode sysctl

[PATCH net-next] net: fix skb_panic to output real address
 2020-04-27 16:37 UTC 

[PATCH] net/ena: Fix build warning in ena_xdp_set()
 2020-04-27 16:27 UTC  (2+ messages)

[PATCH ipsec-next v4 0/2] xfrm: add IPv6 encapsulation support for ESP over UDP and TCP
 2020-04-27 15:59 UTC  (3+ messages)
` [PATCH ipsec-next v4 1/2] xfrm: add support for UDPv6 encapsulation of ESP
` [PATCH ipsec-next v4 2/2] xfrm: add IPv6 support for espintcp

[PATCH net-next] drivers: net: davinci_mdio: fix potential NULL dereference in davinci_mdio_probe()
 2020-04-27 15:16 UTC  (2+ messages)

[PATCH net-next 0/3] vsock: support network namespace
 2020-04-27 15:21 UTC  (4+ messages)

[PATCH] Fix the media type of AQC100 ethernet controller in the driver
 2020-04-27 15:18 UTC  (2+ messages)
` [EXT] "

[PATCH net] mlxsw: spectrum_acl_tcam: Position vchunk in a vregion list properly
 2020-04-27 15:05 UTC 

[PATCH v5 net-next 1/2] xen networking: add basic XDP support for xen-netfront
 2020-04-27 15:00 UTC  (2+ messages)
` [PATCH v5 net-next 2/2] xen networking: add XDP offset adjustment to xen-netback

[net-next PATCH v2 0/3] Introduce new APIs to support phylink and phy layers
 2020-04-27 14:56 UTC  (11+ messages)
` [net-next PATCH v2 1/3] device property: Introduce phy related fwnode functions
` [net-next PATCH v2 2/3] net: phy: alphabetically sort header includes
` [net-next PATCH v2 3/3] phylink: Introduce phylink_fwnode_phy_connect()

Fix vlan header offset in __skb_flow_dissect
 2020-04-27 14:55 UTC 

[PATCH iproute2] xfrm: also check for ipv6 state in xfrm_state_keep
 2020-04-27 14:48 UTC  (2+ messages)

[PATCH iproute2-next 0/4] iproute: mptcp support
 2020-04-27 14:35 UTC  (3+ messages)

[ipsec-next:testing 1/2] net/ipv6/esp6.c:144:15: error: implicit declaration of function 'csum_ipv6_magic'; did you mean 'csum_tcpudp_magic'?
 2020-04-27 14:32 UTC  (2+ messages)

[PATCH net-next 0/2] Fix qdisc noop issue caused by driver and identify future bugs
 2020-04-27 14:18 UTC  (9+ messages)
` [PATCH net-next 2/2] dpaa2-eth: fix return codes used in ndo_setup_tc

[PATCH bpf-next] tools: bpftool: allow unprivileged users to probe features
 2020-04-27 14:16 UTC  (3+ messages)

[RESENT PATCH net--stat 1/1] net: ethernet: fec: Revert "net: ethernet: fec: Replace interrupt driven MDIO with polled IO"
 2020-04-27 14:08 UTC 

[PATCH net] tunnel: Propagate ECT(1) when decapsulating as recommended by RFC6040
 2020-04-27 14:11 UTC 

[PATCH V3 ethtool] ethtool: Add support for Low Latency Reed Solomon
 2020-04-27 13:54 UTC  (3+ messages)

[PATCH] ptp_qoriq: output PPS signal on FIPER2 in default
 2020-04-27 13:51 UTC  (2+ messages)

memory leak in inet_create (2)
 2020-04-27 13:48 UTC 

[PATCH 00/17] staging: wfx: misc fixes
 2020-04-27 13:40 UTC  (18+ messages)
` [PATCH 01/17] staging: wfx: fix (future) TDLS support
` [PATCH 02/17] staging: wfx: change the field chip_frozen into a boolean
` [PATCH 03/17] staging: wfx: mark chip frozen on error indication
` [PATCH 04/17] staging: wfx: fix support for AP that do not support PS-Poll
` [PATCH 05/17] staging: wfx: fix CAB sent at the wrong time
` [PATCH 06/17] staging: wfx: add support for 'device too hot' indication
` [PATCH 07/17] staging: wfx: add an explicit warning when chip detect too high temperature
` [PATCH 08/17] staging: wfx: fix highest Rx value declared in ieee80211_supported_band
` [PATCH 09/17] staging: wfx: fix overflow in frame counters
` [PATCH 10/17] staging: wfx: fix the warning "inconsistent notification"
` [PATCH 11/17] staging: wfx: fix double init of tx_policy_upload_work
` [PATCH 12/17] staging: wfx: show counters of all interfaces
` [PATCH 13/17] staging: wfx: also show unnamed counters fields
` [PATCH 14/17] staging: wfx: update list of known messages in tracepoints
` [PATCH 15/17] staging: wfx: fix messages names "
` [PATCH 16/17] staging: wfx: fix display of exception indication
` [PATCH 17/17] staging: wfx: update list of errors

[PATCH net-next] net: lpc-enet: fix error return code in lpc_mii_init()
 2020-04-27 13:24 UTC  (2+ messages)

Two bugs report
 2020-04-27 13:15 UTC 

Re: [PATCH net-next v2 6/9] net: phy: add backplane kr driver support
 2020-04-27 12:51 UTC  (2+ messages)

[PATCHv3 iproute2-next 0/7] iproute2: fully support for geneve/vxlan/erspan options
 2020-04-27 12:38 UTC  (9+ messages)
` [PATCHv3 iproute2-next 1/7] iproute_lwtunnel: add options support for geneve metadata
  ` [PATCHv3 iproute2-next 2/7] iproute_lwtunnel: add options support for vxlan metadata
    ` [PATCHv3 iproute2-next 3/7] iproute_lwtunnel: add options support for erspan metadata

[PATCH net-next] ice: Fix error return code in ice_add_prof()
 2020-04-27 12:12 UTC 

[PATCH net-next] octeontx2-pf: Fix error return code in otx2_probe()
 2020-04-27 12:11 UTC 

[PATCH] dpaa_eth: Fix comparing pointer to 0
 2020-04-27 11:26 UTC 

[PATCH v1] net: macb: Fix runtime PM refcounting
 2020-04-27 10:51 UTC 

[PATCH net-next] dpaa2-eth: fix error return code in setup_dpni()
 2020-04-27 10:43 UTC 

[PATCH net v1] net: acenic: fix an issue about leak related system resources
 2020-04-27 10:40 UTC  (2+ messages)

[PATCH net v1] net: macb: fix an issue about leak related system resources
 2020-04-27 10:33 UTC  (2+ messages)

[PATCH] dpaa_eth: Fix comparing pointer to 0
 2020-04-27 10:32 UTC 

[PATCHv4 iproute2-next 0/7] iproute2: fully support for geneve/vxlan/erspan options
 2020-04-27 10:27 UTC  (8+ messages)
` [PATCHv4 iproute2-next 1/7] iproute_lwtunnel: add options support for geneve metadata
  ` [PATCHv4 iproute2-next 2/7] iproute_lwtunnel: add options support for vxlan metadata
    ` [PATCHv4 iproute2-next 3/7] iproute_lwtunnel: add options support for erspan metadata
      ` [PATCHv4 iproute2-next 4/7] tc: m_tunnel_key: add options support for vxlan
        ` [PATCHv4 iproute2-next 5/7] tc: m_tunnel_key: add options support for erpsan
          ` [PATCHv4 iproute2-next 6/7] tc: f_flower: add options support for vxlan
            ` [PATCHv4 iproute2-next 7/7] tc: f_flower: add options support for erspan

[PATCH v3 0/1] net: ethernet: stmmac: simplify phy modes management for stm32
 2020-04-27 10:00 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH net-next] net: ll_temac: Fix return value check in temac_probe()
 2020-04-27  9:46 UTC  (2+ messages)

[RFC PATCH v11 0/9] Enable ptp_kvm for arm64
 2020-04-27  9:54 UTC  (6+ messages)
` [RFC PATCH v11 5/9] psci: Add hypercall service for ptp_kvm

[PATCH 0/1] Open source our TC classifier
 2020-04-27  9:45 UTC  (4+ messages)
` [PATCH 1/1] selftests/bpf: add cls_redirect classifier


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).