netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-19 14:40:00 to 2022-02-21 07:00:36 UTC [more...]

[PATCH v5 00/22] virtio pci support VIRTIO_F_RING_RESET
 2022-02-21  7:00 UTC  (8+ messages)
` [PATCH v5 20/22] virtio_net: set the default max ring num

[PATCH 0/4] RDMA device net namespace support for SMC
 2022-02-21  6:54 UTC  (3+ messages)

[PATCH] xen/netfront: destroy queues before real_num_tx_queues is zeroed
 2022-02-21  6:27 UTC  (2+ messages)

[RFC PATCH net] vrf: fix incorrect dereferencing of skb->cb
 2022-02-21  6:27 UTC  (5+ messages)

[PATCHv2 net-next 0/5] bonding: add IPv6 NS/NA monitor support
 2022-02-21  5:54 UTC  (7+ messages)
` [PATCHv2 net-next 1/5] ipv6: separate ndisc_ns_create() from ndisc_send_ns()
` [PATCHv2 net-next 2/5] Bonding: split bond_handle_vlan from bond_arp_send
` [PATCHv2 net-next 3/5] bonding: add extra field for bond_opt_value
` [PATCHv2 net-next 4/5] bonding: add new parameter ns_targets
` [PATCHv2 net-next 5/5] bonding: add new option ns_ip6_target
` [PATCHv2 iproute2-next] bond: add ns_ip6_target option

[PATCH net-next v3 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-02-21  5:34 UTC  (5+ messages)
` [PATCH net-next v3 1/4] skbuff: introduce kfree_skb_list_reason()
` [PATCH net-next v3 2/4] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v3 3/4] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH net-next v3 4/4] net: tun: track dropped skb via kfree_skb_reason()

[PATCH] xfrm: fix tunnel model fragmentation behavior
 2022-02-21  5:16 UTC 

[PATCH net-next 0/2] ipv4: Invalidate neighbour for broadcast address upon address addition
 2022-02-21  4:44 UTC  (4+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] selftests: fib_test: Add a test case for IPv4 broadcast neighbours

[PATCH bpf-next v1 00/15] Introduce typed pointer support in BPF maps
 2022-02-21  4:35 UTC  (21+ messages)
` [PATCH bpf-next v1 01/15] bpf: Factor out fd returning from bpf_btf_find_by_name_kind
` [PATCH bpf-next v1 02/15] bpf: Make btf_find_field more generic
` [PATCH bpf-next v1 03/15] bpf: Allow storing PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 04/15] bpf: Allow storing referenced "
` [PATCH bpf-next v1 05/15] bpf: Allow storing PTR_TO_PERCPU_BTF_ID "
` [PATCH bpf-next v1 06/15] bpf: Allow storing __user PTR_TO_BTF_ID "
` [PATCH bpf-next v1 07/15] bpf: Prevent escaping of pointers loaded from maps
` [PATCH bpf-next v1 08/15] bpf: Adapt copy_map_value for multiple offset case
` [PATCH bpf-next v1 09/15] bpf: Populate pairs of btf_id and destructor kfunc in btf
` [PATCH bpf-next v1 10/15] bpf: Wire up freeing of referenced PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 11/15] bpf: Teach verifier about kptr_get style kfunc helpers
` [PATCH bpf-next v1 12/15] net/netfilter: Add bpf_ct_kptr_get helper
` [PATCH bpf-next v1 13/15] libbpf: Add __kptr* macros to bpf_helpers.h
` [PATCH bpf-next v1 14/15] selftests/bpf: Add C tests for PTR_TO_BTF_ID in map
` [PATCH bpf-next v1 15/15] selftests/bpf: Add verifier "

[PATCH v2 0/4] vdpa tool enhancements
 2022-02-21  4:18 UTC  (7+ messages)
` [PATCH v2 2/4] vdpa: Allow for printing negotiated features of a device
` [PATCH v2 3/4] vdpa: Support for configuring max VQ pairs for "
` [PATCH v2 4/4] vdpa: Support reading device features

[PATCH 1/2] Revert "xen-netback: remove 'hotplug-status' once it has served its purpose"
 2022-02-21  3:42 UTC  (2+ messages)
` [PATCH 2/2] Revert "xen-netback: Check for hotplug-status existence before watching"

[net-next:master 36/73] drivers/net/ethernet/pensando/ionic/ionic_lif.c:396:17: error: implicit declaration of function 'vfree'; did you mean 'kvfree'?
 2022-02-21  3:23 UTC 

[PATCH RFC 0/3] bpf: show attached name for progs without btf name
 2022-02-21  2:33 UTC  (6+ messages)
