netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-24 02:41:38 to 2021-06-24 16:40:12 UTC [more...]

linux-next: build failure after merge of the net-next tree
 2021-06-24 16:40 UTC  (8+ messages)

[PATCH net] ip6_tunnel: fix GRE6 segmentation
 2021-06-24 16:33 UTC  (9+ messages)

[PATCH net-next v4] net: ip: avoid OOM kills with large UDP sends over loopback
 2021-06-24 16:28 UTC  (4+ messages)

[PATCH v3] brcmfmac: support parse country code map from DT
 2021-06-24 16:20 UTC  (2+ messages)

[PATCH net 1/2] ptp: idt82p33: optimize idt82p33_adjtime
 2021-06-24 16:20 UTC  (9+ messages)
` [PATCH net 2/2] ptp: idt82p33: implement double dco time correction

[PATCH 1/4] net: if_arp: add ARPHRD_PUREIP type
 2021-06-24 16:14 UTC  (10+ messages)

[net-next: PATCH] net: mdiobus: fix fwnode_mdbiobus_register() fallback case
 2021-06-24 16:14 UTC  (2+ messages)

[PATCH bpf-next v5 00/19] Clean up and document RCU-based object protection for XDP and TC BPF
 2021-06-24 16:06 UTC  (20+ messages)
` [PATCH bpf-next v5 01/19] rcu: Create an unrcu_pointer() to remove __rcu from a pointer
` [PATCH bpf-next v5 02/19] doc: Clarify and expand RCU updaters and corresponding readers
` [PATCH bpf-next v5 03/19] doc: Give XDP as example of non-obvious RCU reader/updater pairing
` [PATCH bpf-next v5 04/19] bpf: allow RCU-protected lookups to happen from bh context
` [PATCH bpf-next v5 05/19] xdp: add proper __rcu annotations to redirect map entries
` [PATCH bpf-next v5 06/19] sched: remove unneeded rcu_read_lock() around BPF program invocation
` [PATCH bpf-next v5 07/19] ena: remove rcu_read_lock() around XDP "
` [PATCH bpf-next v5 08/19] bnxt: "
` [PATCH bpf-next v5 09/19] thunderx: "
` [PATCH bpf-next v5 10/19] freescale: "
` [PATCH bpf-next v5 11/19] net: intel: "
` [PATCH bpf-next v5 12/19] marvell: "
` [PATCH bpf-next v5 13/19] mlx4: "
` [PATCH bpf-next v5 14/19] nfp: "
` [PATCH bpf-next v5 15/19] qede: "
` [PATCH bpf-next v5 16/19] sfc: "
` [PATCH bpf-next v5 17/19] netsec: "
` [PATCH bpf-next v5 18/19] stmmac: "
` [PATCH bpf-next v5 19/19] net: ti: "

[RFC 0/3] net: imx: Provide support for L2 switch as switchdev accelerator
 2021-06-24 16:11 UTC  (18+ messages)
` [RFC 1/3] ARM: dts: imx28: Add description for L2 switch on XEA board
` [RFC 2/3] net: Provide switchdev driver for NXP's More Than IP L2 switch

[PATCH 4/4] drivers: net: mediatek: initial implementation of ccmni
 2021-06-24 15:55 UTC  (4+ messages)
` [PATCH 1/4] net: if_arp: add ARPHRD_PUREIP type

[PATCH net 0/7] ibmvnic: Assorted bug fixes
 2021-06-24 16:07 UTC  (16+ messages)
` [PATCH net 1/7] Revert "ibmvnic: simplify reset_long_term_buff function"
` [PATCH net 2/7] Revert "ibmvnic: remove duplicate napi_schedule call in open function"
` [PATCH net 3/7] ibmvnic: clean pending indirect buffs during reset
` [PATCH net 4/7] ibmvnic: account for bufs already saved in indir_buf
` [PATCH net 5/7] ibmvnic: set ltb->buff to NULL after freeing
` [PATCH net 6/7] ibmvnic: free tx_pool if tso_pool alloc fails
` [PATCH net 7/7] ibmvnic: parenthesize a check

[PATCH net] net: dsa: sja1105: fix NULL pointer dereference in sja1105_reload_cbs()
 2021-06-24 15:52 UTC 

[PATCH v2] r8169: Avoid duplicate sysfs entry creation error
 2021-06-24 15:49 UTC 

[PATCH net-next 0/2] sctp: make the PLPMTUD probe more effective and efficient
 2021-06-24 15:48 UTC  (3+ messages)
` [PATCH net-next 1/2] sctp: do black hole detection in search complete state
` [PATCH net-next 2/2] sctp: send the next probe immediately once the last one is acked

[PATCH iproute2] ip route: ignore ENOENT during save if RT_TABLE_MAIN is being dumped
 2021-06-24 15:40 UTC  (4+ messages)
