netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-25 20:36:48 to 2020-09-26 18:01:18 UTC [more...]

[PATCH 0/6] can: add support for ETAS ES58X CAN USB
 2020-09-26 17:57 UTC  (7+ messages)
` [PATCH 1/6] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context
` [PATCH 2/6] can: dev: add a helper function to get the correct length of Classical frames
` [PATCH 3/6] can: dev: __can_get_echo_skb(): fix the return length
` [PATCH 4/6] can: dev: add a helper function to calculate the duration of one bit
` [PATCH 5/6] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces
` [PATCH 6/6] USB: cdc-acm: blacklist ETAS ES58X device

[PATCH v2 net-next 00/16] Generic adjustment for flow dissector in DSA
 2020-09-26 17:55 UTC  (20+ messages)
` [PATCH v2 net-next 01/16] net: mscc: ocelot: move NPI port configuration to DSA
` [PATCH v2 net-next 02/16] net: dsa: allow drivers to request promiscuous mode on master
` [PATCH v2 net-next 03/16] net: dsa: sja1105: request promiscuous mode for master
` [PATCH v2 net-next 04/16] net: dsa: tag_ocelot: use a short prefix on both ingress and egress
` [PATCH v2 net-next 05/16] net: dsa: make the .flow_dissect tagger callback return void
` [PATCH v2 net-next 06/16] net: dsa: add a generic procedure for the flow dissector
` [PATCH v2 net-next 07/16] net: dsa: tag_ar8331: use generic flow dissector procedure
` [PATCH v2 net-next 08/16] net: dsa: tag_brcm: "
` [PATCH v2 net-next 09/16] net: dsa: tag_dsa: use the "
` [PATCH v2 net-next 10/16] net: dsa: tag_edsa: "
` [PATCH v2 net-next 11/16] net: dsa: tag_lan9303: "
` [PATCH v2 net-next 12/16] net: dsa: tag_mtk: "
` [PATCH v2 net-next 13/16] net: dsa: tag_ocelot: "
` [PATCH v2 net-next 14/16] net: dsa: tag_qca: "
` [PATCH v2 net-next 15/16] net: dsa: tag_sja1105: "
` [PATCH v2 net-next 16/16] net: dsa: tag_rtl4_a: "

[PATCH 1/6] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context
 2020-09-26 17:45 UTC  (4+ messages)
` [PATCH 3/6] can: dev: __can_get_echo_skb(): fix the return length
` [PATCH 4/6] can: dev: add a helper function to calculate the duration of one bit
` [PATCH 5/6] can: usb: etas_es58X: add support for ETAS ES58X CAN USB interfaces

[PATCH] wl3501_cs: Remove unnecessary NULL check
 2020-09-26 17:45 UTC 

[PATCH net-next RFC v1 0/4] Add per port devlink regions
 2020-09-26 17:45 UTC  (5+ messages)
` [PATCH net-next RFC v1 3/4] net: dsa: Add helper for converting devlink port to ds and port

[PATCH 1/6] can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context
 2020-09-26 17:41 UTC 

[PATCH] net: qrtr: ns: Protect radix_tree_deref_slot() using rcu read locks
 2020-09-26 16:56 UTC 

[PATCH] can: raw: add missing error queue support
 2020-09-26 16:24 UTC 

a saner API for allocating DMA addressable pages v3
 2020-09-26 15:25 UTC  (5+ messages)
` [PATCH 17/18] dma-iommu: implement ->alloc_noncoherent

RGMII timing calibration (on 12nm Amlogic SoCs) - integration into dwmac-meson8b
 2020-09-26 14:45 UTC  (9+ messages)

[RFC PATCH net-next 0/6] implement kthread based napi poll
 2020-09-26 14:22 UTC  (5+ messages)
` [RFC PATCH net-next 1/6] net: implement threaded-able napi poll loop support

[PATCH v8 0/7] Introduce sendpage_ok() to detect misused sendpage in network related drivers
 2020-09-26 13:28 UTC  (6+ messages)
