netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-08 01:29:41 to 2020-04-09 04:51:10 UTC [more...]

WARNING in kfree (2)
 2020-04-09  4:51 UTC  (2+ messages)

[PATCH v2] mac80211: fix race in ieee80211_register_hw()
 2020-04-09  4:44 UTC  (4+ messages)

[PATCH] rtw88: avoid unused function warnings
 2020-04-09  4:29 UTC  (2+ messages)

[PATCH RESEND] net: qrtr: support qrtr service and lookup route
 2020-04-09  4:18 UTC  (3+ messages)

[GIT PULL] vhost: fixes, vdpa
 2020-04-09  4:05 UTC  (2+ messages)

[GIT PULL v2] vhost: cleanups and fixes
 2020-04-09  4:05 UTC  (2+ messages)

[PATCH RFC v2 01/33] xdp: add frame size to xdp_buff
 2020-04-09  3:31 UTC  (47+ messages)
` [PATCH RFC v2 02/33] bnxt: add XDP frame size to driver
` [PATCH RFC v2 03/33] sfc: add XDP frame size
` [PATCH RFC v2 04/33] mvneta: add XDP frame size to driver
` [PATCH RFC v2 05/33] net: netsec: Add support for XDP frame size
` [PATCH RFC v2 06/33] net: XDP-generic determining "
` [PATCH RFC v2 07/33] xdp: xdp_frame add member frame_sz and handle in convert_to_xdp_frame
` [PATCH RFC v2 08/33] xdp: cpumap redirect use frame_sz and increase skb_tailroom
` [PATCH RFC v2 09/33] veth: adjust hard_start offset on redirect XDP frames
` [PATCH RFC v2 10/33] veth: xdp using frame_sz in veth driver
` [PATCH RFC v2 11/33] dpaa2-eth: add XDP frame size
` [PATCH RFC v2 12/33] hv_netvsc: add XDP frame size to driver
` [PATCH RFC v2 13/33] qlogic/qede: "
` [PATCH RFC v2 14/33] net: ethernet: ti: add XDP frame size to driver cpsw
` [PATCH RFC v2 15/33] ena: add XDP frame size to amazon NIC driver
` [PATCH RFC v2 16/33] mlx4: add XDP frame size and adjust max XDP MTU
` [PATCH RFC v2 17/33] mlx5: rx queue setup time determine frame_sz for XDP
` [PATCH RFC v2 18/33] net: thunderx: add XDP frame size
` [PATCH RFC v2 19/33] nfp: add XDP frame size to netronome driver
` [PATCH RFC v2 20/33] tun: add XDP frame size
` [PATCH RFC v2 21/33] vhost_net: also populate "
` [PATCH RFC v2 22/33] virtio_net: add XDP frame size in two code paths
` [PATCH RFC v2 23/33] ixgbe: fix XDP redirect on archs with PAGE_SIZE above 4K
` [PATCH RFC v2 24/33] ixgbe: add XDP frame size to driver
` [PATCH RFC v2 25/33] ixgbevf: add XDP frame size to VF driver
` [PATCH RFC v2 26/33] i40e: add XDP frame size to driver
` [PATCH RFC v2 27/33] ice: "
` [PATCH RFC v2 28/33] xdp: for Intel AF_XDP drivers add XDP frame_sz
` [PATCH RFC v2 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH RFC v2 30/33] xdp: clear grow memory in bpf_xdp_adjust_tail()
` [PATCH RFC v2 31/33] bpf: add xdp.frame_sz in bpf_prog_test_run_xdp()
` [PATCH RFC v2 32/33] selftests/bpf: adjust BPF selftest for xdp_adjust_tail
` [PATCH RFC v2 33/33] selftests/bpf: xdp_adjust_tail add grow tail tests
` [PATCH RFC v2 00/33] XDP extend with knowledge of frame size

BPF program attached on BPF map function (read,write) is not working?
 2020-04-09  3:26 UTC 

[PATCH v3] net: qrtr: send msgs from local of same id as broadcast
 2020-04-09  2:53 UTC 

[RFC] current devlink extension plan for NICs
 2020-04-09  2:07 UTC  (29+ messages)

RFC: Handle hard module dependencies that are not symbol-based (r8169 + realtek)
 2020-04-09  0:02 UTC  (3+ messages)

[PATCH] selftests/seccomp: allow clock_nanosleep instead of nanosleep
 2020-04-08 23:57 UTC 

[RFC PATCH bpf-next 00/16] bpf: implement bpf based dumping of kernel data structures
 2020-04-08 23:25 UTC  (17+ messages)
