netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-03 17:34:53 to 2020-12-04 04:19:40 UTC [more...]

[PATCH v3 net-next 0/4] net: dsa: Link aggregation support
 2020-12-04  4:18 UTC  (17+ messages)
` [PATCH v3 net-next 2/4] "
` [PATCH v3 net-next 4/4] net: dsa: tag_dsa: Support reception of packets from LAG devices

[PATCH 0/1 v3 net-next] Add OpenCompute timecard driver
 2020-12-04  3:51 UTC  (2+ messages)
` [PATCH 1/1 v3 net-next] ptp: Add clock driver for the OpenCompute TimeCard

[PATCH] bpf, x64: bump the number of passes to 64
 2020-12-04  3:42 UTC  (4+ messages)

[PATCH v2 bpf-next] bpf: increment and use correct thread iterator
 2020-12-04  3:43 UTC 

[resend/standalone PATCH v4] Add auxiliary bus support
 2020-12-04  3:37 UTC  (4+ messages)

Long delay on estimation_timer causes packet latency
 2020-12-04  3:27 UTC  (6+ messages)

[PATCH v1 0/5] MSFT offloading support for advertisement monitor
 2020-12-04  3:25 UTC  (4+ messages)
` [PATCH v1 1/5] Bluetooth: advmon offload MSFT add rssi support

[PATCH net-next 0/6] add support for RFC 8335 PROBE
 2020-12-04  3:17 UTC  (7+ messages)
` [PATCH net-next 1/6] icmp: support for RFC 8335
` [PATCH net-next 2/6] ICMPv6: "
` [PATCH net-next 3/6] net: add sysctl for enabling RFC 8335 PROBE messages
` [PATCH net-next 4/6] "
` [PATCH net-next 5/6] net: add support for sending "
` [PATCH net-next 6/6] icmp: add response to "

[PATCH v1] Bluetooth: Set missing suspend task bits
 2020-12-04  3:14 UTC 

[PATCH net v2] bonding: fix feature flag setting at init time
 2020-12-04  3:14 UTC  (4+ messages)
` [PATCH net v3] "

[PATCH net] vrf: packets with lladdr src needs dst at input with orig_iif when needs strict
 2020-12-04  3:06 UTC 

[PATCH][next] rtw88: coex: fix missing unitialization of variable 'interval'
 2020-12-04  2:57 UTC  (2+ messages)

[PATCH V2 0/5] patches for stmmac
 2020-12-04  2:46 UTC  (6+ messages)
` [PATCH V2 1/5] net: stmmac: increase the timeout for dma reset
` [PATCH V2 2/5] net: stmmac: start phylink instance before stmmac_hw_setup()
` [PATCH V2 3/5] net: stmmac: free tx skb buffer in stmmac_resume()
` [PATCH V2 4/5] net: stmmac: delete the eee_ctrl_timer after napi disabled
` [PATCH V2 5/5] net: stmmac: overwrite the dma_cap.addr64 according to HW design

[RESEND v15 0/4] userspace MHI client interface driver
 2020-12-04  2:41 UTC  (5+ messages)
` [RESEND v15 1/4] bus: mhi: core: Add helper API to return number of free TREs
` [RESEND v15 2/4] bus: mhi: core: Move MHI_MAX_MTU to external header file
` [RESEND v15 3/4] docs: Add documentation for userspace client interface
` [RESEND v15 4/4] bus: mhi: Add userspace client interface driver

[PATCH v15 0/4] userspace MHI client interface driver
 2020-12-04  2:31 UTC  (7+ messages)
` [PATCH v15 1/4] bus: mhi: core: Add helper API to return number of free TREs
` [PATCH v15 2/4] bus: mhi: core: Move MHI_MAX_MTU to external header file
` [PATCH v15 3/4] docs: Add documentation for userspace client interface
` [PATCH v15 4/4] bus: mhi: Add userspace client interface driver

[pull request][net-next V2 00/15] mlx5 updates 2020-12-01
 2020-12-04  2:29 UTC  (3+ messages)