` [PATCH v8 1/7] net: introduce helper sendpage_ok() in include/linux/net.h
` [PATCH v8 6/7] scsi: libiscsi: use sendpage_ok() in iscsi_tcp_segment_map()

[PATCH net-next v3 0/2] Add hw offload of TC flower on MSCC Ocelot
 2020-09-26 12:37 UTC  (7+ messages)
` [PATCH net-next v3 1/2] net: mscc: ocelot: Add support for tcam

WARNING in __cfg80211_ibss_joined (2)
 2020-09-26 12:09 UTC  (2+ messages)

[RFC PATCH net-next 00/14] Offload tc-flower using VCAP chains
 2020-09-26 11:50 UTC  (3+ messages)
` [RFC PATCH net-next 03/14] net: mscc: ocelot: offload multiple tc-flower actions in same rule

[PATCH net-next 00/14] net/smc: introduce SMC-Dv2 support
 2020-09-26 10:44 UTC  (15+ messages)
` [PATCH net-next 01/14] net/smc: remove constant and introduce helper to check for a pnet id
` [PATCH net-next 02/14] net/smc: CLC header fields renaming
` [PATCH net-next 03/14] net/smc: separate find device functions
` [PATCH net-next 04/14] net/smc: split CLC confirm/accept data to be sent
` [PATCH net-next 05/14] net/smc: prepare for more proposed ISM devices
` [PATCH net-next 06/14] net/smc: introduce System Enterprise ID (SEID)
` [PATCH net-next 07/14] net/smc: introduce CHID callback for ISM devices
` [PATCH net-next 08/14] net/smc: introduce list of pnetids for Ethernet devices
` [PATCH net-next 09/14] net/smc: determine proposed ISM devices
` [PATCH net-next 10/14] net/smc: build and send V2 CLC proposal
` [PATCH net-next 11/14] net/smc: determine accepted ISM devices
` [PATCH net-next 12/14] net/smc: CLC accept / confirm V2
` [PATCH net-next 13/14] net/smc: introduce CLC first contact extension
` [PATCH net-next 14/14] net/smc: CLC decline - V2 enhancements

[PATCH] e1000e: Power cycle phy on PM resume
 2020-09-26 10:08 UTC  (7+ messages)
` [PATCH v2] e1000e: Increase iteration on polling MDIC ready bit

[PATCH bpf-next] xsk: fix possible crash in socket_release when out-of-memory
 2020-09-26  9:26 UTC 

[PATCH v2 1/2] bus: mhi: Remove auto-start option
 2020-09-26  8:00 UTC  (4+ messages)
` [PATCH v2 2/2] net: qrtr: Start MHI channels during init

[net PATCH] octeontx2-pf: Fix synchnorization issue in mbox
 2020-09-26  7:07 UTC 

[net PATCH] octeontx2-pf: Fix the device state on error
 2020-09-26  7:06 UTC 

[net PATCH] octeontx2-pf: Fix TCP/UDP checksum
 2020-09-26  7:03 UTC 

[net PATCH] octeontx2-af: Fix enable/disable of default NPC entries
 2020-09-26  6:57 UTC 

[PATCH] fs: remove ->sendpage
 2020-09-26  7:00 UTC 

[PATCH v3 -next] vdpa: mlx5: change Kconfig depends to fix build errors
 2020-09-26  6:53 UTC  (10+ messages)

[PATCH] net: Use kobj_to_dev() API
 2020-09-26  6:49 UTC 

[bpf-next PATCH 1/2] bpf, verifier: Remove redundant var_off.value ops in scalar known reg cases
 2020-09-26  4:36 UTC  (3+ messages)

[net-next PATCH v7 0/6] ACPI support for dpaa2 MAC driver
 2020-09-26  4:34 UTC  (6+ messages)
