netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-11 12:03:01 to 2020-05-11 22:09:23 UTC [more...]

[PATCH net] mptcp: Initialize map_seq upon subflow establishment
 2020-05-11 17:35 UTC  (2+ messages)
` [MPTCP] "

linux-next: Signed-off-by missing for commit in the net-next tree
 2020-05-11 22:09 UTC 

[PATCH 00/17] staging: wfx: fix support for big-endian hosts
 2020-05-11 21:59 UTC  (19+ messages)
` [PATCH 01/17] staging: wfx: fix use of cpu_to_le32 instead of le32_to_cpu
` [PATCH 02/17] staging: wfx: take advantage of le32_to_cpup()
` [PATCH 03/17] staging: wfx: fix cast operator
` [PATCH 04/17] staging: wfx: fix wrong bytes order
` [PATCH 05/17] staging: wfx: fix output of rx_stats on big endian hosts
` [PATCH 06/17] staging: wfx: fix endianness of fields media_delay and tx_queue_delay
` [PATCH 07/17] staging: wfx: fix endianness of hif_req_read_mib fields
` [PATCH 08/17] staging: wfx: fix access to le32 attribute 'ps_mode_error'
` [PATCH 09/17] staging: wfx: fix access to le32 attribute 'event_id'
` [PATCH 10/17] staging: wfx: fix access to le32 attribute 'indication_type'
` [PATCH 11/17] staging: wfx: declare the field 'packet_id' with native byte order
` [PATCH 12/17] staging: wfx: fix endianness of the struct hif_ind_startup
` [PATCH 13/17] staging: wfx: fix endianness of the field 'len'
` [PATCH 14/17] staging: wfx: fix endianness of the field 'status'
` [PATCH 15/17] staging: wfx: fix endianness of the field 'num_tx_confs'
` [PATCH 16/17] staging: wfx: fix endianness of the field 'channel_number'
` [PATCH 17/17] staging: wfx: update TODO

[PATCH] libiptc.c: pragma disable a gcc compiler warning
 2020-05-11 21:34 UTC 

[PATCH] libip6t_srh.t: switch to lowercase, add /128 suffix, require success
 2020-05-11 21:33 UTC 

[PATCH net-next] net/ipv4/raw Optimise ipv4 raw sends when IP_HDRINCL set
 2020-05-11 21:28 UTC  (3+ messages)

[PATCH] dt-bindings: sh_eth: Sort compatible string in increasing number of the SoC
 2020-05-11 21:22 UTC  (2+ messages)

[PATCH bpf-next v3] libbpf: fix probe code to return EPERM if encountered
 2020-05-11 21:08 UTC  (3+ messages)

[PATCH net 0/2] ionic fixes
 2020-05-11 21:04 UTC  (3+ messages)
` [PATCH net 1/2] ionic: leave netdev mac alone after fw-upgrade
` [PATCH net 2/2] ionic: call ionic_port_init "

[PATCH net] ptp: fix struct member comment for do_aux_work
 2020-05-11 21:02 UTC 

[PATCH bpf-next 00/17] Run a BPF program on socket lookup
 2020-05-11 20:54 UTC  (9+ messages)
` [PATCH bpf-next 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point

[PATCH bpf-next v2 00/17] Run a BPF program on socket lookup
 2020-05-11 20:44 UTC  (21+ messages)
` [PATCH bpf-next v2 01/17] flow_dissector: Extract attach/detach/query helpers
` [PATCH bpf-next v2 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point
` [PATCH bpf-next v2 03/17] inet: Store layer 4 protocol in inet_hashinfo
` [PATCH bpf-next v2 04/17] inet: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 05/17] inet: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 06/17] inet6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 07/17] inet6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 08/17] udp: Store layer 4 protocol in udp_table
` [PATCH bpf-next v2 09/17] udp: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 10/17] udp: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 11/17] udp6: Extract helper for selecting socket from reuseport group
` [PATCH bpf-next v2 12/17] udp6: Run SK_LOOKUP BPF program on socket lookup
` [PATCH bpf-next v2 13/17] bpf: Sync linux/bpf.h to tools/
` [PATCH bpf-next v2 14/17] libbpf: Add support for SK_LOOKUP program type
` [PATCH bpf-next v2 15/17] selftests/bpf: Add verifier tests for bpf_sk_lookup context access
` [PATCH bpf-next v2 16/17] selftests/bpf: Rename test_sk_lookup_kern.c to test_ref_track_kern.c
` [PATCH bpf-next v2 17/17] selftests/bpf: Tests for BPF_SK_LOOKUP attach point

