Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
 messages from 2022-01-07 00:58:50 to 2022-01-07 18:10:12 UTC [more...]

[PATCH v1 00/14] arm64: prepare and add verdin imx8m mini support
 2022-01-07 18:03 UTC  (2+ messages)
` [PATCH v1 04/14] arm64: defconfig: enable bpf/cgroup firewalling

[PATCH net-next] ptp: don't include ptp_clock_kernel.h in spi.h
 2022-01-07 18:03 UTC  (5+ messages)

[PATCH bpf-next 1/2] libbpf: Use IS_ERR_OR_NULL() in hashmap__free()
 2022-01-07 18:02 UTC  (4+ messages)
` [PATCH bpf-next 2/2] bpftool: Fix error check when calling hashmap__new()

[PATCH net-next v2 0/6][pull request] 40GbE Intel Wired LAN Driver Updates 2022-01-07
 2022-01-07 17:57 UTC  (7+ messages)
` [PATCH net-next v2 1/6] i40e: Add ensurance of MacVlan resources for every trusted VF
` [PATCH net-next v2 2/6] i40e: Minimize amount of busy-waiting during AQ send
` [PATCH net-next v2 3/6] i40e: Update FW API version
` [PATCH net-next v2 4/6] i40e: Remove non-inclusive language
` [PATCH net-next v2 5/6] i40e: remove variables set but not used
` [PATCH net-next v2 6/6] iavf: remove an unneeded variable

Observation of a memory leak with commit 314001f0bf92 ("af_unix: Add OOB support")
 2022-01-07 17:54 UTC  (2+ messages)

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

[PATCH net-next v1] mlxbf_gige: add interrupt counts to "ethtool -S"
 2022-01-07 17:41 UTC  (3+ messages)

[PATCH net-next] net: dsa: felix: add port fast age support
 2022-01-07 17:33 UTC  (2+ messages)

[syzbot] general protection fault in dev_get_by_index_rcu (2)
 2022-01-07 17:29 UTC  (3+ messages)

[PATCH net-next 0/7][pull request] 40GbE Intel Wired LAN Driver Updates 2022-01-06
 2022-01-07 17:28 UTC  (5+ messages)
` [PATCH net-next 2/7] i40e: Add placeholder for ndo set VLANs

[net-next PATCH RFC v6 00/16] Add support for qca8k mdio rw in Ethernet packet
 2022-01-07 17:17 UTC  (6+ messages)

[RFC 01/32] Kconfig: introduce and depend on LEGACY_PCI
 2022-01-07 17:16 UTC  (2+ messages)

[PATCH] dt-bindings: Drop required 'interrupt-parent'
 2022-01-07 17:03 UTC  (6+ messages)

[PATCH net] sch_cake: revise Diffserv docs
 2022-01-07 17:00 UTC  (4+ messages)
` [PATCH net-next v2] "

[PATCH bpf-next v3] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2022-01-07 16:57 UTC  (3+ messages)

[PATCH 1/2] of: net: Add helper function of_get_ethdev_label()
 2022-01-07 16:55 UTC  (4+ messages)
` [PATCH 2/2] of: net: Call of_get_ethdev_label() in all DT based net drivers

[PATCH 4.14] phonet: refcount leak in pep_sock_accep
 2022-01-07 16:54 UTC  (3+ messages)
  ` [External] : "

[PATCH iproute2 v3 0/2] add json support on tc u32
 2022-01-07 16:54 UTC  (4+ messages)
` [PATCH iproute2 v3 1/2] tc: u32: add support for json output

[PATCH iproute2] ip: Extend filter links/addresses
 2022-01-07 16:51 UTC  (2+ messages)

[syzbot] KMSAN: uninit-value in nf_nat_setup_info (2)
 2022-01-07 16:51 UTC 

[PATCH v2 net-next] net: mscc: ocelot: fix incorrect balancing with down LAG ports
 2022-01-07 16:43 UTC 

[PATCH net] net: mscc: ocelot: fix incorrect balancing with down LAG ports
 2022-01-07 16:40 UTC  (2+ messages)

[PATCH bpf-next v6 0/3] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-01-07 16:05 UTC  (5+ messages)
` [PATCH bpf-next v6 3/3] selftests/bpf: Add selftest for XDP_REDIRECT "