` [net-next V2 08/15] net/mlx5e: Add TX PTP port object support

pull-request: bpf-next 2020-12-03
 2020-12-04  2:19 UTC 

[PATCH bpf-next v4 1/6] net: Remove the err argument from sock_from_file
 2020-12-04  2:05 UTC  (5+ messages)
` [PATCH bpf-next v4 5/6] bpf: Add an iterator selftest for bpf_sk_storage_get
` [PATCH bpf-next v4 6/6] bpf: Test bpf_sk_storage_get in tcp iterators

[PATCH v2 net-next] ptp: Add clock driver for the OpenCompute TimeCard
 2020-12-04  2:00 UTC  (3+ messages)

[PATCH bpf-next] bpf: increment and use correct thread iterator
 2020-12-04  1:58 UTC  (2+ messages)

[PATCH v6 bpf-next 00/14] Support BTF-powered BPF tracing programs for kernel modules
 2020-12-04  1:53 UTC  (16+ messages)
` [PATCH v6 bpf-next 01/14] bpf: fix bpf_put_raw_tracepoint()'s use of __module_address()
` [PATCH v6 bpf-next 02/14] bpf: keep module's btf_data_size intact after load
` [PATCH v6 bpf-next 03/14] libbpf: add internal helper to load BTF data by FD
` [PATCH v6 bpf-next 04/14] libbpf: refactor CO-RE relocs to not assume a single BTF object
` [PATCH v6 bpf-next 05/14] libbpf: add kernel module BTF support for CO-RE relocations
` [PATCH v6 bpf-next 06/14] selftests/bpf: add bpf_testmod kernel module for testing
` [PATCH v6 bpf-next 07/14] selftests/bpf: add support for marking sub-tests as skipped
` [PATCH v6 bpf-next 08/14] selftests/bpf: add CO-RE relocs selftest relying on kernel module BTF
` [PATCH v6 bpf-next 09/14] bpf: remove hard-coded btf_vmlinux assumption from BPF verifier
` [PATCH v6 bpf-next 10/14] bpf: allow to specify kernel module BTFs when attaching BPF programs
` [PATCH v6 bpf-next 11/14] libbpf: factor out low-level BPF program loading helper
` [PATCH v6 bpf-next 12/14] libbpf: support attachment of BPF tracing programs to kernel modules
` [PATCH v6 bpf-next 13/14] selftests/bpf: add tp_btf CO-RE reloc test for modules
` [PATCH v6 bpf-next 14/14] selftests/bpf: add fentry/fexit/fmod_ret selftest for kernel module

[PATCH 1/2] net: dsa: lantiq: allow to use all GPHYs on xRX300 and xRX330
 2020-12-04  1:49 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: net: dsa: lantiq, lantiq-gswip: add example for xRX330

[PATCH] net/mlx5e: fix non-IPV6 build
 2020-12-04  1:47 UTC  (4+ messages)

[PATCH v4 bpf-next 0/2] Add support to set window_clamp from bpf setsockops
 2020-12-04  1:44 UTC  (3+ messages)

[PATCH bpf 0/7] selftests/bpf: Restore test_offload.py to working order
 2020-12-04  1:44 UTC  (10+ messages)
` [PATCH bpf 1/7] xdp: remove the xdp_attachment_flags_ok() callback
` [PATCH bpf 2/7] selftests/bpf/test_offload.py: Remove check for program load flags match
` [PATCH bpf 3/7] netdevsim: Add debugfs toggle to reject BPF programs in verifier
` [PATCH bpf 4/7] selftests/bpf/test_offload.py: only check verifier log on verification fails
` [PATCH bpf 5/7] selftests/bpf/test_offload.py: fix expected case of extack messages
` [PATCH bpf 6/7] selftests/bpf/test_offload.py: reset ethtool features after failed setting
` [PATCH bpf 7/7] selftests/bpf/test_offload.py: filter bpftool internal map when counting maps

[PATCH net-next v5 0/9] net: dsa: microchip: PTP support for KSZ956x
 2020-12-04  1:18 UTC  (7+ messages)