` [PATCHv2 "

[PATCH net-next] net: phy: marvell10g: enable WoL for mv2110
 2021-06-24 15:34 UTC  (6+ messages)

[PATCH net] dev_forward_skb: do not scrub skb mark within the same name space
 2021-06-24 15:26 UTC  (3+ messages)

[PATCH v9 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-06-24 15:16 UTC  (15+ messages)
` [PATCH v9 bpf-next 08/14] bpf: add multi-buff support to the bpf_xdp_adjust_tail() API
` [PATCH v9 bpf-next 10/14] bpf: add multi-buffer support to xdp copy helpers

[PATCH net-next] selftests: net: Change the indication for iface is up
 2021-06-24 15:15 UTC 

[PATCH bpf-next] libbpf: Introduce 'custom_btf_path' to 'bpf_obj_open_opts'
 2021-06-24 15:06 UTC  (2+ messages)

[PATCH net-next 0/2] Document the NXP SJA1110 switch as supported
 2021-06-24 14:55 UTC  (3+ messages)
` [PATCH net-next 1/2] Documentation: net: dsa: add details about SJA1110
` [PATCH net-next 2/2] net: dsa: sja1105: document the SJA1110 in the Kconfig

[PATCH bpf-next v4 00/19] Clean up and document RCU-based object protection for XDP and TC BPF
 2021-06-24 14:52 UTC  (4+ messages)
` [PATCH bpf-next v4 05/19] xdp: add proper __rcu annotations to redirect map entries

[PATCH 0/4] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-06-24 14:53 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] net: phy: adin1100: Add ethtool get_stats support
` [PATCH 3/4] net: phy: adin1100: Add ethtool master-slave support
` [PATCH 4/4] net: phy: adin1100: Add SQI support

[PATCH net-next 0/3] net: hns3: add new debugfs commands
 2021-06-24 14:36 UTC  (4+ messages)
` [PATCH net-next 1/3] net: hns3: add support for FD counter in debugfs
` [PATCH net-next 2/3] net: hns3: add support for dumping MAC umv "
` [PATCH net-next 3/3] net: hns3: add support for link diagnosis info "

[PATCH net-next] ipv6: ICMPV6: add response to ICMPV6 RFC 8335 PROBE messages
 2021-06-24 14:32 UTC  (4+ messages)

[PATCH -next] net: stmmac: Fix an error code in dwmac-ingenic.c
 2021-06-24 14:25 UTC  (2+ messages)

[PATCH net-next 0/3] net: hns3: add support for TX push
 2021-06-24 14:18 UTC  (9+ messages)
` [PATCH net-next 1/3] arm64: barrier: add DGH macros to control memory accesses merging
` [PATCH net-next 2/3] net: hns3: add support for TX push mode

[PATCH bpf-next 2/2] bpf: do not change gso_size during bpf_skb_change_proto()
 2021-06-24 14:05 UTC  (4+ messages)
` [PATCH bpf-next v2 1/4] Revert "bpf: Check for BPF_F_ADJ_ROOM_FIXED_GSO when bpf_skb_change_proto"
  ` [PATCH bpf-next v2 4/4] bpf: more lenient bpf_skb_net_shrink() with BPF_F_ADJ_ROOM_FIXED_GSO

[PATCH net-next V1 0/4] Add option to enable PHY WOL with PMT enabled
 2021-06-24 13:40 UTC  (7+ messages)
` [PATCH net-next V1 3/4] net: stmmac: Reconfigure the PHY WOL settings in stmmac_resume()

[PATCH] e1000e: Fix an error handling path in 'e1000_probe()'
 2021-06-24 13:37 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2 net] ipv6: fix out-of-bound access in ip6_parse_tlv()
 2021-06-24 13:15 UTC  (2+ messages)

[PATCH net-next v3 0/5] Generic XDP improvements
 2021-06-24 13:08 UTC  (8+ messages)
` [PATCH net-next v3 2/5] bitops: add non-atomic bitops for pointers

Issues during assigning addresses on point to point interfaces
 2021-06-24 12:57 UTC  (3+ messages)

[RFC 00/19] Improve the qlge driver based on drivers/staging/qlge/TODO
 2021-06-24 12:49 UTC  (25+ messages)
` [RFC 01/19] staging: qlge: fix incorrect truesize accounting
` [RFC 04/19] staging: qlge: add qlge_* prefix to avoid namespace clashes
` [RFC 06/19] staging: qlge: disable flow control by default
` [RFC 12/19] staging: qlge: rewrite do while loops as for loops in qlge_start_rx_ring
` [RFC 13/19] staging: qlge: rewrite do while loop as for loop in qlge_sem_spinlock
` [RFC 16/19] staging: qlge: remove deadcode in qlge_build_rx_skb
` [RFC 17/19] staging: qlge: fix weird line wrapping

[PATCH] net: tun: fix tun_xdp_one() for IFF_TUN mode
 2021-06-24 12:39 UTC  (28+ messages)
` [PATCH v2 1/4] "
  ` [PATCH v2 4/4] vhost_net: Add self test with tun device
