netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-08 14:58:52 to 2021-03-09 14:05:08 UTC [more...]

[PATCH intel-net 0/3] intel: Rx headroom fixes
 2021-03-09 14:04 UTC  (5+ messages)
` [PATCH intel-net 1/3] i40e: move headroom initialization to i40e_configure_rx_ring
  ` [Intel-wired-lan] "
` [PATCH intel-net 2/3] ice: move headroom initialization to ice_setup_rx_ctx
  ` [Intel-wired-lan] "

[PATCH v2 0/2] net: prevent infinite loop caused by incorrect proto from virtio_net_hdr_set_proto
 2021-03-09 14:02 UTC  (11+ messages)
` [PATCH v2 1/2] net: check if protocol extracted by virtio_net_hdr_set_proto is correct
` [PATCH v2 2/2] net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0

Linux Ipv6 stats support
 2021-03-09 14:01 UTC  (4+ messages)

[PATCH net] net: lapbether: Remove netif_start_queue / netif_stop_queue
 2021-03-09 13:48 UTC  (2+ messages)

[PATCH] net: bridge: fix error return code of do_update_counters()
 2021-03-09 13:31 UTC  (3+ messages)

[PATCH net-next RFC] net: x25: Queue received packets in the drivers instead of per-CPU queues
 2021-03-09 13:23 UTC  (2+ messages)

[PATCH net-next v3 0/6] net: qualcomm: rmnet: stop using C bit-fields
 2021-03-09 12:48 UTC  (7+ messages)
` [PATCH net-next v3 1/6] net: qualcomm: rmnet: mark trailer field endianness
` [PATCH net-next v3 2/6] net: qualcomm: rmnet: simplify some byte order logic
` [PATCH net-next v3 3/6] net: qualcomm: rmnet: kill RMNET_MAP_GET_*() accessor macros
` [PATCH net-next v3 4/6] net: qualcomm: rmnet: use field masks instead of C bit-fields
` [PATCH net-next v3 5/6] net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum trailer
` [PATCH net-next v3 6/6] net: qualcomm: rmnet: don't use C bit-fields in rmnet checksum header

mlx5 sub function issue
 2021-03-09 12:36 UTC  (5+ messages)

[PATCH] perf machine: Assign boolean values to a bool variable
 2021-03-09 12:10 UTC  (2+ messages)

[PATCH net v3 0/2] net: prevent infinite loop caused by incorrect proto from virtio_net_hdr_set_proto
 2021-03-09 11:31 UTC  (3+ messages)
` [PATCH net v3 1/2] net: check if protocol extracted by virtio_net_hdr_set_proto is correct
` [PATCH net v3 2/2] net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0

[PATCH v2 0/7] remove different PHY fixups
 2021-03-09 11:26 UTC  (8+ messages)
` [PATCH v2 1/7] ARM: imx6q: remove PHY fixup for KSZ9031
` [PATCH v2 2/7] ARM: imx6q: remove TX clock delay of ar8031_phy_fixup()
` [PATCH v2 3/7] ARM: imx6q: remove hand crafted PHY power up in ar8035_phy_fixup()
` [PATCH v2 4/7] ARM: imx6q: remove clk-out fixup for the Atheros AR8031 and AR8035 PHYs
` [PATCH v2 5/7] ARM: imx6q: remove Atheros AR8035 SmartEEE fixup
` [PATCH v2 6/7] ARM: imx6sx: remove Atheros AR8031 PHY fixup
` [PATCH v2 7/7] ARM: imx7d: "

[PATCH] net/sched: act_pedit: fix a NULL pointer deref in tcf_pedit_init
 2021-03-09 11:24 UTC  (3+ messages)
  ` 答复: "

[PATCH v3] ath10k: skip the wait for completion to recovery in shutdown path
 2021-03-09 10:49 UTC  (2+ messages)

[PATCH net-next v3] net: Add Qcom WWAN control driver
 2021-03-09 10:33 UTC  (5+ messages)

[patch 00/14] tasklets: Replace the spin wait loops and make it RT safe
 2021-03-09 10:23 UTC  (16+ messages)
` [patch 01/14] tasklets: Replace barrier() with cpu_relax() in tasklet_unlock_wait()
` [patch 02/14] tasklets: Use static inlines for stub implementations
` [patch 03/14] tasklets: Provide tasklet_disable_in_atomic()
` [patch 04/14] tasklets: Use spin wait in tasklet_disable() temporarily
` [patch 05/14] tasklets: Replace spin wait in tasklet_unlock_wait()
` [patch 06/14] tasklets: Replace spin wait in tasklet_kill()
` [patch 07/14] tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RT
` [patch 08/14] net: jme: Replace link-change tasklet with work
` [patch 09/14] net: sundance: Use tasklet_disable_in_atomic()
` [patch 10/14] ath9k: "
` [patch 11/14] atm: eni: Use tasklet_disable_in_atomic() in the send() callback
` [patch 12/14] PCI: hv: Use tasklet_disable_in_atomic()
` [patch 13/14] firewire: ohci: Use tasklet_disable_in_atomic() where required
` [patch 14/14] tasklets: Switch tasklet_disable() to the sleep wait variant