` [PATCH net-next v5 9/9] net: dsa: microchip: ksz9477: add periodic output support

[PATCH] net: stmmac: overwrite the dma_cap.addr64 according to HW design
 2020-12-04  1:06 UTC  (3+ messages)

[PATCH net-next 1/4] ptp: clockmatrix: reset device and check BOOT_STATUS
 2020-12-04  1:06 UTC  (2+ messages)

[PATCH v5 0/9] "Task_isolation" mode
 2020-12-04  0:54 UTC  (14+ messages)
` [PATCH v5 5/9] task_isolation: Add driver-specific hooks
    ` [EXT] "
` [PATCH v5 6/9] task_isolation: arch/arm64: enable task isolation functionality
    ` [EXT] "
` [PATCH v5 7/9] task_isolation: don't interrupt CPUs with tick_nohz_full_kick_cpu()
    ` [EXT] "
  ` [EXT] Re: [PATCH v5 0/9] "Task_isolation" mode

[PATCH bpf-next 1/2] libbpf: use memcpy instead of strncpy to please GCC
 2020-12-03 23:54 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: fix invalid use of strncat in test_sockmap

[PATCH] bridge: Fix a deadlock when enabling multicast snooping
 2020-12-03 23:34 UTC  (6+ messages)

[PATCH net 1/1] net: ipa: pass the correct size when freeing DMA memory
 2020-12-03 23:28 UTC  (2+ messages)

[net-next v2 0/8] Perf. optimizations for TCP Recv. Zerocopy
 2020-12-03 23:24 UTC  (7+ messages)
` [net-next v2 1/8] net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy

[PATCH] ethernet: select CONFIG_CRC32 as needed
 2020-12-03 23:20 UTC 

[PATCH v8 0/4] Adding the Sparx5 Serdes driver
 2020-12-03 22:52 UTC  (4+ messages)
` [PATCH v8 3/4] phy: Add Sparx5 ethernet serdes PHY driver

[PATCH v2 net-next] nfc: s3fwrn5: skip the NFC bootloader mode
 2020-12-03 22:52 UTC 

[PATCH iproute2-next] Only compile mnl_utils when HAVE_LIBMNL is defined
 2020-12-03 22:39 UTC  (3+ messages)

[PATCH] enetc: fix build warning
 2020-12-03 22:37 UTC 

[GIT PULL] Networking for 5.10-rc7
 2020-12-03 22:30 UTC  (5+ messages)

[PATCH] ch_ktls: fix build warning for ipv4-only config
 2020-12-03 22:26 UTC 

[PATCH net-next 0/3] mptcp: reject invalid mp_join requests right away
 2020-12-03 22:24 UTC  (5+ messages)
` [PATCH net-next 1/3] security: add const qualifier to struct sock in various places

net: macb: fail when there's no PHY
 2020-12-03 22:20 UTC  (14+ messages)

[PATCH v7 0/5] Bluetooth: Add new MGMT interface for advertising add
 2020-12-03 22:01 UTC  (7+ messages)
` [PATCH v7 1/5] Bluetooth: Add helper to set adv data
` [PATCH v7 2/5] Bluetooth: Break add adv into two mgmt commands
` [PATCH v7 3/5] Bluetooth: Use intervals and tx power from mgmt cmds
` [PATCH v7 4/5] Bluetooth: Query LE tx power on startup
` [PATCH v7 5/5] Bluetooth: Change MGMT security info CMD to be more generic

[PATCH net v1] net: dsa: ksz8795: use correct number of physical ports
 2020-12-03 21:55 UTC  (2+ messages)

[PATCH v14 0/4] userspace MHI client interface driver
 2020-12-03 21:37 UTC  (6+ messages)
` [PATCH v14 3/4] docs: Add documentation for userspace client interface
` [PATCH v14 4/4] bus: mhi: Add userspace client interface driver

[PATCH 0/2 v2] Improve error handling of verifier tests
 2020-12-03 21:13 UTC  (3+ messages)
` [PATCH 2/2] selftests/bpf: Avoid errno clobbering

[PATCH V3 net-next 0/9] XDP Redirect implementation for ENA driver
 2020-12-03 20:56 UTC  (5+ messages)
` [PATCH V3 net-next 1/9] net: ena: use constant value for net_device allocation

[PATCH net-next] devlink: Add devlink port documentation
 2020-12-03 20:31 UTC  (3+ messages)
