netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-11 22:49:16 to 2021-03-12 16:52:24 UTC [more...]

[PATCH net-next 00/10] net: Resilient NH groups: netdevsim, selftests
 2021-03-12 16:50 UTC  (9+ messages)
` [PATCH net-next 01/10] netdevsim: fib: Introduce a lock to guard nexthop hashtable
` [PATCH net-next 02/10] netdevsim: Create a helper for setting nexthop hardware flags
` [PATCH net-next 03/10] netdevsim: Add support for resilient nexthop groups
` [PATCH net-next 04/10] netdevsim: Allow reporting activity on nexthop buckets
` [PATCH net-next 05/10] selftests: fib_nexthops: Declutter test output
` [PATCH net-next 06/10] selftests: fib_nexthops: List each test case in a different line
` [PATCH net-next 07/10] selftests: fib_nexthops: Test resilient nexthop groups
` [PATCH net-next 08/10] selftests: forwarding: Add resilient hashing test

[PATCH net-next 0/4] gro: micro-optimize dev_gro_receive()
 2021-03-12 16:47 UTC  (7+ messages)
` [PATCH net-next 1/4] gro: give 'hash' variable in dev_gro_receive() a less confusing name
` [PATCH net-next 2/4] gro: don't dereference napi->gro_hash[x] multiple times in dev_gro_receive()
` [PATCH net-next 3/4] gro: simplify gro_list_prepare()
` [PATCH net-next 4/4] gro: improve flow distribution across GRO buckets in dev_gro_receive()

[PATCH net-next] net: ipv6: addrconf: Add accept_ra_prefix_route
 2021-03-12 16:41 UTC  (5+ messages)

VRF leaking doesn't work
 2021-03-12 16:39 UTC  (4+ messages)

[PATCH net] wireless/nl80211: fix wdev_id may be used uninitialized
 2021-03-12 16:36 UTC 

cleanup unused or almost unused IOMMU APIs and the FSL PAMU driver
 2021-03-12 16:18 UTC  (8+ messages)
` [PATCH 14/17] iommu: remove DOMAIN_ATTR_DMA_USE_FLUSH_QUEUE

[PATCH net-next 0/6] net: dsa: hellcreek: Add support for dumping tables
 2021-03-12 16:11 UTC  (11+ messages)
` [PATCH net-next 2/6] net: dsa: hellcreek: Report META data usage
` [PATCH net-next 4/6] net: dsa: hellcreek: Use boolean value
` [PATCH net-next 5/6] net: dsa: hellcreek: Move common code to helper
` [PATCH net-next 6/6] net: dsa: hellcreek: Add devlink FDB region

[PATCH net-next] net: ocelot: Extend MRP
 2021-03-12 16:08 UTC  (5+ messages)

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-12 16:03 UTC  (13+ messages)
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

[PATCH 0/1] pull request for net-next: batman-adv 2021-03-12
 2021-03-12 15:47 UTC  (2+ messages)
` [PATCH 1/1] batman-adv: Use netif_rx_any_context()

[PATCH 0/7 v4] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-12 15:43 UTC  (8+ messages)
` [PATCH 1/7] mm/page_alloc: Move gfp_allowed_mask enforcement to prepare_alloc_pages
` [PATCH 2/7] mm/page_alloc: Rename alloced to allocated
` [PATCH 3/7] mm/page_alloc: Add a bulk page allocator
` [PATCH 4/7] SUNRPC: Set rq_page_end differently
` [PATCH 5/7] SUNRPC: Refresh rq_pages using a bulk page allocator
` [PATCH 6/7] net: page_pool: refactor dma_map into own function page_pool_dma_map
` [PATCH 7/7] net: page_pool: use alloc_pages_bulk in refill code path

[RFC PATCH v6 00/22] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-03-12 15:33 UTC  (20+ messages)
` [RFC PATCH v6 01/22] af_vsock: update functions for connectible socket
` [RFC PATCH v6 02/22] af_vsock: separate wait data loop
` [RFC PATCH v6 04/22] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v6 06/22] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v6 07/22] af_vsock: rest of SEQPACKET support
` [RFC PATCH v6 08/22] af_vsock: update comments for stream sockets
` [RFC PATCH v6 09/22] virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
` [RFC PATCH v6 10/22] virtio/vsock: simplify credit update function API
` [RFC PATCH v6 12/22] virtio/vsock: fetch length for SEQPACKET record