` [PATCH v3 1/5] net: add header len parameter to tun_get_socket(), tap_get_socket()
  ` [PATCH v3 2/5] net: tun: don't assume IFF_VNET_HDR in tun_xdp_one() tx path
  ` [PATCH v3 3/5] vhost_net: remove virtio_net_hdr validation, let tun/tap do it themselves
  ` [PATCH v3 4/5] net: tun: fix tun_xdp_one() for IFF_TUN mode
  ` [PATCH v3 5/5] vhost_net: Add self test with tun device

[PATCH v1 1/1] net/e1000e: Fix spelling mistake "The" -> "This"
 2021-06-24 12:06 UTC 

[PATCHv2 bpf-next] bpf, x86: Remove unused cnt increase from EMIT macro
 2021-06-24 11:50 UTC  (2+ messages)

[PATCH v3 bpf-next 0/8] bpf: Introduce BPF timers
 2021-06-24 11:27 UTC  (2+ messages)

[net-next: PATCH v3 0/6] ACPI MDIO support for Marvell controllers
 2021-06-24 11:10 UTC  (5+ messages)
` [net-next: PATCH v3 2/6] net: mdiobus: Introduce fwnode_mdbiobus_register()

[PATCH v4] sysfs: fix kobject refcount to address races with kobject removal
 2021-06-24 11:09 UTC  (4+ messages)

[PATCH] iwlwifi: select MAC80211_LEDS conditionally
 2021-06-24 11:06 UTC  (3+ messages)

[PATCH net] ipv6: fix out-of-bound access in ip6_parse_tlv()
 2021-06-24 10:08 UTC  (3+ messages)

[PATCH net 0/3] net: macsec: fix key length when offloading
 2021-06-24  9:38 UTC  (4+ messages)
` [PATCH net 1/3] net: macsec: fix the length used to copy the key for offloading
` [PATCH net 2/3] net: phy: mscc: fix macsec key length
` [PATCH net 3/3] net: atlantic: fix the "

[PATCH net] ipv6/netfilter: Drop Packet Too Big with invalid payload
 2021-06-24  9:27 UTC  (3+ messages)

[PATCH bpf-next 0/3] XDP bonding support
 2021-06-24  9:18 UTC  (6+ messages)
` [PATCH bpf-next v2 0/4] "
  ` [PATCH bpf-next v2 1/4] net: bonding: Refactor bond_xmit_hash for use with xdp_buff
  ` [PATCH bpf-next v2 2/4] net: core: Add support for XDP redirection to slave device
  ` [PATCH bpf-next v2 3/4] net: bonding: Add XDP support to the bonding driver
  ` [PATCH bpf-next v2 4/4] devmap: Exclude XDP broadcast to master device

[PATCH v8 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-06-24  9:16 UTC  (14+ messages)
` [PATCH v8 09/10] vduse: "
    `  "

[PATCH] mac80211: add dependency for MAC80211_LEDS
 2021-06-24  8:57 UTC  (3+ messages)

[PATCH net-next v5 00/10] Adding the Sparx5i Switch Driver
 2021-06-24  8:51 UTC  (12+ messages)
` [PATCH net-next v5 01/10] dt-bindings: net: sparx5: Add sparx5-switch bindings
` [PATCH net-next v5 02/10] net: sparx5: add the basic sparx5 driver
` [PATCH net-next v5 03/10] net: sparx5: add hostmode with phylink support
` [PATCH net-next v5 04/10] net: sparx5: add port module support
` [PATCH net-next v5 05/10] net: sparx5: add mactable support
` [PATCH net-next v5 06/10] net: sparx5: add vlan support
` [PATCH net-next v5 07/10] net: sparx5: add switching support
` [PATCH net-next v5 08/10] net: sparx5: add calendar bandwidth allocation support
` [PATCH net-next v5 09/10] net: sparx5: add ethtool configuration and statistics support
` [PATCH net-next v5 10/10] arm64: dts: sparx5: Add the Sparx5 switch node

Realtek 8139 problem on 486
 2021-06-24  8:28 UTC  (22+ messages)

[PATCH] usbnet: add usbnet_event_names[] for kevent
 2021-06-24  7:35 UTC 

pull-request: can 2021-06-24
 2021-06-24  6:42 UTC  (3+ messages)
` [net 1/2] can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for optlen == 0
` [net 2/2] can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in TX path

[syzbot] WARNING: zero-size vmalloc in corrupted
 2021-06-24  6:17 UTC  (3+ messages)

[PATCH] ath10k: remove unused variable in ath10k_htt_rx_h_frag_pn_check
 2021-06-24  6:13 UTC  (2+ messages)

[PATCH v2] virtio_net/vringh: add "else { }" according coding style
 2021-06-24  4:02 UTC  (2+ messages)

[PATCH] ipv6: delete useless dst check in ip6_dst_lookup_tail
 2021-06-24  3:09 UTC 

[PATCH v2] net: bcmgenet: Fix attaching to PYH failed on RPi 4B
 2021-06-24  3:28 UTC  (7+ messages)
    ` [PATCH v3] net: bcmgenet: Add mdio-bcm-unimac soft dependency


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