` [PATCH net-next v4] "

[PATCH][next] samples/bpf: Fix spelling mistake "recieving" -> "receiving"
 2020-12-03 20:20 UTC  (2+ messages)

[PATCH v6 0/5] Bluetooth: Add new MGMT interface for advertising add
 2020-12-03 20:15 UTC  (3+ messages)

[PATCH bpf-next] libbpf: cap retries in sys_bpf_prog_load
 2020-12-03 20:10 UTC  (2+ messages)

[PATCH bpf v3] libbpf: sanitise map names before pinning
 2020-12-03 20:10 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add entry for Marvell Prestera Ethernet Switch driver
 2020-12-03 20:01 UTC  (7+ messages)
  ` [EXT] "

[GIT PULL] 9p update for 5.10-rc7 (restore splice ops)
 2020-12-03 19:56 UTC 

GRO: can't force packet up stack immediately?
 2020-12-03 19:52 UTC  (3+ messages)

[pull request][net 0/4] mlx5 fixes 2020-12-01
 2020-12-03 19:50 UTC  (4+ messages)

[PATCH net v2] net/sched: act_mpls: ensure LSE is pullable before reading it
 2020-12-03 19:20 UTC  (3+ messages)

[PATCH net] net: openvswitch: ensure LSE is pullable before reading it
 2020-12-03 19:20 UTC  (2+ messages)

[PATCH net] net: skbuff: ensure LSE is pullable before decrementing the MPLS ttl
 2020-12-03 19:20 UTC  (2+ messages)

pull-request: wireless-drivers-2020-12-03
 2020-12-03 19:02 UTC  (2+ messages)

[PATCH net] net: mvpp2: Fix error return code in mvpp2_open()
 2020-12-03 18:59 UTC  (3+ messages)

pull-request: wireless-drivers-next-2020-12-03
 2020-12-03 18:57 UTC 

[PATCH net] chelsio/chtls: fix a double free in chtls_setkey()
 2020-12-03 18:55 UTC  (2+ messages)

[PATCH net] net/sched: fq_pie: initialize timer earlier in fq_pie_init()
 2020-12-03 18:40 UTC 

[PATCH v7 bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-12-03 18:40 UTC  (2+ messages)

[PATCH 0/4] patch for stmmac
 2020-12-03 18:33 UTC  (7+ messages)
` [PATCH 2/4] net: stmmac: start phylink instance before stmmac_hw_setup()
` [PATCH 3/4] net: ethernet: stmmac: free tx skb buffer in stmmac_resume()
` [PATCH 4/4] net: ethernet: stmmac: delete the eee_ctrl_timer after napi disabled

[PATCH bpf-next] selftests/bpf: copy file using read/write in local storage test
 2020-12-03 18:33 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpf: expose bpf_{s,g}etsockopt helpers to bind{4,6} hooks
 2020-12-03 18:32 UTC  (2+ messages)

[PATCH bpf-next 0/3] bpftool: improve split BTF support
 2020-12-03 18:31 UTC  (2+ messages)

[Patch net] lwt: disable BH too in run_lwt_bpf()
 2020-12-03 18:29 UTC  (7+ messages)

[PATCH bpf-next V7 0/8] bpf: New approach for BPF MTU handling
 2020-12-03 18:25 UTC  (3+ messages)
` [PATCH bpf-next V7 4/8] bpf: add BPF-helper for MTU checking

[PATCH net-next v9 0/4] GVE Raw Addressing
 2020-12-03 18:17 UTC  (4+ messages)
` [PATCH net-next v9 4/4] gve: Add support for raw addressing in the tx path

[PATCH v2 net-next 0/2] add ppp_generic ioctl(s) to bridge channels
 2020-12-03 18:01 UTC  (5+ messages)
` [PATCH v2 net-next 1/2] ppp: add PPPIOCBRIDGECHAN and PPPIOCUNBRIDGECHAN ioctls

[PATCH v3 net-next 0/2] net: dsa: add stats64 support
 2020-12-03 18:01 UTC  (8+ messages)
` [PATCH v3 net-next 2/2] net: dsa: qca: ar9331: export stats64

WARNING in sk_stream_kill_queues (5)
 2020-12-03 18:01 UTC  (7+ messages)

[PATCH][next] wilc1000: remove redundant assignment to pointer vif
 2020-12-03 17:43 UTC 

[PATCH net] iavf: fix double-release of rtnl_lock
 2020-12-03 17:41 UTC  (3+ messages)

[PATCH] net: rmnet: Adjust virtual device MTU on real device capability
 2020-12-03 17:40 UTC 


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