[net-next 1/2] xen-netback: add module parameter to disable ctrl-ring
 2021-03-12 15:18 UTC  (4+ messages)

[PATCH 00/10] Rid W=1 warnings from OF
 2021-03-12 15:18 UTC  (4+ messages)
` [PATCH 08/10] of: of_net: Demote non-conforming kernel-doc header

[PATCH net] selftests/bpf: set gopt opt_class to 0 if get tunnel opt failed
 2021-03-12 15:15 UTC  (3+ messages)

[PATCH net] net: ipa: terminate message handler arrays
 2021-03-12 15:12 UTC 

[PATCH net-next v3 00/16] net: xps: improve the xps maps handling
 2021-03-12 15:04 UTC  (17+ messages)
` [PATCH net-next v3 01/16] net-sysfs: convert xps_cpus_show to bitmap_zalloc
` [PATCH net-next v3 02/16] net-sysfs: store the return of get_netdev_queue_index in an unsigned int
` [PATCH net-next v3 03/16] net-sysfs: make xps_cpus_show and xps_rxqs_show consistent
` [PATCH net-next v3 04/16] net: embed num_tc in the xps maps
` [PATCH net-next v3 05/16] net: embed nr_ids "
` [PATCH net-next v3 06/16] net: assert the rtnl lock is held when calling __netif_set_xps_queue
` [PATCH net-next v3 07/16] net: remove the xps possible_mask
` [PATCH net-next v3 08/16] net: move the xps maps to an array
` [PATCH net-next v3 09/16] net: add an helper to copy xps maps to the new dev_maps
` [PATCH net-next v3 10/16] net: improve queue removal readability in __netif_set_xps_queue
` [PATCH net-next v3 11/16] net-sysfs: move the rtnl unlock up in the xps show helpers
` [PATCH net-next v3 12/16] net-sysfs: move the xps cpus/rxqs retrieval in a common function
` [PATCH net-next v3 13/16] net: fix use after free in xps
` [PATCH net-next v3 14/16] net: NULL the old xps map entries when freeing them
` [PATCH net-next v3 15/16] net/mlx5e: take the rtnl lock when calling netif_set_xps_queue
` [PATCH net-next v3 16/16] virtio_net: take the rtnl lock when calling virtnet_set_affinity

[BUG] net/ppp: A use after free in ppp_unregister_channe
 2021-03-12 14:47 UTC  (3+ messages)
  `  "

[PATCH v3 net-next 0/3] net/sched: act_police: add support for packet-per-second policing
 2021-03-12 14:22 UTC  (5+ messages)
` [PATCH v3 net-next 1/3] flow_offload: "
` [PATCH v3 net-next 2/3] flow_offload: reject configuration of packet-per-second policing in offload drivers
` [PATCH v3 net-next 3/3] net/sched: act_police: add support for packet-per-second policing

[PATCH net-next v2] net: sock: simplify tw proto registration
 2021-03-12 14:15 UTC  (3+ messages)

[PATCH] vhost: Fix vhost_vq_reset()
 2021-03-12 14:09 UTC 

[PATCH mlx5-next v7 0/4] Dynamically assign MSI-X vectors count
 2021-03-12 13:36 UTC  (10+ messages)

[Patch bpf-next v4 00/11] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-12 12:02 UTC  (9+ messages)
` [Patch bpf-next v4 02/11] skmsg: introduce a spinlock to protect ingress_msg
` [Patch bpf-next v4 03/11] skmsg: introduce skb_send_sock() for sock_map
` [Patch bpf-next v4 04/11] skmsg: avoid lock_sock() in sk_psock_backlog()

[PATCH 0/5] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-12 12:01 UTC  (5+ messages)
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

[PATCH net-next v5 1/2] net: Add a WWAN subsystem
 2021-03-12 11:49 UTC  (7+ messages)
` [PATCH net-next v5 2/2] net: Add Qcom WWAN control driver

[PATCH 0/4] Rid W=1 warnings from PTP
 2021-03-12 11:09 UTC  (5+ messages)
` [PATCH 1/4] ptp_pch: Remove unused function 'pch_ch_control_read()'
` [PATCH 2/4] ptp_pch: Move 'pch_*()' prototypes to shared header
` [PATCH 3/4] ptp: ptp_clockmatrix: Demote non-kernel-doc header to standard comment
` [PATCH 4/4] ptp: ptp_p: Demote non-conformant kernel-doc headers and supply a param description

[PATCH V2 net-next 1/2] net: dsa: bcm_sf2: store PHY interface/mode in port structure
 2021-03-12 10:41 UTC  (2+ messages)
` [PATCH V2 net-next 2/2] net: dsa: bcm_sf2: setup BCM4908 internal crossbar