[PATCH net-next v3] checkpatch: warn about uses of ENOTSUPP
 2020-05-11 20:43 UTC  (3+ messages)

[PATCH v2 00/14] mediatek: add support for MediaTek Ethernet MAC
 2020-05-11 20:41 UTC  (18+ messages)
` [PATCH v2 01/14] dt-bindings: arm: add a binding document for MediaTek PERICFG controller
` [PATCH v2 02/14] dt-bindings: net: add a binding document for MediaTek Ethernet MAC
` [PATCH v2 03/14] net: ethernet: mediatek: rename Kconfig prompt
` [PATCH v2 04/14] net: ethernet: mediatek: remove unnecessary spaces from Makefile
` [PATCH v2 05/14] net: core: provide priv_to_netdev()
` [PATCH v2 06/14] net: move devres helpers into a separate source file
` [PATCH v2 07/14] net: devres: define a separate devres structure for devm_alloc_etherdev()
` [PATCH v2 08/14] net: devres: provide devm_register_netdev()
` [PATCH v2 09/14] net: ethernet: mtk-eth-mac: new driver
` [PATCH v2 10/14] ARM64: dts: mediatek: add pericfg syscon to mt8516.dtsi
` [PATCH v2 11/14] ARM64: dts: mediatek: add the ethernet node "
` [PATCH v2 12/14] ARM64: dts: mediatek: add an alias for ethernet0 for pumpkin boards
` [PATCH v2 13/14] ARM64: dts: mediatek: add ethernet pins "
` [PATCH v2 14/14] ARM64: dts: mediatek: enable ethernet on "

[PATCH bpf-next v2 0/4] bpf: clean up bpftool, bpftool doc, bpf-helpers doc
 2020-05-11 20:34 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] tools: bpftool: poison and replace kernel integer typedefs
