netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-20 13:48:36 to 2019-08-20 23:05:19 UTC [more...]

various TLS bug fixes
 2019-08-20 23:05 UTC 

[PATCH net-next,v2 0/6] Add software backchannel and mlx5e HV VHCA stats
 2019-08-20 23:00 UTC  (4+ messages)
` [PATCH net-next,v2 2/6] PCI: hv: Add a Hyper-V PCI interface driver for software backchannel interface

[PATCH net-next 0/6] Dynamic toggling of vlan_filtering for SJA1105 DSA
 2019-08-20 22:43 UTC  (19+ messages)
` [PATCH net-next 3/6] net: dsa: Delete the VID from the upstream port as well
` [PATCH net-next 4/6] net: dsa: Don't program the VLAN as pvid on the upstream port
` [PATCH net-next 6/6] net: dsa: tag_8021q: Restore bridge pvid when enabling vlan_filtering

[PATCH 0/6] Add ethernet support for Orange Pi 3
 2019-08-20 22:36 UTC  (18+ messages)
` [PATCH 1/6] dt-bindings: net: sun8i-a83t-emac: Add phy-supply property
` [PATCH 2/6] dt-bindings: net: sun8i-a83t-emac: Add phy-io-supply property
` [PATCH 3/6] net: stmmac: sun8i: Use devm_regulator_get for PHY regulator
` [PATCH 4/6] net: stmmac: sun8i: Rename PHY regulator variable to regulator_phy
` [PATCH 5/6] net: stmmac: sun8i: Add support for enabling a regulator for PHY I/O pins
` [PATCH 6/6] arm64: dts: allwinner: orange-pi-3: Enable ethernet

[PATCH 00/38] Convert networking to use the XArray
 2019-08-20 22:32 UTC  (39+ messages)
` [PATCH 01/38] mlx4: Convert cq_table->tree to XArray
` [PATCH 02/38] mlx4: Convert srq_table->tree "
` [PATCH 03/38] mlx4: Convert qp_table_tree "
` [PATCH 04/38] mlx5: Convert cq_table "
` [PATCH 05/38] mlx5: Convert mlx5_qp_table "
` [PATCH 06/38] mlx5: Convert counters_idr "
` [PATCH 07/38] mlx5: Convert fpga IDRs "
` [PATCH 08/38] nfp: Convert "
` [PATCH 09/38] ath10k: Convert pending_tx "
` [PATCH 10/38] ath10k: Convert mgmt_pending_tx IDR "
` [PATCH 11/38] mt76: Convert token "
` [PATCH 12/38] mwifiex: Convert ack_status_frames "
` [PATCH 13/38] ppp: Convert units_idr "
` [PATCH 14/38] tap: Convert minor_idr "
` [PATCH 15/38] nfp: Convert internal ports "
` [PATCH 16/38] qrtr: Convert qrtr_nodes "
` [PATCH 17/38] qrtr: Convert qrtr_ports "
` [PATCH 18/38] rxrpc: Convert "
` [PATCH 19/38] 9p: Convert reqs IDR "
` [PATCH 20/38] 9p: Convert fids "
` [PATCH 21/38] 9p: Move lock from client to trans_fd
` [PATCH 22/38] sctp: Convert sctp_assocs_id to XArray
` [PATCH 23/38] cls_api: Convert tcf_net "
` [PATCH 24/38] cls_u32: Convert tc_u_common->handle_idr "
` [PATCH 25/38] cls_u32: Convert tc_u_hnode->handle_idr "
` [PATCH 26/38] cls_bpf: Convert handle_idr "
` [PATCH 27/38] cls_bpf: Remove list of programs
` [PATCH 28/38] cls_bpf: Use XArray marks to accelerate re-offload
` [PATCH 29/38] cls_flower: Convert handle_idr to XArray
` [PATCH 30/38] cls_flower: Use XArray list of filters in fl_walk
` [PATCH 31/38] cls_flower: Use XArray marks instead of separate list
` [PATCH 32/38] cls_basic: Convert handle_idr to XArray
` [PATCH 33/38] act_api: Convert action_idr "
` [PATCH 34/38] net_namespace: Convert netns_ids "
` [PATCH 35/38] tipc: Convert conn_idr "
` [PATCH 36/38] netlink: Convert genl_fam_idr "
` [PATCH 37/38] mac80211: Convert ack_status_frames "
` [PATCH 38/38] mac80211: Convert function_inst_ids "