` [PATCH RFC 2/3] bpf: set attached cgroup name in attach_name

[PATCH v2] staging: qlge: add unregister_netdev in qlge_probe
 2022-02-21  2:23 UTC 

[PATCH net-next 00/12] vxlan metadata device vnifiltering support
 2022-02-21  2:11 UTC  (19+ messages)
` [PATCH net-next 01/12] vxlan: move to its own directory
` [PATCH net-next 02/12] vxlan_core: move common declarations to private header file
` [PATCH net-next 03/12] vxlan_core: move some fdb helpers to non-static
` [PATCH net-next 04/12] vxlan_core: make multicast helper take rip and ifindex explicitly
` [PATCH net-next 05/12] vxlan_core: add helper vxlan_vni_in_use
` [PATCH net-next 06/12] rtnetlink: add new rtm tunnel api for tunnel id filtering
` [PATCH net-next 07/12] vxlan_multicast: Move multicast helpers to a separate file
` [PATCH net-next 08/12] vxlan: vni filtering support on collect metadata device
` [PATCH net-next 09/12] selftests: add new tests for vxlan vnifiltering
` [PATCH net-next 10/12] selinux: add support for RTM_NEWTUNNEL, RTM_DELTUNNEL, and RTM_GETTUNNEL
` [PATCH net-next 11/12] drivers: vxlan: vnifilter: per vni stats
` [PATCH net-next 12/12] drivers: vxlan: vnifilter: add support for stats dumping

[PATCH] staging: qlge: add unregister_netdev in qlge_probe
 2022-02-21  1:47 UTC  (3+ messages)

[net-next v8 0/2] net: sched: allow user to select txqueue
 2022-02-21  1:43 UTC  (10+ messages)
` [net-next v8 2/2] net: sched: support hash/classid/cpuid selecting tx queue

[PATCH] bpf: cleanup comments
 2022-02-21  1:29 UTC  (3+ messages)

Unsubscription Incident
 2022-02-20 23:54 UTC  (7+ messages)

[PATCH wpan-next v2 00/14] ieee802154: Synchronous Tx API
 2022-02-20 23:52 UTC  (9+ messages)
` [PATCH wpan-next v2 02/14] net: mac802154: Create a transmit error helper
` [PATCH wpan-next v2 04/14] net: ieee802154: atusb: Call _xmit_error() when a transmission fails
` [PATCH wpan-next v2 13/14] net: mac802154: Introduce a tx queue flushing mechanism
` [PATCH wpan-next v2 14/14] net: mac802154: Introduce a synchronous API for MLME commands

[PATCH wpan-next v2 0/5] ieee802154: Improve durations handling
 2022-02-20 23:05 UTC  (9+ messages)
` [PATCH wpan-next v2 1/5] net: ieee802154: Improve the way supported channels are declared

[net-next:master 56/73] hsr_framereg.c:undefined reference to `lockdep_is_held'
 2022-02-20 19:38 UTC 

[net-next:master 56/73] hsr_framereg.c:(.text.hsr_addr_is_self+0x18): undefined reference to `lockdep_is_held'
 2022-02-20 19:38 UTC 

[net-next:master 36/73] drivers/net/ethernet/pensando/ionic/ionic_lif.c:531:21: warning: assignment to 'struct ionic_desc_info *' from 'int' makes pointer from integer without a cast
 2022-02-20 19:07 UTC 

[PATCH net v4 1/1] openvswitch: Fix setting ipv6 fields causing hw csum failure
 2022-02-20 18:38 UTC  (2+ messages)

[PATCH net v2 1/1] net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
 2022-02-20 18:04 UTC  (2+ messages)

[PATCH] ipv6: prevent a possible race condition with lifetimes
 2022-02-20 17:54 UTC 

[PATCH v2] net: dsa: lan9303: add VLAN IDs to master device
 2022-02-20 17:00 UTC  (3+ messages)

net: stmmac: dwmac-meson8b: interface sometimes does not come up at boot
 2022-02-20 16:51 UTC  (3+ messages)

[PATCH net v3] gso: do not skip outer ip header in case of ipip and net_failover
 2022-02-20 16:31 UTC  (2+ messages)

[PATCH net-next 0/3] net: use kfree_skb_reason() for ip/neighbour
 2022-02-20 15:57 UTC  (4+ messages)
` [PATCH net-next 1/3] net: ip: add skb drop reasons for ip egress path
` [PATCH net-next 2/3] net: neigh: use kfree_skb_reason() for __neigh_event_send()
` [PATCH net-next 3/3] net: neigh: add skb drop reasons to arp_error_report()

