netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-27 20:14:22 to 2020-04-28 07:17:46 UTC [more...]

[PATCHv3 iproute2-next 0/7] iproute2: fully support for geneve/vxlan/erspan options
 2020-04-28  7:22 UTC  (11+ 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: usb: ax88179_178a: Implement ethtool_ops set_eeprom
 2020-04-28  7:01 UTC 

[PATCH bpf-next v3 0/2] Change return code if failed to load
 2020-04-28  6:58 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] bpf: Change error code when ops is NULL
` [PATCH bpf-next v3 2/2] libbpf: Return err if bpf_object__load failed

[PATCH v2 bpf-next 0/3] Add BTF-defined map-in-map support to libbpf
 2020-04-28  6:41 UTC  (4+ messages)
` [PATCH v2 bpf-next 1/3] libbpf: refactor BTF-defined map definition parsing logic
` [PATCH v2 bpf-next 2/3] libbpf: refactor map creation logic and fix cleanup leak
` [PATCH v2 bpf-next 3/3] libbpf: add BTF-defined map-in-map support

[PATCH] KVM: MIPS/TLB: Remove Unneeded semicolon in tlb.c
 2020-04-28  6:32 UTC 

[PATCH net] dt-bindings: net: Convert UniPhier AVE4 controller to json-schema
 2020-04-28  6:31 UTC 

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

[PATCH v5 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-04-28  6:04 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/3] bpf: sharing bpf runtime stats with BPF_ENABLE_STATS
` [PATCH v5 bpf-next 2/3] libbpf: add support for command BPF_ENABLE_STATS
` [PATCH v5 bpf-next 3/3] bpf: add selftest for BPF_ENABLE_STATS

[PATCH bpf-next v1 12/19] bpf: add bpf_seq_printf and bpf_seq_write helpers
 2020-04-28  6:02 UTC  (2+ messages)

[Patch net-next 0/2] net: reduce dynamic lockdep keys
 2020-04-28  6:02 UTC  (3+ messages)
` [Patch net-next 1/2] net: partially revert dynamic lockdep key changes
` [Patch net-next 2/2] bonding: remove useless stats_lock_key

[PATCH v2 bpf-next 00/10] bpf_link observability APIs
 2020-04-28  5:49 UTC  (11+ messages)
` [PATCH v2 bpf-next 01/10] bpf: refactor bpf_link update handling
` [PATCH v2 bpf-next 02/10] bpf: allocate ID for bpf_link
` [PATCH v2 bpf-next 03/10] bpf: support GET_FD_BY_ID and GET_NEXT_ID "
` [PATCH v2 bpf-next 04/10] bpf: add support for BPF_OBJ_GET_INFO_BY_FD "
` [PATCH v2 bpf-next 05/10] libbpf: add low-level APIs for new bpf_link commands
` [PATCH v2 bpf-next 06/10] selftests/bpf: test bpf_link's get_next_id, get_fd_by_id, and get_obj_info
` [PATCH v2 bpf-next 07/10] bpftool: expose attach_type-to-string array to non-cgroup code
` [PATCH v2 bpf-next 08/10] bpftool: add bpf_link show and pin support
` [PATCH v2 bpf-next 09/10] bpftool: add bpftool-link manpage
` [PATCH v2 bpf-next 10/10] bpftool: add link bash completions

[iproute2] devlink: add support for DEVLINK_CMD_REGION_NEW
 2020-04-28  5:43 UTC  (2+ messages)

[PATCH net-next 1/3] net/mlx5e: Implicitly decap the tunnel packet when necessary
 2020-04-28  5:24 UTC  (3+ messages)
` [PATCH net-next 2/3] net/mlx5e: Introduce mlx5e_eswitch_rep_uplink_priv helper
` [PATCH net-next 3/3] net/mlx5e: Fix the code style

bpf test error: KASAN: null-ptr-deref Write in x25_disconnect
 2020-04-28  4:58 UTC 

net test error: KASAN: null-ptr-deref Write in x25_disconnect
 2020-04-28  4:58 UTC 

WARNING in __nf_unregister_net_hook
 2020-04-28  4:57 UTC 

[PATCH v3 bpf-next] bpf: make verifier log more relevant by default
 2020-04-28  4:55 UTC  (3+ messages)

[PATCH bpf-next 0/6] Add ASAN to selftest and fix found problems
 2020-04-28  4:46 UTC  (7+ messages)