[PATCH] igb: avoid premature Rx buffer reuse
 2021-03-12 10:24 UTC  (4+ messages)

[PATCH RESEND net-next] tracing: remove holes in events
 2021-03-12 10:08 UTC 

[PATCH] net: dsa: bcm_sf2: setup BCM4908 internal crossbar
 2021-03-12 10:01 UTC  (5+ messages)

[PATCH 4.19-stable 1/3] tcp: annotate tp->copied_seq lockless reads
 2021-03-12  9:51 UTC  (4+ messages)
` [PATCH 4.19-stable 2/3] tcp: annotate tp->write_seq "
` [PATCH 4.19-stable 3/3] tcp: add sanity tests to TCP_QUEUE_SEQ

[PATCH bpf-next v3 0/4] Expose network namespace cookies to user space
 2021-03-12  9:57 UTC  (2+ messages)

[PATCH RFC net-next] taprio: Handle short intervals and large packets
 2021-03-12  9:28 UTC 

[PATCH net-next 0/2] axienet clock additions
 2021-03-12  8:53 UTC  (6+ messages)
` [PATCH net-next 1/2] dt-bindings: net: xilinx_axienet: Document additional clocks
` [PATCH net-next 2/2] net: axienet: Enable more clocks

[PATCH net-next 0/4] net: hns3: support imp-controlled PHYs
 2021-03-12  8:50 UTC  (5+ messages)
` [PATCH net-next 1/4] net: hns3: add support for "
` [PATCH net-next 2/4] net: hns3: add get/set pause parameters "
` [PATCH net-next 3/4] net: hns3: add ioctl "
` [PATCH net-next 4/4] net: hns3: add phy loopback "

[PATCH net] mptcp: fix bit MPTCP_PUSH_PENDING tests
 2021-03-12  8:11 UTC  (2+ messages)

[PATCH net] net: dsa: mt7530: setup core clock even in TRGMII mode
 2021-03-12  8:07 UTC  (2+ messages)
` [PATCH net,v2] "

[PATCH] ia64: tools: add generic errno.h definition
 2021-03-12  7:51 UTC 

[PATCH net-next 23/23] net: ethernet: mtk_eth_soc: fix parsing packets in GDM
 2021-03-12  7:36 UTC  (2+ messages)

[net-next 2/2] xen-netback: add module parameter to disable dynamic multicast control
 2021-03-12  7:35 UTC  (2+ messages)

[PATCH 0/5 v3] Introduce a bulk order-0 page allocator with two in-tree users
 2021-03-12  7:32 UTC  (4+ messages)
` [PATCH 2/5] mm/page_alloc: Add a bulk page allocator

[PATCH] net: ipv4: route.c: Fix indentation of multi line comment
 2021-03-12  7:30 UTC 

[PATCH] net: ethernet: dec: tulip: Random spelling fixes throughout the file pnic2.c
 2021-03-12  7:23 UTC  (2+ messages)

[PATCH v10 00/20] dlb: introduce DLB device driver
 2021-03-12  7:18 UTC  (3+ messages)

[PATCH V3 0/6] vDPA/ifcvf: enables Intel C5000X-PL virtio-net
 2021-03-12  7:08 UTC  (10+ messages)
` [PATCH V3 6/6] vDPA/ifcvf: verify mandatory feature bits for vDPA

[syzbot] KASAN: use-after-free Read in firmware_fallback_sysfs
 2021-03-12  6:39 UTC 

[PATCH 0/2] vhost-vdpa: fix issues around v->config_ctx handling
 2021-03-12  6:34 UTC  (6+ messages)
` [PATCH 1/2] vhost-vdpa: fix use-after-free of v->config_ctx
` [PATCH 2/2] vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() fails

[PATCH] net: socket.c: Fix comparison issues
 2021-03-12  4:05 UTC  (2+ messages)

[PATCH] icmp: support rfc 5837
 2021-03-12  3:10 UTC  (6+ messages)
` [RFC PATCH] icmp: icmp_identify_arrival_interface() can be static

[PATCH] isdn: remove extra spaces in the header file
 2021-03-12  2:30 UTC  (2+ messages)

[PATCH] net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_template
 2021-03-12  2:30 UTC  (2+ messages)