[RFC PATCH net-next 00/12] FDB entries on DSA LAG interfaces
 2022-01-07 15:00 UTC  (13+ messages)
` [RFC PATCH net-next 01/12] net: dsa: rename references to "lag" as "lag_dev"
` [RFC PATCH net-next 02/12] net: dsa: mv88e6xxx: "
` [RFC PATCH net-next 03/12] net: dsa: qca8k: "
` [RFC PATCH net-next 04/12] net: dsa: make LAG IDs one-based
` [RFC PATCH net-next 05/12] net: dsa: mv88e6xxx: use dsa_switch_for_each_port in mv88e6xxx_lag_sync_masks
` [RFC PATCH net-next 06/12] net: dsa: create a dsa_lag structure
` [RFC PATCH net-next 07/12] net: switchdev: export switchdev_lower_dev_find
` [RFC PATCH net-next 08/12] net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_work
` [RFC PATCH net-next 09/12] net: dsa: move dsa_foreign_dev_check above dsa_slave_switchdev_event_work
` [RFC PATCH net-next 10/12] net: dsa: refactor FDB event work for user ports to separate function
` [RFC PATCH net-next 11/12] net: dsa: support FDB events on offloaded LAG interfaces
` [RFC PATCH net-next 12/12] net: dsa: felix: support FDB entries "

[PATCH net] netrom: fix api breakage in nr_setsockopt()
 2022-01-07 14:20 UTC  (2+ messages)

[PATCH net] ax25: uninitialized variable in ax25_setsockopt()
 2022-01-07 14:20 UTC  (2+ messages)

[net PATCH 0/2] octeontx2: Fix PTP bugs
 2022-01-07 14:10 UTC  (4+ messages)
` [net PATCH 1/2] octeontx2-af: Increment ptp refcount before use
` [net PATCH 2/2] octeontx2-nicvf: Free VF PTP resources

[PATCH net 0/3] mptcp: Fixes for buffer reclaim and option writing
 2022-01-07 14:10 UTC  (2+ messages)

[PATCH net-next] veth: Do not record rx queue hint in veth_xmit
 2022-01-07 13:56 UTC  (3+ messages)

[PATCH CFT net-next 0/6] net: stmmac/xpcs: modernise PCS support
 2022-01-07 13:47 UTC  (4+ messages)

[PATCH -next] ieee802154: atusb: move to new USB API
 2022-01-07 13:46 UTC  (5+ messages)

[PATCH net-next v2 0/6] prestera: add basic router driver support
 2022-01-07 13:43 UTC  (8+ messages)
` [PATCH net-next v2 2/6] net: marvell: prestera: Add router interface ABI
` [PATCH net-next v2 5/6] net: marvell: prestera: Register inetaddr stub notifiers

[PATCH CFT net-next] net: enetc: use .mac_select_pcs() interface
 2022-01-07 13:41 UTC  (2+ messages)

[PATCH net-next v4 0/8] new Fungible Ethernet driver
 2022-01-07 13:40 UTC  (7+ messages)
