netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-14 19:30:33 to 2020-01-15 12:56:11 UTC [more...]

loss of connectivity after enabling vlan_filtering
 2020-01-15 12:56 UTC  (8+ messages)

[PATCH net-next v2 0/8] net: bridge: add vlan notifications and rtm support
 2020-01-15 12:51 UTC  (2+ messages)

[PATCH net-next] sfc: move MCDI filtering code
 2020-01-15 12:40 UTC  (2+ messages)

[PATCH net]: hv_sock: Remove the accept port restriction
 2020-01-14 19:51 UTC  (2+ messages)

[PATCH mlx5-next 00/10] Use ODP MRs for kernel ULPs
 2020-01-15 12:43 UTC  (11+ messages)
` [PATCH mlx5-next 01/10] IB: Allow calls to ib_umem_get from "
` [PATCH mlx5-next 02/10] IB/core: Introduce ib_reg_user_mr
` [PATCH mlx5-next 03/10] IB/core: Add interface to advise_mr for kernel users
` [PATCH mlx5-next 04/10] IB/mlx5: Add ODP WQE handlers for kernel QPs
` [PATCH mlx5-next 05/10] RDMA/mlx5: Don't fake udata for kernel path
` [PATCH mlx5-next 06/10] IB/mlx5: Mask out unsupported ODP capabilities for kernel QPs
` [PATCH mlx5-next 07/10] RDMA/mlx5: Fix handling of IOVA != user_va in ODP paths
` [PATCH mlx5-next 08/10] net/rds: Detect need of On-Demand-Paging memory registration
` [PATCH mlx5-next 09/10] net/rds: Handle ODP mr registration/unregistration
` [PATCH mlx5-next 10/10] net/rds: Use prefetch for On-Demand-Paging MR

[PATCH] net: xen-netbank: hash.c: Use built-in RCU list checking
 2020-01-15 12:41 UTC 

[PATCH bpf-next v2 00/11] Extend SOCKMAP to store listening sockets
 2020-01-15 12:41 UTC  (4+ messages)