` [PATCH bpf-next 1/6] selftests/bpf: ensure test flavors use correct skeletons
` [PATCH bpf-next 2/6] selftests/bpf: add test_progs-asan flavor with AddressSantizer
` [PATCH bpf-next 3/6] selftests/bpf: convert test_hashmap into test_progs test
` [PATCH bpf-next 4/6] libbpf: fix memory leak and possible double-free in hashmap__clear
` [PATCH bpf-next 5/6] selftests/bpf: fix memory leak in test selector
` [PATCH bpf-next 6/6] selftests/bpf: fix memory leak in extract_build_id()

[PATCH v2] net/ena: Fix build warning in ena_xdp_set()
 2020-04-28  4:49 UTC 

[PATCH-next] net: phy: bcm54140: Make a bunch of functions static
 2020-04-28  4:07 UTC  (2+ messages)

[RFC PATCH bpf-next 0/3] bpf: add tracing for XDP programs using the BPF_PROG_TEST_RUN API
 2020-04-28  4:04 UTC  (7+ messages)

[v3,net-next 4/4] net: enetc: add tc flower psfp offload driver
 2020-04-28  3:34 UTC  (6+ messages)
` [v4,net-next 0/4] Introduce a flow gate control action and apply IEEE
  ` [v4,net-next 1/4] net: qos: introduce a gate control flow action
  ` [v4,net-next 2/4] net: schedule: add action gate offloading
  ` [v4,net-next 3/4] net: enetc: add hw tc hw offload features for PSPF capability
  ` [v4,net-next 4/4] net: enetc: add tc flower psfp offload driver

[PATCH] hv_netvsc: Fix netvsc_start_xmit's return type
 2020-04-28  3:30 UTC 

[PATCH net v1] net: macb: fix an issue about leak related system resources
 2020-04-28  3:25 UTC  (5+ messages)

[PATCH net-next] drivers: net: davinci_mdio: fix potential NULL dereference in davinci_mdio_probe()
 2020-04-28  3:25 UTC 

[PATCH net v1] net: acenic: fix an issue about leak related system resources
 2020-04-28  3:12 UTC  (3+ messages)

[PATCH net-next v1] ethernet: ks8842: delete unnecessary goto label
 2020-04-28  2:58 UTC  (3+ messages)

[PATCH net-next v3 00/11] implement DEVLINK_CMD_REGION_NEW
 2020-04-28  2:03 UTC  (3+ messages)

selinux_netlink_send changes program behavior
 2020-04-28  1:53 UTC  (4+ messages)

[PATCH v17 0/3] BPF: New helper to obtain namespace data from current task
 2020-04-28  1:47 UTC  (5+ messages)

[RFC PATCH 0/5] tc-gate offload for SJA1105 DSA switch
 2020-04-28  1:39 UTC  (6+ messages)
` [RFC PATCH 1/5] net: dsa: export dsa_slave_dev_check and dsa_slave_to_port
` [RFC PATCH 2/5] net: dsa: sja1105: add static tables for virtual links
` [RFC PATCH 3/5] net: dsa: sja1105: make room for virtual link parsing in flower offload
` [RFC PATCH 4/5] net: dsa: sja1105: support flow-based redirection via virtual links
` [RFC PATCH 5/5] net: dsa: sja1105: implement tc-gate using time-triggered "

[PATCH iproute2] tc: fq_codel: add drop_batch parameter
 2020-04-28  1:16 UTC  (2+ messages)

[PATCH iproute2] xfrm: also check for ipv6 state in xfrm_state_keep
 2020-04-28  1:15 UTC  (2+ messages)

[patch iproute2] tc: m_action: check cookie hex string len
 2020-04-28  1:14 UTC  (2+ messages)

[PATCH net-next v6 0/5] kselftest: add fixture parameters
 2020-04-28  1:03 UTC  (6+ messages)
` [PATCH net-next v6 1/5] kselftest: factor out list manipulation to a helper
` [PATCH net-next v6 2/5] kselftest: create fixture objects
` [PATCH net-next v6 3/5] kselftest: run tests by fixture
` [PATCH net-next v6 4/5] kselftest: add fixture variants
` [PATCH net-next v6 5/5] selftests: tls: run all tests for TLS 1.2 and TLS 1.3

[PATCH RFC v2] net: xdp: allow for layer 3 packets in generic skb handler
 2020-04-28  0:40 UTC  (15+ messages)
` [PATCH net v3] net: xdp: account "