` [PATCH bpf-next v2 2/4] tools: bpftool: minor fixes for documentation
` [PATCH bpf-next v2 3/4] bpf: minor fixes to BPF helpers documentation
` [PATCH bpf-next v2 4/4] tools: bpf: synchronise BPF UAPI header with tools

[PATCH bpf] samples: bpf: fix build error
 2020-05-11 20:32 UTC  (2+ messages)

[PATCH net-next 0/8] sfc: remove nic_data usage in common code
 2020-05-11 20:32 UTC  (10+ messages)
` [PATCH net-next 1/8] sfc: move vport_id to struct efx_nic
` [PATCH net-next 2/8] sfc: make capability checking a nic_type function
` [PATCH net-next 3/8] sfc: use efx_has_cap for capability checks outside of NIC-specific code
` [PATCH net-next 4/8] sfc: move 'must restore' flags out of ef10-specific nic_data
` [PATCH net-next 5/8] sfc: rework handling of (firmware) multicast chaining state
` [PATCH net-next 6/8] sfc: move rx_rss_context_exclusive into struct efx_mcdi_filter_table
` [PATCH net-next 7/8] sfc: make filter table probe caller responsible for adding VLANs
` [PATCH net-next 8/8] sfc: make firmware-variant printing a nic_type function

[PATCH net-next v9 0/2] xen networking: add XDP support to xen-netfront
 2020-05-11 20:27 UTC  (10+ messages)
` [PATCH net-next v9 1/2] xen networking: add basic XDP support for xen-netfront
` [PATCH net-next v9 2/2] xen networking: add XDP offset adjustment to xen-netback

[PATCH v2 0/2] net: Optimize the qed* allocations inside kdump kernel
 2020-05-11 20:25 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: xdp_redirect_cpu: set MAX_CPUS according to NR_CPUS
 2020-05-11 20:24 UTC 

[PATCH net-next 0/4] DSA: promisc on master, generic flow dissector code
 2020-05-11 20:20 UTC  (5+ messages)
` [PATCH net-next 1/4] net: dsa: allow drivers to request promiscuous mode on master
` [PATCH net-next 2/4] net: dsa: sja1105: request promiscuous mode for master
` [PATCH net-next 3/4] net: dsa: tag_ocelot: use a short prefix on both ingress and egress
` [PATCH net-next 4/4] net: dsa: implement and use a generic procedure for the flow dissector

[PATCH net-next] hinic: add link_ksettings ethtool_ops support
 2020-05-11 20:20 UTC  (2+ messages)

[RFC PATCH bpf-next 0/1] bpf, x64: optimize JIT prologue/epilogue generation
 2020-05-11 20:05 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/1] "

KASAN: slab-out-of-bounds Read in fl6_update_dst
 2020-05-11 20:01 UTC  (2+ messages)

Re: signal quality and cable diagnostic
 2020-05-11 19:54 UTC  (2+ messages)

[RFC next-next v2 0/5] net: marvell: prestera: Add Switchdev driver for Prestera family ASIC device 98DX326x (AC3x)
 2020-05-11 19:24 UTC  (16+ messages)
` [RFC next-next v2 1/5] net: marvell: prestera: Add driver for Prestera family ASIC devices
` [RFC next-next v2 3/5] net: marvell: prestera: Add ethtool interface support

[PATCH 00/15] net: taint when the device driver firmware crashes
 2020-05-11 19:21 UTC  (8+ messages)

net: phylink: supported modes set to 0 with genphy sfp module
 2020-05-11 19:06 UTC  (3+ messages)

WARNING in cgroup_finalize_control
 2020-05-11 18:31 UTC  (2+ messages)

KMSAN: uninit-value in hash_net6_del
 2020-05-11 18:21 UTC 

possible deadlock in sk_diag_fill (2)
 2020-05-11 18:21 UTC 

[PATCH net] net: broadcom: Imply BROADCOM_PHY for BCMGENET
 2020-05-11 18:19 UTC  (3+ messages)

[PATCH net] netfilter: nf_flow_table_offload: Remove WQ_MEM_RECLAIM from workqueue
 2020-05-11 17:28 UTC  (2+ messages)

[PATCH net-next v2] checkpatch: warn about uses of ENOTSUPP
 2020-05-11 17:07 UTC  (3+ messages)

[PATCH net-next] checkpatch: warn about uses of ENOTSUPP
 2020-05-11 16:48 UTC  (3+ messages)

[PATCH 06/15] liquidio: use new module_firmware_crashed()
 2020-05-11 16:33 UTC 

[PATCH bpf-next 0/4] bpf: clean up bpftool, bpftool doc, bpf-helpers doc
 2020-05-11 16:05 UTC  (7+ messages)
` [PATCH bpf-next 1/4] tools: bpftool: poison and replace kernel integer typedefs
` [PATCH bpf-next 2/4] tools: bpftool: minor fixes for documentation
` [PATCH bpf-next 3/4] bpf: minor fixes to BPF helpers documentation
` [PATCH bpf-next 4/4] tools: bpf: synchronise BPF UAPI header with tools

[PATCH] iptables: flush stdout after every verbose log
 2020-05-11 15:40 UTC  (3+ messages)

[PATCH v3 0/5] microchip: add support for ksz88x3 driver family
 2020-05-11 15:40 UTC  (10+ messages)
` [PATCH v3 1/5] net: phy: Add support for microchip SMI0 MDIO bus
` [PATCH v3 3/5] net: tag: ksz: Add KSZ8863 tag code
` [PATCH v3 4/5] ksz: Add Microchip KSZ8863 SMI/SPI based driver support