[RFC 1/4] Add usb_get_address and usb_set_address support
 2019-08-20 22:28 UTC  (3+ messages)

libbpf distro packaging
 2019-08-20 22:27 UTC  (4+ messages)

[PATCH] net/ncsi: add control packet payload to NC-SI commands from netlink
 2019-08-20 22:26 UTC  (5+ messages)

[RFC 4/4] net: cdc_ncm: Add ACPI MAC address pass through functionality
 2019-08-20 22:23 UTC 

[RFC 3/4] Move ACPI functionality out of r8152 driver
 2019-08-20 22:22 UTC 

[RFC 2/4] Allow cdc_ncm to set MAC address in hardware
 2019-08-20 22:21 UTC 

[RFC 0/4] Add support into cdc_ncm for MAC address pass through
 2019-08-20 22:15 UTC 

[net-next v3 00/14][pull request] 100GbE Intel Wired LAN Driver Updates 2019-08-20
 2019-08-20 21:50 UTC  (15+ messages)
` [net-next v3 01/14] ice: Use the software based tail when checking for hung Tx ring
` [net-next v3 02/14] ice: Assume that more than one Rx queue is rare in ice_napi_poll
` [net-next v3 03/14] ice: Restructure VFs initialization flows
` [net-next v3 04/14] ice: fix set pause param autoneg check
` [net-next v3 05/14] ice: Set WB_ON_ITR when we don't re-enable interrupts
` [net-next v3 06/14] ice: Fix kernel hang with DCB reset in CEE mode
` [net-next v3 07/14] ice: allow empty Rx descriptors
` [net-next v3 08/14] ice: Do not always bring up PF VSI in ice_ena_vsi()
` [net-next v3 09/14] ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register access
` [net-next v3 10/14] ice: Reduce wait times during VF bringup/reset
` [net-next v3 11/14] ice: Increase size of Mailbox receive queue for many VFs
` [net-next v3 12/14] ice: Move VF resources definition to SR-IOV specific file
` [net-next v3 13/14] ice: Change type for queue counts
` [net-next v3 14/14] ice: improve print for VF's when adding/deleting MAC filters

[PATCH 1/2] net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run
 2019-08-20 21:31 UTC  (2+ messages)
` [PATCH 2/2] net/ibmvnic: prevent more than one thread from running in reset

[PATCH v4 00/14] NFC: nxp-nci: clean up and new device support
 2019-08-20 21:27 UTC  (2+ messages)

general protection fault in xsk_poll
 2019-08-20 21:24 UTC  (5+ messages)
` [PATCH bpf-next] xsk: proper socket state check "

[PATCH v3] ravb: implement MTU change while device is up
 2019-08-20 21:05 UTC  (3+ messages)

pull-request: can-next 2019-08-20
 2019-08-20 21:02 UTC  (2+ messages)
` pull-request: can-next 2019-08-20,pull-request: "

[PATCH] net/mlx5: Fix a memory leak bug
 2019-08-20 21:00 UTC  (2+ messages)

[PATCH] net: Fix detection for IPv4 duplicate address
 2019-08-20 20:58 UTC  (2+ messages)

[PATCH mlx5-next 0/5] Mellanox, Updates for mlx5-next branch 2019-08-15
 2019-08-20 20:54 UTC  (3+ messages)

[PATCH net-next 0/9] s390/net: updates 2019-08-20
 2019-08-20 20:52 UTC  (11+ messages)
` [PATCH net-next 1/9] s390/qeth: use node_descriptor struct
` [PATCH net-next 2/9] s390/qeth: propagate length of processed cmd IO data to callback
` [PATCH net-next 3/9] s390/qeth: use correct length field in SNMP cmd callback
` [PATCH net-next 4/9] s390/qeth: keep cmd alive after IO completion
` [PATCH net-next 5/9] s390/qeth: merge qeth_reply struct into qeth_cmd_buffer
` [PATCH net-next 6/9] s390/qeth: get vnicc sub-cmd type from reply data
` [PATCH net-next 7/9] s390/qeth: streamline control code for promisc mode
` [PATCH net-next 8/9] s390/ctcm: don't use intparm for channel IO
` [PATCH net-next 9/9] s390/lcs: "