` [PATCH bpf-next v2 09/11] bpf: Allow selecting reuseport socket from a SOCKMAP

[PATCH 00/65] Simplify and improve the wfx driver
 2020-01-15 12:13 UTC  (66+ messages)
` [PATCH 01/65] staging: wfx: revert unexpected change in debugfs output
` [PATCH 02/65] staging: wfx: make hif_scan() usage clearer
` [PATCH 03/65] staging: wfx: add missing PROBE_RESP_OFFLOAD feature
` [PATCH 04/65] staging: wfx: send rate policies one by one
` [PATCH 05/65] staging: wfx: simplify hif_set_tx_rate_retry_policy() usage
` [PATCH 06/65] staging: wfx: simplify hif_set_output_power() usage
` [PATCH 07/65] staging: wfx: simplify hif_set_rcpi_rssi_threshold() usage
` [PATCH 08/65] staging: wfx: simplify hif_set_arp_ipv4_filter() usage
` [PATCH 09/65] staging: wfx: simplify hif_start() usage
` [PATCH 10/65] staging: wfx: use specialized structs for HIF arguments
` [PATCH 11/65] staging: wfx: retrieve ampdu_density from sta->ht_cap
` [PATCH 12/65] staging: wfx: retrieve greenfield mode from sta->ht_cap and bss_conf
` [PATCH 13/65] staging: wfx: drop struct wfx_ht_info
` [PATCH 14/65] staging: wfx: drop wdev->output_power
` [PATCH 15/65] staging: wfx: simplify wfx_config()
` [PATCH 16/65] staging: wfx: rename wfx_upload_beacon()
` [PATCH 17/65] staging: wfx: simplify wfx_upload_ap_templates()
` [PATCH 18/65] staging: wfx: simplify wfx_update_beaconing()
` [PATCH 19/65] staging: wfx: fix __wfx_flush() when drop == false
` [PATCH 20/65] staging: wfx: simplify wfx_flush()
` [PATCH 21/65] staging: wfx: simplify update of DTIM period
` [PATCH 22/65] staging: wfx: drop wvif->dtim_period
` [PATCH 23/65] staging: wfx: drop wvif->enable_beacon
` [PATCH 24/65] staging: wfx: drop wvif->cqm_rssi_thold
` [PATCH 25/65] staging: wfx: drop wvif->setbssparams_done
` [PATCH 26/65] staging: wfx: drop wfx_set_cts_work()
` [PATCH 27/65] staging: wfx: SSID should be provided to hif_start() even if hidden
` [PATCH 28/65] staging: wfx: simplify hif_update_ie()
` [PATCH 29/65] staging: wfx: simplify hif_join()
` [PATCH 30/65] staging: wfx: simplify hif_set_association_mode()
` [PATCH 31/65] staging: wfx: simplify hif_set_uc_mc_bc_condition()
` [PATCH 32/65] staging: wfx: simplify hif_mib_uc_mc_bc_data_frame_condition
` [PATCH 33/65] staging: wfx: simplify hif_mib_set_data_filtering
` [PATCH 34/65] staging: wfx: simplify hif_set_data_filtering()
` [PATCH 35/65] staging: wfx: simplify hif_set_mac_addr_condition()
` [PATCH 36/65] staging: wfx: simplify hif_set_config_data_filter()
` [PATCH 37/65] staging: wfx: simplify wfx_set_mcast_filter()
` [PATCH 38/65] staging: wfx: simplify wfx_update_filtering()
` [PATCH 39/65] staging: wfx: simplify wfx_scan_complete()
` [PATCH 40/65] staging: wfx: update power-save per interface
` [PATCH 41/65] staging: wfx: with multiple vifs, force PS only if channels differs
` [PATCH 42/65] staging: wfx: do not update uapsd if not necessary
` [PATCH 43/65] staging: wfx: fix case where RTS threshold is 0
` [PATCH 44/65] staging: wfx: fix possible overflow on jiffies comparaison
` [PATCH 45/65] staging: wfx: remove handling of "early_data"
` [PATCH 46/65] staging: wfx: relocate "buffered" information to sta_priv
` [PATCH 47/65] staging: wfx: fix bss_loss
` [PATCH 48/65] staging: wfx: fix RCU usage
` [PATCH 49/65] staging: wfx: simplify wfx_set_tim_impl()
` [PATCH 50/65] staging: wfx: simplify the link-id allocation
` [PATCH 51/65] staging: wfx: check that no tx is pending before release sta
` [PATCH 52/65] staging: wfx: replace wfx_tx_get_tid() with ieee80211_get_tid()
` [PATCH 53/65] staging: wfx: pspoll_mask make no sense
` [PATCH 54/65] staging: wfx: sta and dtim
` [PATCH 55/65] staging: wfx: firmware never return PS status for stations
` [PATCH 56/65] staging: wfx: simplify wfx_suspend_resume_mc()
` [PATCH 57/65] staging: wfx: simplify handling of IEEE80211_TX_CTL_SEND_AFTER_DTIM
` [PATCH 58/65] staging: wfx: simplify wfx_ps_notify_sta()
` [PATCH 59/65] staging: wfx: ensure that packet_id is unique
` [PATCH 60/65] staging: wfx: remove unused do_probe
` [PATCH 61/65] staging: wfx: remove check for interface state
` [PATCH 62/65] staging: wfx: simplify hif_handle_tx_data()
` [PATCH 63/65] staging: wfx: simplify wfx_tx_queue_get_num_queued()
` [PATCH 64/65] staging: wfx: simplify hif_multi_tx_confirm()
` [PATCH 65/65] staging: wfx: update TODO

pull-request: mac80211 2020-01-15
 2020-01-15 12:12 UTC  (2+ messages)

[PATCH net v2 0/6] mlxsw: Various fixes
 2020-01-15 12:16 UTC  (8+ messages)
` [PATCH net v2 1/6] mlxsw: spectrum: Do not enforce same firmware version for multiple ASICs
` [PATCH net v2 2/6] mlxsw: spectrum: Do not modify cloned SKBs during xmit
` [PATCH net v2 3/6] mlxsw: switchx2: "
` [PATCH net v2 4/6] selftests: mlxsw: qos_mc_aware: Fix mausezahn invocation
` [PATCH net v2 5/6] mlxsw: spectrum: Wipe xstats.backlog of down ports
` [PATCH net v2 6/6] mlxsw: spectrum_qdisc: Include MC TCs in Qdisc counters

[PATCH] net: wan: lapbether.c: Use built-in RCU list checking
 2020-01-15 11:41 UTC 