[PATCH net] net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends
 2022-02-20 15:40 UTC 

[PATCH net-next] net: hsr: fix hsr build error when lockdep is not enabled
 2022-02-20 15:32 UTC 

[PATCH net-next v3 0/9] net: add skb drop reasons to TCP packet receive
 2022-02-20 14:30 UTC  (11+ messages)
` [PATCH net-next v3 1/9] net: tcp: introduce tcp_drop_reason()
` [PATCH net-next v3 2/9] net: tcp: add skb drop reasons to tcp_v4_rcv()
` [PATCH net-next v3 3/9] net: tcp: use kfree_skb_reason() for tcp_v6_rcv()
` [PATCH net-next v3 4/9] net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
` [PATCH net-next v3 5/9] net: tcp: add skb drop reasons to tcp_add_backlog()
` [PATCH net-next v3 6/9] net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()
` [PATCH net-next v3 7/9] net: tcp: use tcp_drop_reason() for tcp_rcv_established()
` [PATCH net-next v3 8/9] net: tcp: use tcp_drop_reason() for tcp_data_queue()
` [PATCH net-next v3 9/9] net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()

[PATCH v3 0/4] RSS support for VirtioNet
 2022-02-20 13:17 UTC  (8+ messages)
` [PATCH v3 2/4] drivers/net/virtio_net: Added basic RSS support

[PATCH] net: ksz884x: use time_before in netdev_open for compatibility
 2022-02-20 12:21 UTC 

[Issue report] drivers/ftgmac100: DHCP occasionally fails during boot up or link down/up
 2022-02-20 12:26 UTC  (5+ messages)

[PATCH v2 intel-net] ice: avoid XDP checks in ice_clean_tx_irq()
 2022-02-20 11:41 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possible
 2022-02-20 11:32 UTC  (5+ messages)