` [net-next PATCH v7 1/6] Documentation: ACPI: DSD: Document MDIO PHY

[bpf-next PATCH 0/2] Add skb_adjust_room() for SK_SKB
 2020-09-26  4:27 UTC  (3+ messages)
` [bpf-next PATCH 1/2] bpf, sockmap: add skb_adjust_room to pop bytes off ingress payload
` [bpf-next PATCH 2/2] bpf, sockmap: update selftests to use skb_adjust_room

[PATCH next-queue v1 0/3] igc: Add support for PCIe PTM
 2020-09-26  4:11 UTC  (5+ messages)
` [PATCH next-queue v1 1/3] Revert "PCI: Make pci_enable_ptm() private"
` [PATCH next-queue v1 2/3] igc: Enable PCIe PTM
` [PATCH next-queue v1 3/3] igc: Add support for PTP getcrosststamp()

Support default route metric per interface
 2020-09-26  3:05 UTC  (3+ messages)
` [PATCH 1/1] Network: support "

[PATCH] net: wireless: ti: fix a typo in comments
 2020-09-26  2:37 UTC 

[PATCH net-next] Revert "vxlan: move encapsulation warning"
 2020-09-26  1:56 UTC 

[PATCH net-next] netdevsim: fix duplicated debugfs directory
 2020-09-26  1:19 UTC 

[PATCH v2 bpf-next 0/9] libbpf: BTF writer APIs
 2020-09-26  1:13 UTC  (10+ messages)
` [PATCH v2 bpf-next 1/9] libbpf: refactor internals of BTF type index
` [PATCH v2 bpf-next 2/9] libbpf: remove assumption of single contiguous memory for BTF data
` [PATCH v2 bpf-next 3/9] libbpf: generalize common logic for managing dynamically-sized arrays
` [PATCH v2 bpf-next 4/9] libbpf: extract generic string hashing function for reuse
` [PATCH v2 bpf-next 5/9] libbpf: allow modification of BTF and add btf__add_str API
` [PATCH v2 bpf-next 6/9] libbpf: add btf__new_empty() to create an empty BTF object
` [PATCH v2 bpf-next 7/9] libbpf: add BTF writing APIs
` [PATCH v2 bpf-next 8/9] libbpf: add btf__str_by_offset() as a more generic variant of name_by_offset
` [PATCH v2 bpf-next 9/9] selftests/bpf: test BTF writing APIs

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-09-25 22:28 UTC  (12+ messages)
` [PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode

[PATCH net-next v2 00/10] udp_tunnel: convert Intel drivers with shared tables
 2020-09-26  0:56 UTC  (11+ messages)
` [PATCH net-next v2 01/10] udp_tunnel: add the ability to share port tables
` [PATCH net-next v2 02/10] netdevsim: add warnings on unexpected UDP tunnel port errors
` [PATCH net-next v2 03/10] netdevsim: shared UDP tunnel port table support
` [PATCH net-next v2 04/10] selftests: net: add a test for shared UDP tunnel info tables
` [PATCH net-next v2 05/10] i40e: convert to new udp_tunnel infrastructure
` [PATCH net-next v2 06/10] ice: remove unused args from ice_get_open_tunnel_port()
` [PATCH net-next v2 07/10] ice: convert to new udp_tunnel infrastructure
` [PATCH net-next v2 08/10] netdevsim: support the static IANA VXLAN port flag
` [PATCH net-next v2 09/10] selftests: net: add a test for static UDP tunnel ports
` [PATCH net-next v2 10/10] docs: vxlan: add info about device features

[net-next v9 0/5] devlink flash update overwrite mask
 2020-09-26  0:21 UTC  (7+ messages)
` [net-next v9 1/5] devlink: check flash_update parameter support in net core
` [net-next v9 2/5] devlink: convert flash_update to use params structure
` [net-next v9 3/5] devlink: introduce flash update overwrite mask
` [net-next v9 4/5] netdevsim: add support for flash_update "
` [net-next v9 5/5] ice: add support for flash update "