[PATCH net-next] netdevsim: Fix build error without CONFIG_INET
 2019-08-20 20:47 UTC  (7+ messages)
` [PATCH v2 "

net: micrel: confusion about phyids used in driver
 2019-08-20 20:30 UTC  (9+ messages)

[pull request][net-next v2 00/16] Mellanox, mlx5 devlink RX health reporters
 2019-08-20 20:24 UTC  (17+ messages)
` [net-next v2 01/16] net/mlx5e: Rename reporter header file
` [net-next v2 02/16] net/mlx5e: Change naming convention for reporter's functions
` [net-next v2 03/16] net/mlx5e: Generalize tx reporter's functionality
` [net-next v2 04/16] net/mlx5e: Extend tx diagnose function
` [net-next v2 05/16] net/mlx5e: Extend tx reporter diagnostics output
` [net-next v2 06/16] net/mlx5e: Add cq info to tx reporter diagnose
` [net-next v2 07/16] net/mlx5e: Add helper functions for reporter's basics
` [net-next v2 08/16] net/mlx5e: Add support to rx reporter diagnose
` [net-next v2 09/16] net/mlx5e: Split open/close ICOSQ into stages
` [net-next v2 10/16] net/mlx5e: Report and recover from CQE error on ICOSQ
` [net-next v2 11/16] net/mlx5e: Report and recover from rx timeout
` [net-next v2 12/16] net/mlx5e: RX, Handle CQE with error at the earliest stage
` [net-next v2 13/16] net/mlx5e: Report and recover from CQE with error on RQ
` [net-next v2 14/16] Documentation: net: mlx5: Devlink health documentation updates
` [net-next v2 15/16] net/mlx5e: Fix deallocation of non-fully init encap entries
` [net-next v2 16/16] net/mlx5: Fix the order of fc_stats cleanup

regression in ath10k dma allocation
 2019-08-20 20:24 UTC  (7+ messages)

IPv6 user level fragmentation & reassembly
 2019-08-20 20:23 UTC 

[PATCH net-next v4 0/2] dt-bindings: net: meson-dwmac: convert to yaml
 2019-08-20 20:17 UTC  (3+ messages)
` [PATCH net-next v4 1/2] dt-bindings: net: snps,dwmac: update reg minItems maxItems

[PATCH][V2] net: fix __ip_mc_inc_group usage
 2019-08-20 19:48 UTC  (2+ messages)

[PATCH] vsock: Fix a lockdep warning in __vsock_release()
 2019-08-20 19:45 UTC  (2+ messages)

[PATCH v2] net/ncsi: Ensure 32-bit boundary for data cksum
 2019-08-20 19:42 UTC  (2+ messages)

[PATCH spi for-5.4 0/5] Deterministic SPI latency with NXP DSPI driver
 2019-08-20 19:36 UTC  (6+ messages)
` [PATCH spi for-5.4 1/5] spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messages

[PATCH net-next v2 0/6] net: dsa: enable and disable all ports
 2019-08-20 19:34 UTC  (2+ messages)

[net PATCH] net/smc: make sure EPOLLOUT is raised
 2019-08-20 19:25 UTC  (2+ messages)

[PATCH v2 net-next 0/1] Add BASE-T1 PHY support
 2019-08-20 19:22 UTC  (2+ messages)

[PATCH net-next 0/2] netfilter: payload mangling offload support
 2019-08-20 19:22 UTC  (2+ messages)

[PATCH net] tunnel: fix dev null pointer dereference when send pkg larger than mtu in collect_md mode
 2019-08-20 19:20 UTC  (3+ messages)
` [PATCHv2 0/2] "