[PATCH V8 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-20  9:57 UTC  (16+ messages)
` [PATCH V8 mlx5-next 01/15] PCI/IOV: Add pci_iov_vf_id() to get VF index
` [PATCH V8 mlx5-next 02/15] net/mlx5: Reuse exported virtfn index function call
` [PATCH V8 mlx5-next 03/15] net/mlx5: Disable SRIOV before PF removal
` [PATCH V8 mlx5-next 04/15] PCI/IOV: Add pci_iov_get_pf_drvdata() to allow VF reaching the drvdata of a PF
` [PATCH V8 mlx5-next 05/15] net/mlx5: Expose APIs to get/put the mlx5 core device
` [PATCH V8 mlx5-next 06/15] net/mlx5: Introduce migration bits and structures
` [PATCH V8 mlx5-next 07/15] net/mlx5: Add migration commands definitions
` [PATCH V8 mlx5-next 08/15] vfio: Have the core code decode the VFIO_DEVICE_FEATURE ioctl
` [PATCH V8 mlx5-next 09/15] vfio: Define device migration protocol v2
` [PATCH V8 mlx5-next 10/15] vfio: Extend the device migration protocol with RUNNING_P2P
` [PATCH V8 mlx5-next 11/15] vfio: Remove migration protocol v1 documentation
` [PATCH V8 mlx5-next 12/15] vfio/mlx5: Expose migration commands over mlx5 device
` [PATCH V8 mlx5-next 13/15] vfio/mlx5: Implement vfio_pci driver for mlx5 devices
` [PATCH V8 mlx5-next 14/15] vfio/pci: Expose vfio_pci_core_aer_err_detected()
` [PATCH V8 mlx5-next 15/15] vfio/mlx5: Use its own PCI reset_done error handler

[PATCH net-next v3 0/5] Add support for locked bridge ports (for 802.1X)
 2022-02-20  9:21 UTC  (10+ messages)
` [PATCH net-next v3 1/5] net: bridge: Add support for bridge port in locked mode
` [PATCH net-next v3 2/5] net: bridge: Add support for offloading of locked port flag
` [PATCH net-next v3 4/5] net: dsa: mv88e6xxx: Add support for bridge port locked mode
` [PATCH net-next v3 5/5] selftests: forwarding: tests of locked port feature

[PATCH net 0/7] bnxt_en: Bug fixes
 2022-02-20  9:05 UTC  (8+ messages)
` [PATCH net 1/7] bnxt_en: Fix active FEC reporting to ethtool
` [PATCH net 2/7] bnxt_en: Fix offline ethtool selftest with RDMA enabled
` [PATCH net 3/7] bnxt_en: Fix occasional ethtool -t loopback test failures
` [PATCH net 4/7] bnxt_en: Fix incorrect multicast rx mask setting when not requested
` [PATCH net 5/7] bnxt_en: Restore the resets_reliable flag in bnxt_open()
` [PATCH net 6/7] bnxt_en: Increase firmware message response DMA wait time
` [PATCH net 7/7] bnxt_en: Fix devlink fw_activate

[PATCH net 1/1] net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
 2022-02-20  8:48 UTC  (6+ messages)

[PATCH 00/22] Don't use kmalloc() with GFP_DMA
 2022-02-20  8:40 UTC  (10+ messages)
` [PATCH 11/22] staging: emxx_udc: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 17/22] net: marvell: prestera: Don't use GFP_DMA when calling dma_pool_alloc()
` [PATCH 21/22] mmc: wbsd: Use dma_alloc_noncoherent() for dma buffer

[PATCH] mac80211: Use GFP_KERNEL instead of GFP_ATOMIC when possible
 2022-02-20  8:23 UTC 

[PATCH] net: qualcomm: rmnet: Use skb_put_zero() to simplify code
 2022-02-20  6:36 UTC 

[PATCH v2 0/3] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-02-20  5:40 UTC  (8+ messages)
` [PATCH v2 1/3] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH v2 2/3] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH v2 3/3] net: tun: track dropped skb via kfree_skb_reason()

[PATCH v2 net-next] gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()
 2022-02-20  4:11 UTC 

[PATCH net-next v3] net: hsr: fix suspicious RCU usage warning in hsr_node_get_first()
 2022-02-20  4:06 UTC  (4+ messages)

[PATCH net-next] gro_cells: avoid using synchronize_rcu() in gro_cells_destroy()
 2022-02-20  4:06 UTC  (2+ messages)

[PATCH] bpf: Initialize ret to 0 inside btf_populate_kfunc_set()
 2022-02-20  1:40 UTC  (4+ messages)

[PATCH bpf-next v8 00/10] Introduce unstable CT lookup helpers
 2022-02-20  1:13 UTC  (3+ messages)

[PATCH bpf-next] bpftool: Remove usage of reallocarray()
 2022-02-20  0:49 UTC  (3+ messages)

BTF compatibility issue across builds
 2022-02-20  0:28 UTC  (12+ messages)

[PATCH net-next v2 0/6] net: dsa: qca8k: convert to phylink_pcs and mark as non-legacy
 2022-02-19 21:22 UTC  (4+ messages)
` [PATCH net-next v2 1/6] net: dsa: add support for phylink mac_select_pcs()

[PATCH net] net: dsa: avoid call to __dev_set_promiscuity() while rtnl_mutex isn't held
 2022-02-19 21:20 UTC  (2+ messages)

[PATCH net-next] net: prestera: acl: fix 'client_map' buff overflow
 2022-02-19 19:00 UTC  (2+ messages)

[PATCH net-next] net/smc: unlock on error paths in __smc_setsockopt()
 2022-02-19 19:00 UTC  (2+ messages)

[PATCH net-next] net: dsa: microchip: add ksz8563 to ksz9477 I2C driver
 2022-02-19 19:00 UTC  (2+ messages)

[PATCH net-next v4 1/1] net: dsa: microchip: ksz9477: export HW stats over stats64 interface
 2022-02-19 19:00 UTC  (2+ messages)

[RFC PATCH bpf-next v2 0/3] bpf: support string key in htab
 2022-02-19 18:44 UTC  (4+ messages)

[PATCH net-next 0/2] net: phylink: remove pcs_poll
 2022-02-19 16:50 UTC  (2+ messages)

[PATCH net-next v6 0/2] MCTP I2C driver
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH net-next] net: get rid of rtnl_lock_unregistering()
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH net-next v3 0/2] Provide direct access to 1588 one step register
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH] atm: nicstar: Use kcalloc() to simplify code
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH] net: ip6mr: add support for passing full packet on wrong mif
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH net-next v2] net: prestera: flower: fix destroy tmpl in chain
 2022-02-19 16:40 UTC  (2+ messages)

[PATCH] net: dsa: microchip: fix bridging with more than two member ports
 2022-02-19 16:30 UTC  (2+ messages)

[PATCH net v4] net: Force inlining of checksum functions in net/checksum.h
 2022-02-19 16:30 UTC  (2+ messages)

[PATCH] wcn36xx: Initialize channel to NULL inside wcn36xx_change_opchannel()
 2022-02-19 15:29 UTC 

[PATCH net-next] net: sparx5: Support offloading of bridge port flooding flags
 2022-02-19 14:56 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] Split bpf_sk_lookup remote_port field
 2022-02-19 14:37 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Cover 4-byte load from remote_port in bpf_sk_lookup


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