[PATCH net] net: atlantic: fix build when object tree is separate
 2020-09-26  0:19 UTC  (2+ messages)

[PATCH net-next 0/4] simplify TCP loss marking code
 2020-09-26  0:17 UTC  (2+ messages)

[PATCH][next] dpaa2-mac: Fix potential null pointer dereference
 2020-09-26  0:15 UTC  (2+ messages)

[PATCH net] MAINTAINERS: Add Vladimir as a maintainer for DSA
 2020-09-26  0:14 UTC  (2+ messages)

[PATCH net-next 0/3] dpaa2-eth: small updates
 2020-09-26  0:14 UTC  (2+ messages)

[PATCH net] dpaa2-eth: fix command version for Tx shaping
 2020-09-26  0:09 UTC  (2+ messages)

[PATCH bpf-next] bpf: use raw_spin_trylock() for pcpu_freelist_push/pop in NMI
 2020-09-26  0:07 UTC 

[PATCH v2] net: usb: ax88179_178a: add Toshiba usb 3.0 adapter
 2020-09-26  0:07 UTC  (2+ messages)

[PATCH net 0/2] bonding/team: basic dev->needed_headroom support
 2020-09-26  0:06 UTC  (2+ messages)

[PATCH] ath10k: Introduce a devicetree quirk to skip host cap QMI requests
 2020-09-26  0:00 UTC  (2+ messages)

[PATCH V2 0/5 net-next] vxlan: clean-up
 2020-09-25 23:58 UTC  (2+ messages)

[PATCH] net: ethernet: cavium: octeon_mgmt: use phy_start and phy_stop
 2020-09-25 23:55 UTC  (2+ messages)

[PATCH net] net/tls: sendfile fails with ktls offload
 2020-09-25 23:52 UTC  (4+ messages)
    ` FW: "

[PATCH net-next] net: bridge: mcast: remove only S,G port groups from sg_port hash
 2020-09-25 23:50 UTC  (2+ messages)

[PATCH net 1/1] net: stmmac: Fix clock handling on remove path
 2020-09-25 23:49 UTC  (2+ messages)

[PATCH net-next 0/1] net: stmmac: Enable VLAN filter fail queue for Intel platform data
 2020-09-25 23:48 UTC  (3+ messages)
` [PATCH net-next 1/1] net: stmmac: Add option for VLAN filter fail queue enable

[PATCH net] vmxnet3: fix cksum offload issues for non-udp tunnels
 2020-09-25 23:45 UTC  (2+ messages)

[PATCH v2 net-next 0/3] Devlink regions for SJA1105 DSA driver
 2020-09-25 23:35 UTC  (5+ messages)
` [PATCH v2 net-next 1/3] net: dsa: sja1105: move devlink param code to sja1105_devlink.c
` [PATCH v2 net-next 2/3] net: dsa: sja1105: expose static config as devlink region
` [PATCH v2 net-next 3/3] net: dsa: sja1105: implement .devlink_info_get

[PATCH net-next v3 0/9] make drivers/net/ethernet W=1 clean
 2020-09-25 23:31 UTC  (11+ messages)
` [PATCH net-next v3 1/9] intel-ethernet: clean up W=1 warnings in kdoc
` [PATCH net-next v3 2/9] intel: handle unused assignments
` [PATCH net-next v3 3/9] drivers/net/ethernet: clean up "
` [PATCH net-next v3 4/9] drivers/net/ethernet: rid ethernet of no-prototype warnings
` [PATCH net-next v3 5/9] drivers/net/ethernet: handle one warning explicitly
` [PATCH net-next v3 6/9] drivers/net/ethernet: add some basic kdoc tags
` [PATCH net-next v3 7/9] drivers/net/ethernet: remove incorrectly formatted doc
` [PATCH net-next v3 8/9] sfc: fix kdoc warning
` [PATCH net-next v3 9/9] drivers/net/ethernet: clean up mis-targeted comments