[PATCH net-next] r8152: divide the tx and rx bottom functions
 2019-08-20 19:19 UTC  (3+ messages)
` [PATCH net-next v2] "

[PATCH net-next 1/2] net: flow_offload: mangle 128-bit packet field with one action
 2019-08-20 18:35 UTC  (7+ messages)

VRF notes when using ipv6 and flushing tables
 2019-08-20 18:27 UTC 

linux-next: Tree for Aug 19 (drivers/net/netdevsim/dev.o)
 2019-08-20 18:13 UTC  (3+ messages)

[PATCH v2 0/2] Simplify mtty driver and mdev core
 2019-08-20 17:55 UTC  (11+ messages)

[PATCH rdma-next 0/3] RDMA RX RoCE Steering Support
 2019-08-20 17:54 UTC  (2+ messages)

[PATCH bpf-next V9 0/3] BPF: New helper to obtain namespace data from current task
 2019-08-20 17:29 UTC  (5+ messages)
` [PATCH bpf-next V9 1/3] bpf: new "

[PATCH net-next v3 0/4] Improve phc2sys precision for mv88e6xxx switch in combination with imx6-fec
 2019-08-20 16:56 UTC  (8+ messages)
` [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

[PATCH bpf-next v2 0/5] bpf: list BTF objects loaded on system
 2019-08-20 16:55 UTC  (2+ messages)

[RFC PATCH net-next 00/11] Deterministic SPI latency on NXP
 2019-08-20 16:49 UTC  (9+ messages)
` [RFC PATCH net-next 03/11] spi: Add a PTP system timestamp to the transfer structure

[PATCH v1] ocfs2/dlm: Move BITS_TO_BYTES() to bitops.h for wider use
 2019-08-20 16:31 UTC 

[PATCH 1/1] netfilter: nf_tables: fib: Drop IPV6 packages if IPv6 is disabled on boot
 2019-08-20 16:15 UTC  (3+ messages)

[PATCH net] ixgbe: fix double clean of tx descriptors with xdp
 2019-08-20 15:58 UTC  (3+ messages)

[v3] ocelot_ace: fix action of trap
 2019-08-20 15:45 UTC  (3+ messages)

[PATCH 1/1] net: rds: add service level support in rds-info
 2019-08-20 15:28 UTC  (2+ messages)

[PATCH bpf 1/1] xdp: unpin xdp umem pages in error path
 2019-08-20 15:12 UTC  (2+ messages)

[PATCH] test_bpf: Fix a new clang warning about xor-ing two numbers
 2019-08-20 15:11 UTC  (2+ messages)

[PATCH] bpfilter/verifier: add include guard to tnum.h
 2019-08-20 15:10 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: add BTF ids in procfs for file descriptors to BTF objects
 2019-08-20 15:10 UTC  (2+ messages)

[PATCH -next] bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc()
 2019-08-20 15:09 UTC  (2+ messages)

[PATCH net-next v2 0/9] net: macsec: initial support for hardware offloading
 2019-08-20 14:41 UTC  (9+ messages)
` [PATCH net-next v2 6/9] net: macsec: hardware offloading infrastructure

[PATCH v6 1/7] nfc: pn533: i2c: "pn532" as dt compatible string
 2019-08-20 14:32 UTC  (4+ messages)
` [PATCH v6 6/7] nfc: pn533: Add autopoll capability

[PATCH] selftests: bpf: install files test_xdp_vlan.sh
 2019-08-20 14:07 UTC  (2+ messages)

[PATCH bpf-next] bpf: add BTF ids in procfs for file descriptors to BTF objects
 2019-08-20 13:48 UTC  (3+ messages)
  ` [oss-drivers] "


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