netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-18 21:35:58 to 2022-02-20 09:58:41 UTC [more...]

[PATCH V8 mlx5-next 00/15] Add mlx5 live migration driver and v2 migration protocol
 2022-02-20  9:57 UTC  (4+ 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 net v2 1/1] net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
 2022-02-20  9:32 UTC 

[PATCH net-next v3 0/5] Add support for locked bridge ports (for 802.1X)
 2022-02-20  9:21 UTC  (15+ 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 3/5] net: dsa: Add support for offloaded "
` [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] ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possible
 2022-02-20  8:48 UTC  (3+ messages)

[PATCH 00/22] Don't use kmalloc() with GFP_DMA
 2022-02-20  8:40 UTC  (51+ messages)
` [PATCH 01/22] parisc: pci-dma: remove stale code and comment
` [PATCH 02/22] net: moxa: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 03/22] gpu: ipu-v3: "
` [PATCH 04/22] drm/sti: Don't use GFP_DMA when calling dma_alloc_wc()
` [PATCH 05/22] sound: n64: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 06/22] fbdev: da8xx: "
` [PATCH 07/22] fbdev: mx3fb: Don't use GFP_DMA when calling dma_alloc_wc()
` [PATCH 08/22] usb: gadget: lpc32xx_udc: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 09/22] usb: cdns3: "
` [PATCH 10/22] uio: pruss: "
` [PATCH 11/22] staging: emxx_udc: "
` [PATCH 12/22] "
` [PATCH 13/22] spi: atmel: "
` [PATCH 14/22] spi: spi-ti-qspi: "
` [PATCH 15/22] usb: cdns3: Don't use GFP_DMA32 when calling dma_pool_alloc()
` [PATCH 16/22] usb: udc: lpc32xx: Don't use GFP_DMA "
` [PATCH 17/22] net: marvell: prestera: "
` [PATCH 18/22] net: ethernet: mtk-star-emac: Don't use GFP_DMA when calling dmam_alloc_coherent()
` [PATCH 19/22] ethernet: rocker: Use dma_alloc_noncoherent() for dma buffer
` [PATCH 20/22] HID: intel-ish-hid: "
` [PATCH 21/22] mmc: wbsd: "
` [PATCH 22/22] mtd: rawnand: "

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