[PATCHv2 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-03-09 10:13 UTC  (5+ messages)
` [PATCHv2 bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCHv2 bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCHv2 bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCHv2 bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

seqlock lockdep false positives?
 2021-03-09 10:12 UTC  (7+ messages)

[PATCH bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-03-09  9:53 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCH bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCH bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCH bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCH] net: mellanox: mlx5: fix error return code of mlx5e_stats_flower()
 2021-03-09  9:44 UTC  (5+ messages)

[PATCH v10 00/20] dlb: introduce DLB device driver
 2021-03-09  9:29 UTC  (9+ messages)
` [PATCH v10 03/20] dlb: add resource and device initialization
` [PATCH v10 04/20] dlb: add device ioctl layer and first three ioctls
` [PATCH v10 05/20] dlb: add scheduling domain configuration
` [PATCH v10 14/20] dlb: add start domain ioctl

[PATCH net] net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridge
 2021-03-09  8:57 UTC  (3+ messages)

[PATCH] net: netlink: fix error return code of netlink_proto_init()
 2021-03-09  8:55 UTC  (3+ messages)

macb broken on HiFive Unleashed
 2021-03-09  8:55 UTC  (2+ messages)

[PATCH v2] bus: mhi: Add Qcom WWAN control driver
 2021-03-09  8:32 UTC  (4+ messages)

[PATCH net] ipv6: fix suspecious RCU usage warning
 2021-03-09  8:15 UTC  (3+ messages)

[net PATCH] ixgbe: Fix NULL pointer dereference in ethtool loopback test
 2021-03-09  7:29 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH] e1000e: Fix error handling in e1000_set_d0_lplu_state_82571
 2021-03-09  7:02 UTC  (2+ messages)
` [Intel-wired-lan] "

[RFC net-next] iavf: refactor plan proposal
 2021-03-09  6:09 UTC  (2+ messages)

[PATCH V2 0/4] vDPA/ifcvf: enables Intel C5000X-PL virtio-net
 2021-03-09  5:50 UTC  (13+ messages)
` [PATCH V2 1/4] vDPA/ifcvf: get_vendor_id returns a device specific vendor id
` [PATCH V2 2/4] vDPA/ifcvf: enable Intel C5000X-PL virtio-net for vDPA
` [PATCH V2 3/4] vDPA/ifcvf: rename original IFCVF dev ids to N3000 ids
` [PATCH V2 4/4] vDPA/ifcvf: remove the version number string

[BUG] hitting bug when running spinlock test
 2021-03-09  5:44 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: fix compiler warning in BPF_KPROBE definition in loop6.c
 2021-03-09  5:29 UTC  (2+ messages)

[PATCH v10 01/20] dlb: add skeleton for DLB driver
 2021-03-09  4:53 UTC 

[PATCH] net: add net namespace inode for all net_dev events
 2021-03-09  4:43 UTC 

[PATCH] net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the file chcr_ktls.c
 2021-03-09  3:55 UTC  (2+ messages)

[PATCH net] selftests/bpf: set gopt opt_class to 0 if get tunnel opt failed
 2021-03-09  3:22 UTC 

[PATCH] net: sock: simplify tw proto registration
 2021-03-09  3:10 UTC 

[PATCH v7 net-next] virtio-net: support XDP when not more queues
 2021-03-09  2:47 UTC 

[PATCH v7 net-next] virtio-net: support XDP when not more queues
 2021-03-09  2:17 UTC  (2+ messages)

[RFC PATCH net 0/4] Clear rx-vlan-filter feature in DSA when necessary
 2021-03-09  2:16 UTC  (5+ messages)
` [RFC PATCH net 1/4] net: dsa: on 'bridge vlan add', check for 8021q uppers of all bridge ports
` [RFC PATCH net 2/4] net: dsa: prevent hardware forwarding between unbridged 8021q uppers
` [RFC PATCH net 3/4] net: dsa: don't advertise 'rx-vlan-filter' if VLAN filtering not global
` [RFC PATCH net 4/4] net: dsa: let drivers state that they need VLAN filtering while standalone

[RESEND PATCH v3] seccomp: Improve performance by optimizing rmb()
 2021-03-09  3:03 UTC 

[Patch bpf-next v3 0/9] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-09  0:10 UTC  (5+ messages)
` [Patch bpf-next v3 3/9] udp: implement ->sendmsg_locked()

[PATCH net] net: dsa: xrs700x: check if partner is same as port in hsr join
 2021-03-09  0:10 UTC  (2+ messages)

[PATCH 0/3] fix a couple of atm->phy_data related issues
 2021-03-08 23:30 UTC  (6+ messages)

[PATCH net] mptcp: fix length of ADD_ADDR with port sub-option
 2021-03-08 23:10 UTC  (2+ messages)

[PATCH] net: qrtr: fix error return code of qrtr_sendmsg()
 2021-03-08 23:10 UTC  (2+ messages)

[PATCH] net: bonding: fix error return code of bond_neigh_init()
 2021-03-08 23:00 UTC  (2+ messages)

[PATCH net 0/2] net: dsa: Accept software VLANs for stacked interfaces
 2021-03-08 22:52 UTC  (10+ messages)
` [PATCH net 1/2] "
` [PATCH net 2/2] net: dsa: mv88e6xxx: Never apply VLANs on standalone ports to VTU

[PATCH bpf-next V2 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-03-08 22:14 UTC  (5+ messages)
` [PATCH bpf-next V2 1/2] bpf: BPF-helper for MTU checking add length input

[PATCH bpf V3 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-03-08 21:50 UTC  (4+ messages)
` [PATCH bpf V3 1/2] bpf: BPF-helper for MTU checking add length input
` [PATCH bpf V3 2/2] selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len param

[PATCH 0/2] net: mdio: Add BCM6368 MDIO mux bus controller
 2021-03-08 21:00 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: net: Add bcm6368-mdio-mux bindings
` [PATCH 2/2] net: mdio: Add BCM6368 MDIO mux bus controller

[PATCH v2 net] net: dsa: fix switchdev objects on bridge master mistakenly being applied on ports
 2021-03-08 20:10 UTC  (2+ messages)

[PATCH 1/3] net: davicom: Fix regulator not turned off on failed probe
 2021-03-08 20:10 UTC  (2+ messages)

[PATCH net 1/2] net: enetc: set MAC RX FIFO to recommended value
 2021-03-08 20:10 UTC  (4+ messages)
` [PATCH net 2/2] net: enetc: allow hardware timestamping on TX queues with tc-etf enabled

[PATCH] net: dsa: bcm_sf2: simplify optional reset handling
 2021-03-08 20:00 UTC  (2+ messages)

[PATCH net-next] net: usb: cdc_ncm: emit dev_err on error paths
 2021-03-08 20:00 UTC  (2+ messages)

[PATCH] net: wan: fix error return code of uhdlc_init()
 2021-03-08 20:00 UTC  (2+ messages)

[PATCH net-next] net: usb: log errors to dmesg/syslog
 2021-03-08 20:00 UTC  (2+ messages)

[PATCH] net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()
 2021-03-08 20:00 UTC  (2+ messages)

[PATCH mlx5-next v7 0/4] Dynamically assign MSI-X vectors count
 2021-03-08 19:20 UTC  (5+ messages)

[PATCH bpf-next] libbpf: fix INSTALL flag order
 2021-03-08 18:50 UTC  (2+ messages)

[PATCH v2 bpf] libbpf: fix INSTALL flag order
 2021-03-08 18:50 UTC  (2+ messages)

[PATCH] net: dsa: b53: mmap: Add device tree support
 2021-03-08 18:34 UTC  (3+ messages)

[PATCH] net: dsa: b53: relax is63xx() condition
 2021-03-08 18:25 UTC  (2+ messages)

[PATCH] net/mlx5e: include net/nexthop.h where needed
 2021-03-08 18:23 UTC  (2+ messages)

[syzbot] WARNING in ieee802154_add_seclevel
 2021-03-08 18:21 UTC 

[RFC] devlink: health: add remediation type
 2021-03-08 17:59 UTC  (4+ messages)

stmmac driver timeout issue
 2021-03-08 17:56 UTC  (4+ messages)

[PATCH iproute2] ip: xfrm: add NUL character to security context name before printing
 2021-03-08 17:18 UTC  (2+ messages)

[net-next PATCH v6 00/15] ACPI support for dpaa2 driver
 2021-03-08 16:39 UTC  (7+ messages)
` [net-next PATCH v6 10/15] net: mdio: Add ACPI support code for mdio

[PATCH] net/mlx5e: allocate 'indirection_rqt' buffer dynamically
 2021-03-08 16:28 UTC  (2+ messages)

[PATCH v3 bpf-next] bpf: devmap: move drop error path to devmap for XDP_REDIRECT
 2021-03-08 16:15 UTC  (2+ 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).