` [RFC PATCH bpf-next 01/16] net: refactor net assignment for seq_net_private structure
` [RFC PATCH bpf-next 02/16] bpf: create /sys/kernel/bpfdump mount file system
` [RFC PATCH bpf-next 03/16] bpf: provide a way for targets to register themselves
` [RFC PATCH bpf-next 04/16] bpf: allow loading of a dumper program
` [RFC PATCH bpf-next 05/16] bpf: create file or anonymous dumpers
` [RFC PATCH bpf-next 06/16] bpf: add netlink and ipv6_route targets
` [RFC PATCH bpf-next 07/16] bpf: add bpf_map target
` [RFC PATCH bpf-next 08/16] bpf: add task and task/file targets
` [RFC PATCH bpf-next 09/16] bpf: add bpf_seq_printf and bpf_seq_write helpers
` [RFC PATCH bpf-next 10/16] bpf: support variable length array in tracing programs
` [RFC PATCH bpf-next 11/16] bpf: implement query for target_proto and file dumper prog_id
` [RFC PATCH bpf-next 12/16] tools/libbpf: libbpf support for bpfdump
` [RFC PATCH bpf-next 13/16] tools/bpftool: add bpf dumper support
` [RFC PATCH bpf-next 14/16] tools/bpf: selftests: add dumper programs for ipv6_route and netlink
` [RFC PATCH bpf-next 15/16] tools/bpf: selftests: add dumper progs for bpf_map/task/task_file
` [RFC PATCH bpf-next 16/16] tools/bpf: selftests: add a selftest for anonymous dumper

[RFC PATCH bpf-next 0/8] bpf_link observability APIs
 2020-04-08 23:44 UTC  (9+ messages)
` [RFC PATCH bpf-next 4/8] bpf: support GET_FD_BY_ID and GET_NEXT_ID for bpf_link
` [RFC PATCH bpf-next 8/8] bpftool: add bpf_link show and pin support

[PATCH bpf] arm: bpf: Fix bugs with ALU64 {RSH, ARSH} BPF_K shift by 0
 2020-04-08 23:17 UTC  (2+ messages)

[PATCH bpf] bpf: Fix use of sk->sk_reuseport from sk_assign
 2020-04-08 23:14 UTC  (3+ messages)

[pull request][net 0/8] Mellanox, mlx5 fixes 2020-04-08
 2020-04-08 22:51 UTC  (9+ messages)
` [net 1/8] net/mlx5: Fix frequent ioread PCI access during recovery
` [net 2/8] net/mlx5: Fix condition for termination table cleanup
` [net 3/8] net/mlx5e: Add missing release firmware call
` [net 4/8] net/mlx5e: Fix nest_level for vlan pop action
` [net 5/8] net/mlx5e: Fix missing pedit action after ct clear action
` [net 6/8] net/mlx5e: Fix pfnum in devlink port attribute
` [net 7/8] net/mlx5e: Fix devlink port netdev unregistration sequence
` [net 8/8] net/mlx5e: CT: Use rhashtable's ct entries instead of a separate list

[PATCH net] net/mlx5e: limit log messages due to (ovs) probing to _once
 2020-04-08 22:42 UTC  (7+ messages)

[RFC 0/6] Regressions for "imply" behavior change
 2020-04-08 22:42 UTC  (12+ messages)
` [RFC 1/6] thunder: select PTP driver if possible
` [RFC 2/6] net/mlx5e: fix VXLAN dependency
` [RFC 3/6] LiquidIO VF: add dependency for PTP_1588_CLOCK
` [RFC 4/6] drm/bridge/sii8620: fix extcon dependency
` [RFC 5/6] drm/rcar-du: fix selection of CMM driver
` [RFC 6/6] drm/rcar-du: fix lvds dependency

[PATCH] net: UDP repair mode for retrieving the send queue of corked UDP socket
 2020-04-08 22:25 UTC  (3+ messages)

[PATCH] Documentation: devlink: fix broken link warning
 2020-04-08 22:09 UTC 

[PATCH] net: phy: marvell: Fix pause frame negotiation
 2020-04-08 21:43 UTC 

Including Bluetooth in Netfilter/eBPF for packet tracing and manipulation
 2020-04-08 21:48 UTC 

[PATCH] net/tls: fix const assignment warning
 2020-04-08 21:34 UTC  (3+ messages)

[PATCH net] net: ipv4: devinet: Fix crash when add/del multicast IP with autojoin
 2020-04-08 21:32 UTC  (2+ messages)

[PATCH] l2tp: Allow management of tunnels and session in user namespace
 2020-04-08 21:31 UTC  (2+ messages)

Changing devlink port flavor dynamically for DSA
 2020-04-08 20:52 UTC  (5+ messages)

iproute2: tc deletion freezes whole server
 2020-04-08 20:18 UTC  (15+ messages)

[PATCH net 0/2] fw upgrade filter fixes
 2020-04-08 20:03 UTC  (4+ messages)
` [PATCH net 1/2] ionic: replay filters after fw upgrade
` [PATCH net 2/2] ionic: set station addr only if needed

[PATCH] net: qrtr: send msgs from local of same id as broadcast
 2020-04-08 19:56 UTC  (4+ messages)