[PATCH RFC net-next 00/20] net: dsa: add GRO support
 2020-01-15 11:29 UTC  (17+ messages)
` [PATCH RFC net-next 05/19] net: dsa: tag_ar9331: add GRO callbacks
` [PATCH RFC net-next 06/19] net: dsa: tag_gswip: fix typo in tag name
` [PATCH RFC net-next 16/19] net: dsa: tag_qca: fix doubled Tx statistics

[PATCH] xfrm: support output_mark for offload ESP packets
 2020-01-15 11:11 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] xfrm: interface: do not confirm neighbor when do pmtu update
 2020-01-15  9:57 UTC  (2+ messages)

[PATCH ipsec v2 0/2] ipsec interfaces: fix sending with bpf_redirect() / AF_PACKET sockets
 2020-01-15  9:56 UTC  (3+ messages)
` [PATCH ipsec v3 "

[PATCH net-next 0/4] Support fraglist GRO/GSO
 2020-01-15  9:47 UTC  (8+ messages)
` [PATCH net-next 3/4] net: Support GRO/GSO fraglist chaining

Expose bond_xmit_hash function
 2020-01-15  9:45 UTC  (2+ messages)

[PATCH net-next v2] net/mlx5e: Add mlx5e_flower_parse_meta support
 2020-01-15  9:37 UTC  (7+ messages)

[PATCH net-next] net/mlx5e: Don't allow forwarding between uplink
 2020-01-15  9:31 UTC  (4+ messages)

[PATCH -next] ath11k: add dependency for struct ath11k member debug
 2020-01-15  9:18 UTC  (2+ messages)

[PATCH net] net/sched: act_ife: initalize ife->metalist earlier
 2020-01-15  9:14 UTC  (2+ messages)

[PATCH 0/2] ath10k: Enable QDSS clock on sm8150
 2020-01-15  9:04 UTC  (3+ messages)

[PATCH net] net: dsa: tag_qca: fix doubled Tx statistics
 2020-01-15  8:56 UTC 

[PATCH net] net: dsa: tag_gswip: fix typo in tagger name
 2020-01-15  8:54 UTC 

[PATCH bpf-next] libbpf: Fix include of bpf_helpers.h when libbpf is installed on system
 2020-01-15  8:39 UTC  (6+ messages)

[PATCH v2 0/3] devlink region trigger support
 2020-01-15  8:36 UTC  (9+ messages)

[PATCH v2] net: phy: dp83867: Set FORCE_LINK_GOOD to default after reset
 2020-01-15  8:01 UTC  (2+ messages)
` [PATCH v3] "

[PATCH net v2 0/4] net: stmmac: general fixes for Ethernet functionality
 2020-01-15  7:10 UTC  (5+ messages)
` [PATCH net v2 1/4] net: stmmac: Fix incorrect location to set real_num_rx|tx_queues
` [PATCH net v2 2/4] net: stmmac: fix incorrect GMAC_VLAN_TAG register writting implementation
` [PATCH net v2 3/4] net: stmmac: fix missing IFF_MULTICAST check in dwmac4_set_filter
` [PATCH net v2 4/4] net: stmmac: update pci platform data to use phy_interface

[PATCH] r8152: Add MAC passthrough support to new device
 2020-01-15  7:04 UTC  (5+ messages)

[PATCH] tcp: fix marked lost packets not being retransmitted
 2020-01-15  6:58 UTC  (4+ messages)

[PATCH bpf-next 0/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id
 2020-01-15  6:40 UTC  (18+ messages)
` [PATCH bpf-next 1/5] bpftool: Fix a leak of btf object
` [PATCH bpf-next 2/5] bpftool: Fix missing BTF output for json during map dump
` [PATCH bpf-next 3/5] libbpf: Expose bpf_find_kernel_btf to libbpf_internal.h
` [PATCH bpf-next 4/5] bpftool: Add struct_ops map name
` [PATCH bpf-next 5/5] bpftool: Support dumping a map with btf_vmlinux_value_type_id

general protection fault in free_verifier_state (3)
 2020-01-15  6:25 UTC 

[PATCH 0/2] libertas: fix rates overflow code path in lbs_ibss_join_existing()
 2020-01-15  6:21 UTC  (4+ messages)
  ` [PATCH 1/2] libertas: don't exit from lbs_ibss_join_existing() with RCU read lock held

KASAN: use-after-free Write in hci_sock_bind
 2020-01-15  6:21 UTC 

[PATCH 00/14] net: axienet: Error handling, SGMII and 64-bit DMA fixes
 2020-01-15  6:02 UTC  (5+ messages)
` [PATCH 12/14] net: axienet: Autodetect 64-bit DMA capability

[PATCH net] net: ethernet: ave: Avoid lockdep warning
 2020-01-15  4:02 UTC 

[PATCH] net: optimize cmpxchg in ip_idents_reserve
 2020-01-15  3:23 UTC 

[PATCH net-next v2 00/10] net: Add route offload indication
 2020-01-15  2:54 UTC  (2+ messages)

[PATCH net] net: mvneta: fix dma sync size in mvneta_run_xdp
 2020-01-15  2:50 UTC  (2+ messages)

[PATCH v3 net-next] net: socionext: get rid of huge dma sync in netsec_alloc_rx_data
 2020-01-15  2:46 UTC  (2+ messages)

[PATCH net] net: hns3: pad the short frame before sending to the hardware
 2020-01-15  2:46 UTC 

[PATCH] r8152: add missing endpoint sanity check
 2020-01-15  2:44 UTC  (2+ messages)

[PATCH v4 0/5] QRTR flow control improvements
 2020-01-15  2:37 UTC  (2+ messages)

[v4] pktgen: Allow configuration of IPv6 source address range
 2020-01-15  2:31 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8188ee: remove redundant assignment to variable cond
 2020-01-15  1:46 UTC  (2+ messages)

[PATCH] Propagate NCSI channel carrier loss/gain events to the kernel
 2020-01-15  1:40 UTC  (5+ messages)

[PATCH net] macvlan: use skb_reset_mac_header() in macvlan_queue_xmit()
 2020-01-15  1:38 UTC  (2+ messages)

[PATCH v4 bpf-next 0/9] add bpf batch ops to process more than 1 elem
 2020-01-15  1:03 UTC  (13+ messages)
` [PATCH v4 bpf-next 5/9] bpf: add batch ops to all htab bpf map
` [PATCH v4 bpf-next 7/9] libbpf: add libbpf support to batch ops
` [PATCH v4 bpf-next 9/9] selftests/bpf: add batch ops testing to array bpf map

[PATCH bpf-next 0/6] bpf: Introduce global functions
 2020-01-15  0:44 UTC  (5+ messages)
` [PATCH bpf-next 3/6] bpf: Introduce function-by-function verification

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-14 23:29 UTC  (4+ messages)

[PATCH net-next 0/2] netns: simple cleanups
 2020-01-14 22:25 UTC  (3+ messages)
` [PATCH net-next 1/2] netns: Parse NETNSA_FD and NETNSA_PID as signed integers
` [PATCH net-next 2/2] netns: constify exported functions

Terraform Software Users Contact List
 2020-01-14 22:17 UTC 

WARNING: refcount bug in free_nsproxy (2)
 2020-01-14 22:04 UTC 

[PATCH net-next] net/mlx5e: allow TSO on VXLAN over VLAN topologies
 2020-01-14 20:33 UTC  (3+ messages)

[PATCH net-next] mlx5: Use proper logging and tracing line terminations
 2020-01-14 20:30 UTC  (2+ messages)

[PATCH] devlink: fix typos in qed documentation
 2020-01-14 20:10 UTC  (2+ messages)

[PATCH 00/17] devlink documentation refactor
 2020-01-14 20:07 UTC  (4+ messages)
` [PATCH 11/17] devlink: add a driver-specific file for the qed driver
  ` [EXT] "

[PATCH net-next 0/8] skb_list_walk_safe refactoring for net/*'s skb_gso_segment usage
 2020-01-14 19:49 UTC  (2+ messages)

[PATCH net-next v6 00/10] net: macsec: initial support for hardware offloading
 2020-01-14 19:46 UTC  (2+ messages)

WARNING: bad unlock balance in sch_direct_xmit
 2020-01-14 19:39 UTC  (14+ messages)

[PATCH][bpf-next][v2] bpf: return -EBADRQC for invalid map type in __bpf_tx_xdp_map
 2020-01-14 19:37 UTC  (2+ messages)

[RFC PATCH V2 11/11] x86: tsc: avoid system instability in hibernation
 2020-01-14 19:29 UTC  (9+ 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).