[PATCH net-next v3 0/9] net: add skb drop reasons to TCP packet receive
 2022-02-20  7:06 UTC  (10+ 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] 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  (6+ 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  (3+ 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  (3+ messages)

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

[Issue report] drivers/ftgmac100: DHCP occasionally fails during boot up or link down/up
 2022-02-19 18:28 UTC  (4+ messages)

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

[PATCH net-next 0/2] net: phylink: remove pcs_poll
 2022-02-19 16:50 UTC  (4+ messages)
` [PATCH net-next 1/2] net: dsa: "
` [PATCH net-next 2/2] net: phylink: remove phylink_config's pcs_poll

[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 net-next 0/2] ipv4: Invalidate neighbour for broadcast address upon address addition
 2022-02-19 15:45 UTC  (3+ messages)
` [PATCH net-next 1/2] "
` [PATCH net-next 2/2] selftests: fib_test: Add a test case for IPv4 broadcast neighbours

[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

[PATCH net-next 0/2] sfc: optimize RXQs count and affinities
 2022-02-19 13:53 UTC  (16+ messages)
` [PATCH net-next 1/2] sfc: default config to 1 channel/core in local NUMA node only
` [PATCH net-next resend 0/2] sfc: optimize RXQs count and affinities
  ` [PATCH net-next resend 1/2] sfc: default config to 1 channel/core in local NUMA node only
  ` [PATCH net-next resend 2/2] sfc: set affinity hints "

[PATCH net-next 0/3] Conntrack GRE offload
 2022-02-19 12:51 UTC  (7+ messages)
` [PATCH net-next 1/3] netfilter: flowtable: Support GRE

[PATCH net 0/7] mptcp: Fix address advertisement races and stabilize tests
 2022-02-19 12:40 UTC  (5+ messages)
` [PATCH net 6/7] selftests: mptcp: more robust signal race test
` [PATCH net 7/7] selftests: mptcp: be more conservative with cookie MPJ limits

[PATCH net-next 1/1] i40e: remove dead stores on XSK hotpath
 2022-02-19 12:40 UTC  (2+ messages)

[syzbot] general protection fault in vhost_iotlb_itree_first
 2022-02-19  9:18 UTC 

[PATCH net-next-internal 1/1] ibmvnic: Drop IBMVNIC_BUFFER_HLEN
 2022-02-19  6:09 UTC 

[PATCH net-next v4 1/1] net: Add new protocol attribute to IP addresses
 2022-02-19  5:50 UTC  (2+ messages)

[PATCH net-next 0/2] Add checks for incoming packet addresses
 2022-02-19  5:50 UTC  (2+ messages)

[PATCH net v2] mctp: Fix incorrect netdev unref for extended addr
 2022-02-19  5:42 UTC  (2+ messages)

[PATCH net] nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac()
 2022-02-19  5:20 UTC  (2+ messages)

[PATCH net-next] net: dm9051: Fix use after free in dm9051_loop_tx()
 2022-02-19  5:07 UTC  (2+ messages)

[PATCH net-next v6 0/7] ice: GTP support in switchdev
 2022-02-19  5:03 UTC  (3+ messages)
` [PATCH net-next v6 6/7] ice: Fix FV offset searching

[PATCH net-next v7 0/8] new Fungible Ethernet driver
 2022-02-19  4:58 UTC  (10+ messages)
` [PATCH net-next v7 1/8] PCI: Add Fungible Vendor ID to pci_ids.h
` [PATCH net-next v7 2/8] net/fungible: Add service module for Fungible drivers
` [PATCH net-next v7 3/8] net/funeth: probing and netdev ops
` [PATCH net-next v7 4/8] net/funeth: ethtool operations
` [PATCH net-next v7 5/8] net/funeth: devlink support
` [PATCH net-next v7 6/8] net/funeth: add the data path
` [PATCH net-next v7 7/8] net/funeth: add kTLS TX control part
` [PATCH net-next v7 8/8] net/fungible: Kconfig, Makefiles, and MAINTAINERS

[PATCH net] MAINTAINERS: rmnet: Update email addresses
 2022-02-19  4:50 UTC  (2+ messages)

[BUG/PATCH v3] net: mvpp2: always set port pcs ops
 2022-02-19  4:44 UTC  (3+ messages)

[PATCH net-next v2 0/9] net: add skb drop reasons to TCP packet receive
 2022-02-19  4:40 UTC  (3+ messages)
` [PATCH net-next v2 1/9] net: tcp: introduce tcp_drop_reason()

[PATCH net-next 0/4] ionic: driver updates
 2022-02-19  4:38 UTC  (5+ messages)
` [PATCH net-next 1/4] ionic: catch transition back to RUNNING with fw_generation 0

[PATCH] net: stmmac: Enable NAPI before interrupts go live
 2022-02-19  4:33 UTC  (4+ messages)

[net-next PATCH 0/2] Add ethtool support for completion event size
 2022-02-19  4:29 UTC  (4+ messages)

[PATCH v7 net-next] net-core: add InDropOtherhost counter
 2022-02-19  4:12 UTC  (4+ messages)

[PATCH bpf-next v2 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
 2022-02-19  3:15 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf: Add some description about BPF_JIT_ALWAYS_ON in Kconfig
` [PATCH bpf-next v2 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable "

[PATCH 0/8] bpf: Add fprobe link
 2022-02-19  2:10 UTC  (16+ messages)

[PATCH v2 0/4] vdpa tool enhancements
 2022-02-19  0:31 UTC  (5+ messages)
` [PATCH v2 1/4] vdpa: Remove unsupported command line option
` [PATCH v2 2/4] vdpa: Allow for printing negotiated features of a device

[PATCH] net/smc: Add autocork support
 2022-02-18 23:42 UTC  (9+ messages)

[syzbot] INFO: task hung in vhost_work_dev_flush
 2022-02-18 23:23 UTC 

[PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2022-02-18
 2022-02-18 21:55 UTC  (6+ messages)
` [PATCH net 1/5] ice: Match on all profiles in slow-path
` [PATCH net 2/5] ice: fix setting l4 port flag when adding filter
` [PATCH net 3/5] ice: fix concurrent reset and removal of VFs
` [PATCH net 4/5] ice: check the return of ice_ptp_gettimex64
` [PATCH net 5/5] ice: initialize local variable 'tlv'

[PATCH net] net: amd-xgbe: Replace kasprintf() with snprintf() for debugfs name
 2022-02-18 21:46 UTC  (3+ messages)


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