[PATCH] do not typedef socklen_t on Android
 2020-04-28  0:26 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-28  0:21 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH] iptables: flush stdout after every verbose log
 2020-04-28  0:14 UTC  (3+ messages)

WARNING in ib_unregister_device_queued
 2020-04-28  0:10 UTC  (2+ messages)

[PATCH] libxt_IDLETIMER.c - fix target v1 help alignment and doc
 2020-04-28  0:06 UTC  (2+ messages)

[PATCH] xshared.h - include sys/time.h to fix lack of struct timeval declaration
 2020-04-28  0:04 UTC  (2+ messages)

[PATCH] libxt_addrtype.c - include strings.h for the definition of ffs()
 2020-04-28  0:04 UTC  (2+ messages)

[PATCH] libipt_ULOG.c - include strings.h for the definition of ffs()
 2020-04-28  0:04 UTC  (2+ messages)

[RFC PATCH v5 01/16] RDMA/irdma: Add driver framework definitions
 2020-04-28  0:03 UTC  (13+ messages)

[PATCH iproute2 0/7] bridge vlan output fixes
 2020-04-27 23:50 UTC  (8+ messages)
` [PATCH iproute2 1/7] bridge: Use the same flag names in input and output
` [PATCH iproute2 2/7] bridge: Use consistent column names in vlan output
` [PATCH iproute2 3/7] bridge: Fix typo
` [PATCH iproute2 4/7] bridge: Fix output with empty vlan lists
` [PATCH iproute2 5/7] json_print: Return number of characters printed
` [PATCH iproute2 6/7] bridge: Align output columns
` [PATCH iproute2 7/7] Replace open-coded instances of print_nl()

[PATCH nf-next 0/3] Netfilter egress hook
 2020-04-27 23:44 UTC  (9+ messages)
` [PATCH nf-next 3/3] netfilter: Introduce "

[PATCH net] net: macsec: preserve ingress frame ordering
 2020-04-27 23:14 UTC  (3+ messages)

[PATCH net] wireguard: Use tunnel helpers for decapsulating ECN markings
 2020-04-27 23:09 UTC  (5+ messages)
    ` [PATCH net v2] wireguard: use "

[PATCH iproute2-next] tc: pedit: Support JSON dumping
 2020-04-27 23:09 UTC  (5+ messages)

[PATCH v4 bpf-next 00/15] net: Add support for XDP in egress path
 2020-04-27 22:46 UTC  (16+ messages)
` [PATCH v4 bpf-next 01/15] net: Refactor convert_to_xdp_frame
` [PATCH v4 bpf-next 02/15] net: uapi for XDP programs in the egress path
` [PATCH v4 bpf-next 03/15] net: Add XDP setup and query commands for Tx programs
` [PATCH v4 bpf-next 04/15] net: Add BPF_XDP_EGRESS as a bpf_attach_type
` [PATCH v4 bpf-next 05/15] xdp: Add xdp_txq_info to xdp_buff
` [PATCH v4 bpf-next 06/15] net: Rename do_xdp_generic to do_xdp_generic_rx
` [PATCH v4 bpf-next 07/15] net: rename netif_receive_generic_xdp to do_generic_xdp_core
` [PATCH v4 bpf-next 08/15] net: set XDP egress program on netdevice
` [PATCH v4 bpf-next 09/15] net: Support xdp in the Tx path for packets as an skb
` [PATCH v4 bpf-next 10/15] net: Support xdp in the Tx path for xdp_frames
` [PATCH v4 bpf-next 11/15] libbpf: Add egress XDP support
` [PATCH v4 bpf-next 12/15] bpftool: Add support for XDP egress
` [PATCH v4 bpf-next 13/15] selftest: Add test for xdp_egress
` [PATCH v4 bpf-next 14/15] selftest: Add xdp_egress attach tests
` [PATCH v4 bpf-next 15/15] samples/bpf: add XDP egress support to xdp1

BPF office hours
 2020-04-27 22:37 UTC 

linux-next: Signed-off-by missing for commit in the net-next tree
 2020-04-27 22:31 UTC 

[PATCH 00/38] net: manually convert files to ReST format - part 1
 2020-04-27 22:01 UTC  (39+ messages)