` [PATCH v2] "

Introducing xdp-project.net - an HTML-rendered version of the xdp-project planning docs
 2020-04-08 19:51 UTC  (2+ messages)

[PATCH V3 00/18] net: ks8851: Unify KS8851 SPI and MLL drivers
 2020-04-08 19:49 UTC  (4+ messages)

[PATCH v2] net/mlx5: add the missing space character
 2020-04-08 19:42 UTC  (2+ messages)

[RFC] net/mlx5: Fix failing fw tracer allocation on s390
 2020-04-08 19:38 UTC  (3+ messages)

[RFC 0/1] net/mlx5: Failing fw tracer allocation on s390
 2020-04-08 19:36 UTC  (3+ messages)
` [RFC 1/1] net/mlx5: Fix failing "

Weird behavior (bug?) with mq qdisc
 2020-04-08 19:30 UTC  (2+ messages)

[PATCH 1/2] ath11k: fix missing return in ath11k_thermal_set_throttling
 2020-04-08 19:05 UTC  (2+ messages)
` [PATCH 2/2] ath11k: fix ath11k_thermal_unregister() prototype

[PATCH 0/8] loopfs
 2020-04-08 16:41 UTC  (11+ messages)
` [PATCH 1/8] kobject_uevent: remove unneeded netlink_ns check
` [PATCH 2/8] loopfs: implement loopfs
` [PATCH 3/8] loop: use ns_capable for some loop operations
` [PATCH 4/8] kernfs: handle multiple namespace tags
` [PATCH 5/8] kernfs: let objects opt-in to propagating from the initial namespace
` [PATCH 6/8] genhd: add minimal namespace infrastructure
` [PATCH 7/8] loopfs: start attaching correct namespace during loop_add()
` [PATCH 8/8] loopfs: only show devices in their correct instance

[PATCH net-next v1 1/3] net: openvswitch: expand the meters number supported
 2020-04-08 16:01 UTC  (8+ messages)
        ` [ovs-dev] "

[PATCH 00/35] Documentation fixes for Kernel 5.8
 2020-04-08 15:46 UTC  (2+ messages)
` [PATCH 30/35] docs: dt: fix a broken reference for a file converted to json

VRF Issue Since kernel 5
 2020-04-08 15:36 UTC  (14+ messages)

zynq-zturn: macb: Could not attach PHY
 2020-04-08 14:49 UTC 

[PATCH] netns: dangling pointer on netns bind mount point
 2020-04-08 13:48 UTC  (8+ messages)

(repost for 2020y) inconsistency of ethtool feature names for get vs. set
 2020-04-08 13:07 UTC 

[PATCH v2 0/2] Don't generate thousands of new warnings when building docs
 2020-04-08 11:40 UTC  (3+ messages)

[RFC][PATCH v2 1/2] driver core: Revert default driver_deferred_probe_timeout value to 0
 2020-04-08 10:29 UTC  (4+ messages)
` [RFC][PATCH v2 2/2] driver core: Ensure wait_for_device_probe() waits until the deferred_probe_timeout fires

[PATCH v2 net 1/2] net/rds: Replace struct rds_mr's r_refcount with struct kref
 2020-04-08 10:21 UTC  (2+ messages)
` [PATCH v2 net 2/2] net/rds: Fix MR reference counting problem

[PATCH] iwlwifi: actually check allocated conf_tlv pointer
 2020-04-08  9:07 UTC  (4+ messages)

[PATCH] net: qrtr: support qrtr service and lookup route
 2020-04-08  8:25 UTC  (2+ messages)
`  "

Ich finde es interessant
 2020-04-06  3:12 UTC 

[PATCH net 1/2] net/rds: Replace direct refcount_inc() by inline function
 2020-04-08  6:44 UTC  (8+ messages)
` [PATCH net 2/2] net/rds: Fix MR reference counting problem

[PATCH bpf] riscv, bpf: Fix offset range checking for auipc+jalr on RV64
 2020-04-08  5:39 UTC  (2+ messages)

[PATCH v2 1/3] dt-bindings: net: bluetooth: Add rtl8723bs-bluetooth
 2020-04-08  2:42 UTC  (7+ messages)
` [PATCH v2 2/3] Bluetooth: hci_h5: Add support for binding RTL8723BS with device tree
` [PATCH v2 3/3] arm64: allwinner: Enable Bluetooth and WiFi on sopine baseboard

[PATCH v3 0/2] net: mvmdio: avoid error message for optional IRQ
 2020-04-08  1:44 UTC  (3+ messages)

[PATCH net 1/1] tc-testing: remove duplicate code in tdc.py
 2020-04-08  1:39 UTC  (2+ messages)

[PATCH net] hsr: check protocol version in hsr_newlink()
 2020-04-08  1:35 UTC  (2+ messages)

[PATCH] Documentation: mdio_bus.c - fix warnings
 2020-04-08  1:35 UTC  (2+ messages)

[PATCH net] net: sched: Fix setting last executed chain on skb extension
 2020-04-08  1:33 UTC  (2+ messages)

[PATCH] net: revert default NAPI poll timeout to 2 jiffies
 2020-04-08  1:31 UTC  (2+ messages)

[PATCH v2 net 1/2] net: dsa: mt7530: move mt7623 settings out off the mt7530
 2020-04-08  1:29 UTC  (3+ messages)
` [PATCH v2 net 2/2] net: ethernet: mediatek: "


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