[PATCH] libbpf: Replace zero-length array with flexible-array
 2020-05-11 15:26 UTC  (3+ messages)

[net-next PATCH v3 0/5] Introduce new fwnode based APIs to support phylink and phy layers
 2020-05-11 14:59 UTC  (21+ messages)
` [net-next PATCH v3 4/5] net: phy: Introduce fwnode_get_phy_id()

signal quality and cable diagnostic
 2020-05-11 14:59 UTC  (3+ messages)

[PATCH net] netfilter: flowtable: Add pending bit for offload work
 2020-05-11 14:37 UTC  (7+ messages)

[PATCH v2 net-next 00/15] Traffic support for dsa_8021q in vlan_filtering=1 mode
 2020-05-11 13:53 UTC  (16+ messages)
` [PATCH v2 net-next 01/15] net: dsa: provide an option for drivers to always receive bridge VLANs
` [PATCH v2 net-next 02/15] net: dsa: tag_8021q: introduce a vid_is_dsa_8021q helper
` [PATCH v2 net-next 03/15] net: dsa: sja1105: keep the VLAN awareness state in a driver variable
` [PATCH v2 net-next 04/15] net: dsa: sja1105: deny alterations of dsa_8021q VLANs from the bridge
` [PATCH v2 net-next 05/15] net: dsa: sja1105: save/restore VLANs using a delta commit method
` [PATCH v2 net-next 06/15] net: dsa: sja1105: allow VLAN configuration from the bridge in all states
` [PATCH v2 net-next 07/15] net: dsa: sja1105: exit sja1105_vlan_filtering when called multiple times
` [PATCH v2 net-next 08/15] net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneously
` [PATCH v2 net-next 09/15] net: dsa: tag_8021q: support up to 8 VLANs per port using sub-VLANs
` [PATCH v2 net-next 10/15] net: dsa: tag_sja1105: implement sub-VLAN decoding
` [PATCH v2 net-next 11/15] net: dsa: sja1105: add a new best_effort_vlan_filtering devlink parameter
` [PATCH v2 net-next 12/15] net: dsa: sja1105: add packing ops for the Retagging Table
` [PATCH v2 net-next 13/15] net: dsa: sja1105: implement a common frame memory partitioning function
` [PATCH v2 net-next 14/15] net: dsa: sja1105: implement VLAN retagging for dsa_8021q sub-VLANs
` [PATCH v2 net-next 15/15] docs: net: dsa: sja1105: document the best_effort_vlan_filtering option

[PATCH net-next 1/2] ath10k: fix gcc-10 zero-length-bounds warnings
 2020-05-11 13:47 UTC  (10+ messages)
` [PATCH net-next 2/2] ath10k: fix ath10k_pci struct layout

[PATCH net-next 0/2] net: phy: check for aneg disabled and half duplex in phy_ethtool_set_eee
 2020-05-11 13:22 UTC  (5+ messages)
` [PATCH net-next 1/2] "

NET: r8168/r8169 identifying fix
 2020-05-11 13:09 UTC  (19+ messages)

[PATCH bpf-next v2 0/3] arm64 BPF JIT Optimizations
 2020-05-11 12:55 UTC  (2+ messages)

[PATCH] wcn36xx: Fix error handling path in 'wcn36xx_probe()'
 2020-05-11 12:37 UTC  (2+ messages)

[PATCH v2] ath10k: Replace zero-length array with flexible-array
 2020-05-11 12:37 UTC  (2+ messages)

[PATCH] wil6210: avoid gcc-10 zero-length-bounds warning
 2020-05-11 12:33 UTC  (2+ messages)

[RFC PATCH net-next] net: dsa: mt7530: fix roaming from DSA user ports
 2020-05-11 12:07 UTC  (3+ messages)

[PATCH net-next 00/15] Traffic support for dsa_8021q in vlan_filtering=1 mode
 2020-05-11 12:05 UTC  (7+ messages)
` [PATCH net-next 01/15] net: dsa: provide an option for drivers to always receive bridge VLANs


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