[PATCH] net: stmmac: dwmac-meson8b: add calibration registers
 2020-09-25 23:26 UTC  (2+ messages)

[net v2 0/4][pull request] Intel Wired LAN Driver Updates 2020-09-25
 2020-09-25 23:24 UTC  (6+ messages)
` [net v2 1/4] iavf: Fix incorrect adapter get in iavf_resume
` [net v2 2/4] ice: Fix call trace on suspend
` [net v2 3/4] ice: fix memory leak if register_netdev_fails
` [net v2 4/4] ice: fix memory leak in ice_vsi_setup

[PATCH v4 bpf-next 00/13] bpf: Enable bpf_skc_to_* sock casting helper to networking prog type
 2020-09-25 23:22 UTC  (2+ messages)

[PATCH v3 4/4] PCI: Limit pci_alloc_irq_vectors() to housekeeping CPUs
 2020-09-25 23:18 UTC  (4+ messages)

[PATCH bpf-next 0/4] Sockmap copying
 2020-09-25 21:53 UTC  (3+ messages)
` [PATCH bpf-next 1/4] bpf: sockmap: enable map_update_elem from bpf_iter

[PATCH net] net: phy: realtek: fix rtl8211e rx/tx delay config
 2020-09-25 21:41 UTC  (2+ messages)

[PATCH bpf-next v9 00/11] bpf: Support multi-attach for freplace programs
 2020-09-25 21:25 UTC  (12+ messages)
` [PATCH bpf-next v9 01/11] bpf: disallow attaching modify_return tracing functions to other BPF programs
` [PATCH bpf-next v9 02/11] bpf: change logging calls from verbose() to bpf_log() and use log pointer
` [PATCH bpf-next v9 03/11] bpf: verifier: refactor check_attach_btf_id()
` [PATCH bpf-next v9 04/11] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach
` [PATCH bpf-next v9 05/11] bpf: support attaching freplace programs to multiple attach points
` [PATCH bpf-next v9 06/11] bpf: Fix context type resolving for extension programs
` [PATCH bpf-next v9 07/11] libbpf: add support for freplace attachment in bpf_link_create
` [PATCH bpf-next v9 08/11] selftests: add test for multiple attachments of freplace program
` [PATCH bpf-next v9 09/11] selftests/bpf: Adding test for arg dereference in extension trace
` [PATCH bpf-next v9 10/11] selftests: Add selftest for disallowing modify_return attachment to freplace
` [PATCH bpf-next v9 11/11] selftests: Remove fmod_ret from test_overhead

[PATCH net-next v2] net: vlan: Avoid using BUG() in vlan_proto_idx()
 2020-09-25 21:20 UTC  (3+ messages)

[RFC PATCH 0/3] l3mdev icmp error route lookup fixes
 2020-09-25 20:04 UTC  (3+ messages)
` [RFC PATCH 1/3] ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)
` [RFC PATCH 2/3] ipv6/icmp: "

[PATCH bpf-next v8 00/11] bpf: Support multi-attach for freplace programs
 2020-09-25 20:57 UTC  (6+ messages)
` [PATCH bpf-next v8 04/11] bpf: move prog->aux->linked_prog and trampoline into bpf_link on attach

[PATCH v6 bpf-next 0/3] enable BPF_PROG_TEST_RUN for raw_tp
 2020-09-25 20:54 UTC  (4+ messages)
` [PATCH v6 bpf-next 1/3] bpf: enable BPF_PROG_TEST_RUN for raw_tracepoint
` [PATCH v6 bpf-next 2/3] libbpf: support test run of raw tracepoint programs
` [PATCH v6 bpf-next 3/3] selftests/bpf: add raw_tp_test_run

[Patch net 0/2] net_sched: fix a UAF in tcf_action_init()
 2020-09-25 19:22 UTC  (4+ messages)
` [Patch net 1/2] net_sched: defer tcf_idr_insert() in tcf_action_init_1()


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