` [PATCH net-next v4 3/8] net/funeth: probing and netdev ops

[PATCH 0/4] can: esd: add support for esd GmbH PCIe/402 CAN interface
 2022-01-07 13:40 UTC  (3+ messages)
` [PATCH v6 "

[PATCH 1/3 v3] net: usb: r8152: Check used MAC passthrough address
 2022-01-07 13:32 UTC  (9+ messages)

[PATCH net-next] page_pool: remove spinlock in page_pool_refill_alloc_cache()
 2022-01-07 13:32 UTC  (2+ messages)

[RFC 00/13] kprobe/bpf: Add support to attach multiple kprobes
 2022-01-07 12:55 UTC  (10+ messages)

[syzbot] KMSAN: uninit-value in p9pdu_vwritef
 2022-01-07 12:50 UTC 

[PATCH] sit: allow encapsulated IPv6 traffic to be delivered locally
 2022-01-07 12:38 UTC 

[RFC PATCH net v2 0/2] net/smc: Fix for race in smc link group termination
 2022-01-07 12:04 UTC  (10+ messages)
` [RFC PATCH net v2 1/2] net/smc: Resolve the race between link group access and termination

[net-next RESEND v7 0/2] net: sched: allow user to select txqueue
 2022-01-07 12:00 UTC  (4+ messages)
` [net-next RESEND v7 1/2] net: sched: use queue_mapping to pick tx queue
` [net-next RESEND v7 2/2] net: sched: support hash/classid/cpuid selecting "

[net-next RESEND v7 2/2] net: sched: support hash/classid/cpuid selecting tx queue
 2022-01-07 11:54 UTC 

[PATCH v2 0/8] Implement EBPF on powerpc32
 2022-01-07 11:51 UTC  (3+ messages)
` [PATCH v2 8/8] powerpc/bpf: Reallocate BPF registers to volatile registers when possible on PPC32

[syzbot] KMSAN: uninit-value in ip_fast_csum (2)
 2022-01-07 11:30 UTC 

[PATCH net-next 01/15] net/mlx5: mlx5e_hv_vhca_stats_create return type to void
 2022-01-07 11:30 UTC  (2+ messages)

[PATCH net-next 00/13] mptcp: New features and cleanup
 2022-01-07 11:30 UTC  (2+ messages)

[net 01/11] net/mlx5e: Fix page DMA map/unmap attributes
 2022-01-07 11:20 UTC  (2+ messages)

[PATCH v2 net] net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_path
 2022-01-07 11:03 UTC  (4+ messages)

[net-next 00/18] IEEE 802.15.4 passive scan support
 2022-01-07 11:02 UTC  (24+ messages)
` [net-next 12/18] net: mac802154: Handle scan requests
` [net-next 17/18] net: mac802154: Let drivers provide their own beacons implementation

[RFC PATCH v2 3/3] io_uring: Add `sendto(2)` and `recvfrom(2)` support
 2022-01-07 11:02 UTC  (7+ messages)
` [RFC PATCH v3 0/3] io_uring: Add sendto(2) and recvfrom(2) support
  ` [RFC PATCH v3 3/3] io_uring: Add `sendto(2)` and `recvfrom(2)` support

[PATCH] net: mcs7830: handle usb read errors properly
 2022-01-07 10:18 UTC  (4+ messages)

[PATCH 0/7] A new eBPF JIT implementation for MIPS
 2022-01-07 10:17 UTC  (4+ messages)
` [PATCH 5/7] mips: bpf: Add JIT workarounds for CPU errata

[PATCH] bpf: allow setting mount device for bpffs
 2022-01-07 10:14 UTC  (4+ messages)

[PATCH v2 00/35] brcmfmac: Support Apple T2 and M1 platforms
 2022-01-07  9:55 UTC  (28+ messages)
` [PATCH v2 04/35] brcmfmac: firmware: Support having multiple alt paths
` [PATCH v2 06/35] brcmfmac: firmware: Support passing in multiple board_types
` [PATCH v2 07/35] brcmfmac: pcie: Read Apple OTP information
` [PATCH v2 08/35] brcmfmac: of: Fetch Apple properties
` [PATCH v2 10/35] brcmfmac: firmware: Allow platform to override macaddr

[PATCH 0/9] rtw88: prepare locking for SDIO support
 2022-01-07  9:19 UTC  (4+ messages)
` [PATCH 3/9] rtw88: Move rtw_update_sta_info() out of rtw_ra_mask_info_update_iter()

[PATCH] net: fix fragments have the disallowed options
 2022-01-07  8:05 UTC 

[RFC PATCH 0/2] Add the first documentation for a CAN driver
 2022-01-07  8:13 UTC  (3+ messages)
` [RFC PATCH 1/2] docs: networking: device drivers: add can sub-folder
` [RFC PATCH 2/2] docs: networking: device drivers: can: add flexcan

[PATCH v5] net: bonding: Add support for IPV6 ns/na to balance-alb/balance-tlb mode
 2022-01-07  8:13 UTC  (5+ messages)

[PATCH net] ice: fix an error code in ice_cfg_phy_fec()
 2022-01-07  8:02 UTC 

[PATCH bpf-next v6 00/11] Introduce unstable CT lookup helpers
 2022-01-07  7:22 UTC  (11+ messages)
` [PATCH bpf-next v6 03/11] bpf: Populate kfunc BTF ID sets in struct btf
` [PATCH bpf-next v6 11/11] selftests/bpf: Add test for race in btf_try_get_module

[net PATCH] octeontx2-af: Fix interrupt name strings
 2022-01-07  6:55 UTC 

A slab-out-of-bounds Read bug in __htab_map_lookup_and_delete_batch
 2022-01-07  5:42 UTC  (7+ messages)

[PATCH net-next v3 0/6] prestera: add basic router driver support
 2022-01-07  4:19 UTC  (8+ messages)
` [PATCH net-next v3 1/6] net: marvell: prestera: add virtual router ABI
` [PATCH net-next v3 2/6] net: marvell: prestera: Add router interface ABI
` [PATCH net-next v3 3/6] net: marvell: prestera: Add prestera router infra
` [PATCH net-next v3 4/6] net: marvell: prestera: add hardware router objects accounting
` [PATCH net-next v3 5/6] net: marvell: prestera: Register inetaddr stub notifiers
` [PATCH net-next v3 6/6] net: marvell: prestera: Implement initial inetaddr notifiers

[PATCH net-next 0/8] mlxsw: Add Spectrum-4 support
 2022-01-07  4:10 UTC  (2+ messages)

[PATCH net-next 0/3] dpaa2-eth: small cleanup
 2022-01-07  4:10 UTC  (2+ messages)

[PATCH net-next 0/5][pull request] 100GbE Intel Wired LAN Driver Updates 2022-01-06
 2022-01-07  4:10 UTC  (2+ messages)

[PATCH nf-next 0/5] netfilter: conntrack related cleanups
 2022-01-07  4:03 UTC  (6+ messages)
` [PATCH nf-next 1/5] netfilter: conntrack: convert to refcount_t api
` [PATCH nf-next 2/5] netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook
` [PATCH nf-next 3/5] netfilter: make function op structures const
` [PATCH nf-next 4/5] netfilter: conntrack: avoid useless indirection during conntrack destruction
` [PATCH nf-next 5/5] net: prefer nf_ct_put instead of nf_conntrack_put

[PATCH net-next v4 00/11] net: dsa: realtek: MDIO interface and RTL8367S
 2022-01-07  3:42 UTC  (5+ messages)
` [PATCH net-next v4 02/11] net: dsa: realtek: rename realtek_smi to realtek_priv
` [PATCH net-next v4 09/11] net: dsa: realtek: rtl8365mb: use DSA CPU port

[PATCH] dt-bindings: net: ti,dp83869: Drop value on boolean 'ti,max-output-impedance'
 2022-01-07  3:05 UTC 

[PATCH] dt-bindings: net: wireless: mt76: Fix 8-bit property sizes
 2022-01-07  3:04 UTC 

[PATCH V1 net-next 00/10] ENA: capabilities field and cosmetic
 2022-01-07  3:00 UTC  (3+ messages)
` [PATCH V1 net-next 10/10] net: ena: Extract recurring driver reset code into a function

[PATCH net 1/4] netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check()
 2022-01-07  2:50 UTC  (2+ messages)

pull-request: bpf-next 2022-01-06
 2022-01-07  2:40 UTC  (2+ messages)

[PATCH] tcp: tcp_send_challenge_ack delete useless param `skb`
 2022-01-07  2:35 UTC 

[PATCH v5 net-next 0/3] net: bpf: handle return value of post_bind{4,6} and add selftests for it
 2022-01-07  1:19 UTC  (2+ messages)

[PATCH net-next v2 1/1] qed: add prints if request_firmware() failed
 2022-01-06 17:58 UTC  (2+ messages)

[pull request][net 00/11] mlx5 fixes 2022-01-06
 2022-01-07  0:58 UTC  (11+ messages)
` [net 02/11] net/mlx5e: Fix nullptr on deleting mirroring rule
` [net 03/11] net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects are used
` [net 04/11] net/mlx5e: Don't block routes with nexthop objects in SW
` [net 05/11] Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels"
` [net 06/11] Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel"
` [net 07/11] net/mlx5e: Fix matching on modified inner ip_ecn bits
` [net 08/11] net/mlx5: Fix access to sf_dev_table on allocation failure
` [net 09/11] net/mlx5e: Sync VXLAN udp ports during uplink representor profile change
` [net 10/11] net/mlx5: Set command entry semaphore up once got index free
` [net 11/11] Revert "net/mlx5: Add retry mechanism to the command entry index allocation"


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