[PATCH] mISDN: fix crash in fritzpci
 2021-03-12  2:30 UTC  (2+ messages)

[PATCH net v2] net: phy: broadcom: Add power down exit reset state delay
 2021-03-12  2:30 UTC  (2+ messages)

[PATCH] tracing: remove holes in events
 2021-03-12  2:21 UTC  (3+ messages)

[net-next v2 1/2] tipc: convert dest node's address to network order
 2021-03-12  2:20 UTC  (2+ messages)
` [net-next v2 2/2] tipc: clean up warnings detected by sparse

[PATCH net-next v4] Add Mellanox BlueField Gigabit Ethernet driver
 2021-03-12  2:19 UTC  (3+ messages)

[net-next 1/2] tipc: convert dest node's address to network order
 2021-03-12  2:10 UTC  (2+ messages)

[PATCH net] net: lapbether: Prevent racing when checking whether the netif is running
 2021-03-12  1:40 UTC  (8+ messages)

[PATCH net 0/2] Bugfixes for HTB
 2021-03-12  1:36 UTC  (2+ messages)

[PATCH bpf-next] bpf: Make symbol 'bpf_task_storage_busy' static
 2021-03-12  1:27 UTC  (2+ messages)

linux-next: build failure after merge of the bpf-next tree
 2021-03-12  1:00 UTC  (3+ messages)

[PATCH net] net: phy: broadcom: Fix RGMII delays for BCM50160 and BCM50610M
 2021-03-12  0:52 UTC 

[PATCH] ftgmac100: Restart MAC HW once
 2021-03-12  0:34 UTC 

[PATCH 0/5] qcom: wcnss: Allow overriding firmware form DT
 2021-03-12  0:33 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: soc: qcom: wcnss: Add firmware-name property
` [PATCH 2/5] wcn36xx: Allow firmware name to be overridden by DT
` [PATCH 3/5] soc: qcom: wcnss_ctrl: Introduce local variable "dev"
` [PATCH 4/5] soc: qcom: wcnss_ctrl: Allow reading firmware-name from DT
` [PATCH 5/5] arm64: dts: qcom: msm8916: Enable modem and WiFi

[PATCH net-next 0/6] mlxsw: Implement sampling using mirroring
 2021-03-12  0:30 UTC  (2+ messages)

[PATCH net-next 0/2] SRv6: SRH processing improvements
 2021-03-12  0:30 UTC  (2+ messages)

[PATCH net-next v2 00/14] nexthop: Resilient next-hop groups
 2021-03-12  0:30 UTC  (2+ messages)

[net-next 01/15] net/mlx5: Don't skip vport check
 2021-03-12  0:30 UTC  (2+ messages)

[PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2021-03-11
 2021-03-12  0:30 UTC  (2+ messages)

[PATCH 0/4] fix ftgmac100 issues on aspeed soc
 2021-03-12  0:28 UTC  (5+ messages)
` [PATCH 4/4] ftgmac100: Restart MAC HW once

[PATCH net-next 0/2] net: hns3: two updates for -next
 2021-03-12  0:10 UTC  (2+ messages)

[PATCH v2] netdevsim: fib: Remove redundant code
 2021-03-12  0:10 UTC  (2+ messages)

[PATCH] net/mlx5: use kvfree() for memory allocated with kvzalloc()
 2021-03-11 23:26 UTC  (3+ messages)

[PATCH] net/mlx5: remove unneeded semicolon
 2021-03-11 23:24 UTC  (4+ messages)

[RFC Patch v1 0/3] Introduce ENA local page cache
 2021-03-11 23:15 UTC  (5+ messages)
` [RFC Patch v1 1/3] net: ena: implement local page cache (LPC) system

[PATCH] tcp: relookup sock for RST+ACK packets handled by obsolete req sock
 2021-03-11 23:07 UTC 

[PATCH] net: mellanox: mlx5: fix error return code in mlx5_fpga_device_start()
 2021-03-11 22:51 UTC  (3+ messages)

[PATCH] net/mlx5e: allocate 'indirection_rqt' buffer dynamically
 2021-03-11 22:48 UTC  (3+ messages)

[PATCH v3 00/15] arm64 / clk: socfpga: simplifying, cleanups and compile testing
 2021-03-11 22:48 UTC  (3+ messages)
` [PATCH v3 12/15] fpga: altera: use ARCH_INTEL_SOCFPGA also for 32-bit ARM SoCs


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