` [PATCH 01/38] docs: networking: convert caif files to ReST
` [PATCH 02/38] docs: networking: convert 6pack.txt "
` [PATCH 03/38] docs: networking: convert altera_tse.txt "
` [PATCH 04/38] docs: networking: convert arcnet-hardware.txt "
` [PATCH 05/38] docs: networking: convert arcnet.txt "
` [PATCH 06/38] docs: networking: convert atm.txt "
` [PATCH 07/38] docs: networking: convert ax25.txt "
` [PATCH 08/38] docs: networking: convert baycom.txt "
` [PATCH 09/38] docs: networking: convert bonding.txt "
` [PATCH 10/38] docs: networking: convert cdc_mbim.txt "
` [PATCH 11/38] docs: networking: convert cops.txt "
` [PATCH 12/38] docs: networking: convert cxacru.txt "
` [PATCH 13/38] docs: networking: convert dccp.txt "
` [PATCH 14/38] docs: networking: convert dctcp.txt "
` [PATCH 15/38] docs: networking: convert decnet.txt "
` [PATCH 16/38] docs: networking: convert defza.txt "
` [PATCH 17/38] docs: networking: convert dns_resolver.txt "
` [PATCH 18/38] docs: networking: convert driver.txt "
` [PATCH 19/38] docs: networking: convert eql.txt "
` [PATCH 20/38] docs: networking: convert fib_trie.txt "
` [PATCH 21/38] docs: networking: convert filter.txt "
` [PATCH 22/38] docs: networking: convert fore200e.txt "
` [PATCH 23/38] docs: networking: convert framerelay.txt "
` [PATCH 24/38] docs: networking: convert generic-hdlc.txt "
` [PATCH 25/38] docs: networking: convert generic_netlink.txt "
` [PATCH 26/38] docs: networking: convert gen_stats.txt "
` [PATCH 27/38] docs: networking: convert gtp.txt "
` [PATCH 28/38] docs: networking: convert hinic.txt "
` [PATCH 29/38] docs: networking: convert ila.txt "
` [PATCH 30/38] docs: networking: convert ipddp.txt "
` [PATCH 31/38] docs: networking: convert ip_dynaddr.txt "
` [PATCH 32/38] docs: networking: convert iphase.txt "
` [PATCH 33/38] docs: networking: convert ipsec.txt "
` [PATCH 34/38] docs: networking: convert ip-sysctl.txt "
` [PATCH 35/38] docs: networking: convert ipv6.txt "
` [PATCH 36/38] docs: networking: convert ipvlan.txt "
` [PATCH 37/38] docs: networking: convert ipvs-sysctl.txt "
` [PATCH 38/38] docs: networking: convert kcm.txt "

[PATCH] lan743x: Added fixed_phy support
 2020-04-27 21:52 UTC  (4+ messages)

[PATCH net v2 0/2] WoL fixes for DP83822 and DP83tc811
 2020-04-27 21:21 UTC  (3+ messages)
` [PATCH net v2 1/2] net: phy: DP83822: Fix WoL in config init to be disabled
` [PATCH net v2 2/2] net: phy: DP83TC811: "

pass kernel pointers to the sysctl ->proc_handler method v3
 2020-04-27 21:23 UTC  (3+ messages)
` [PATCH 1/5] bpf-cgroup: remove unused exports

[PATCH v2] bpf: Fix sk_psock refcnt leak when receiving message
 2020-04-27 21:21 UTC  (2+ messages)

[PATCH net] r8169: fix multicast tx issue with macvlan interface
 2020-04-27 21:12 UTC  (11+ messages)

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

[PATCH] net: ethernet: fec: Replace interrupt driven MDIO with polled IO
 2020-04-27 20:13 UTC  (5+ messages)

[PATCH net-next] net: ethernet: ti: fix return value check in k3_cppi_desc_pool_create_name()
 2020-04-27 20:28 UTC  (2+ messages)

[PATCH resend net-next] r8169: improve error message if no dedicated PHY driver is found
 2020-04-27 20:25 UTC  (2+ messages)

[PATCH net-next 28/33] mlx5: rx queue setup time determine frame_sz for XDP
 2020-04-27 20:22 UTC  (2+ messages)

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

[PATCH bpf-next v1 00/19] bpf: implement bpf iterator for kernel data
 2020-04-27 20:12 UTC  (2+ messages)
` [PATCH bpf-next v1 03/19] bpf: add bpf_map iterator


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