netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-11-20 01:51:51 to 2018-11-20 10:39:02 UTC [more...]

[RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce
 2018-11-20  5:17 UTC  (25+ messages)

[PATCH v3 0/5] phy: core: rework phy_set_mode to accept phy mode and submode
 2018-11-20  9:18 UTC  (3+ messages)
` [PATCH v3 3/5] phy: ocelot-serdes: convert to use eth "

[PATCH bpf-next] bpf: libbpf: retry map creation without the name
 2018-11-20  0:12 UTC  (5+ messages)
  ` [PATCH bpf-next v2] "

[PATCH bpf-next 0/2] bpf: adding support for mapinmap in libbpf
 2018-11-20  0:06 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: adding support for map in map "
` [PATCH bpf-next 2/2] bpf: adding tests for mapinmap helpber "

[PATCH 0/3] bpf: allow zero-initialising hash map seed
 2018-11-19 23:56 UTC  (3+ messages)
` [PATCH v3 0/4] "

netns_id in bpf_sk_lookup_{tcp,udp}
 2018-11-19 23:46 UTC  (9+ messages)

[pull request][net 00/13] Mellanox, mlx5 fixes 2018-11-19
 2018-11-19 23:41 UTC  (14+ messages)
` [net 01/13] net/mlx5: IPSec, Fix the SA context hash key
` [net 02/13] net/mlx5e: IPoIB, Reset QP after channels are closed
` [net 03/13] net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded
` [net 04/13] net/mlx5e: Claim TC hw offloads support only under a proper build config
` [net 05/13] net/mlx5e: Always use the match level enum when parsing TC rule match
` [net 06/13] net/mlx5e: Adjust to max number of channles when re-attaching
` [net 07/13] net/mlx5e: Apply the correct check for supporting TC esw rules split
` [net 08/13] net/mlx5e: RX, verify received packet size in Linear Striding RQ
` [net 09/13] net/mlx5e: Fix selftest for small MTUs
` [net 10/13] net/mlx5e: Fix a bug in turning off FEC policy in unsupported speeds
` [net 11/13] net/mlx5e: Fix wrong field name in FEC related functions
` [net 12/13] net/mlx5e: Removed unnecessary warnings in FEC caps query
` [net 13/13] net/mlx5e: Fix failing ethtool query on FEC query error

[PATCH v5 bpf-next 00/13] bpf: Add btf func info support
 2018-11-19 23:29 UTC  (14+ messages)
` [PATCH v5 bpf-next 01/13] bpf: btf: Break up btf_type_is_void()
` [PATCH v5 bpf-next 02/13] bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO
` [PATCH v5 bpf-next 03/13] tools/bpf: Sync kernel btf.h header
` [PATCH v5 bpf-next 04/13] tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC
` [PATCH v5 bpf-next 05/13] bpf: Introduce bpf_func_info
` [PATCH v5 bpf-next 06/13] tools/bpf: sync kernel uapi bpf.h header to tools directory
` [PATCH v5 bpf-next 07/13] tools/bpf: add new fields for program load in lib/bpf
` [PATCH v5 bpf-next 08/13] tools/bpf: extends test_btf to test load/retrieve func_type info
` [PATCH v5 bpf-next 09/13] tools/bpf: add support to read .BTF.ext sections
` [PATCH v5 bpf-next 10/13] tools/bpf: do not use pahole if clang/llvm can generate BTF sections
` [PATCH v5 bpf-next 11/13] tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
` [PATCH v5 bpf-next 12/13] tools/bpf: enhance test_btf file testing to test func info
` [PATCH v5 bpf-next 13/13] tools/bpf: bpftool: add support for func types

[PATCH 00/11] TCP transport binding for NVMe over Fabrics
 2018-11-19 23:24 UTC  (13+ messages)
` [PATCH 05/11] nvmet: Add install_queue callout
` [PATCH 10/11] nvmet-tcp: add NVMe over TCP target driver

[PATCH net-next 00/14] gred: add offload support
 2018-11-19 23:21 UTC  (15+ messages)
` [PATCH net-next 01/14] nfp: abm: map per-band symbols
` [PATCH net-next 02/14] nfp: abm: pass band parameter to functions
` [PATCH net-next 03/14] nfp: abm: size threshold table to account for bands
` [PATCH net-next 04/14] nfp: abm: switch to extended stats for reading packet/byte counts
` [PATCH net-next 05/14] nfp: abm: add up bands for sto/non-sto stats
` [PATCH net-next 06/14] net: sched: gred: add basic Qdisc offload
` [PATCH net-next 07/14] net: sched: gred: support reporting stats from offloads
` [PATCH net-next 08/14] nfp: abm: wrap RED parameters in bands
` [PATCH net-next 09/14] nfp: abm: add GRED offload
` [PATCH net-next 10/14] net: sched: cls_u32: add res to offload information
` [PATCH net-next 11/14] nfp: abm: calculate PRIO map len and check mailbox size
` [PATCH net-next 12/14] nfp: abm: add functions to update DSCP -> virtual queue map
` [PATCH net-next 13/14] nfp: abm: add cls_u32 offload for simple band classification
` [PATCH net-next 14/14] nfp: abm: add support for more threshold actions

[PATCH RESEND 0/2] free order-0 pages through PCP in page_frag_free() and cleanup
 2018-11-20  9:42 UTC  (4+ messages)
` [PATCH v2 RESEND 1/2] mm/page_alloc: free order-0 pages through PCP in page_frag_free()
  ` [PATCH v2 RESEND update "

[PATCH V1 net 0/3] net: ena: hibernation and rmmod bug fixes
 2018-11-19 23:13 UTC  (2+ messages)

[PATCH] ipv4: allow newer DSCP values in ip rules
 2018-11-19 23:11 UTC  (2+ messages)

[PATCH 0/5] Reset Intel BT controller if it gets stuck
 2018-11-19 23:04 UTC  (4+ messages)
` [PATCH v2 1/5] usb: split code locating ACPI companion into port and device
  ` [PATCH v2 3/5] Bluetooth: Reset Bluetooth chip after multiple command timeouts
  ` [PATCH v2 4/5] Bluetooth: btusb: Collect the common Intel assignments together

[PATCH iproute2-next 0/8] tc: gred: JSON-ify and support per-vq config
 2018-11-19 23:03 UTC  (9+ messages)
` [PATCH iproute2-next 1/8] tc: gred: remove unclear comment
` [PATCH iproute2-next 2/8] json: add %hhu helpers
` [PATCH iproute2-next 3/8] tc: move RED flag printing to helper
` [PATCH iproute2-next 4/8] tc: gred: jsonify GRED output
` [PATCH iproute2-next 5/8] tc: gred: separate out stats printing
` [PATCH iproute2-next 6/8] tc: gred: use extended stats if available
` [PATCH iproute2-next 7/8] tc: gred: support controlling RED flags
` [PATCH iproute2-next 8/8] tc: gred: allow controlling and dumping per-DP "

hard-coded limit on unresolved multicast route cache in ipv4/ipmr.c causes slow, unreliable creation of multicast routes on busy networks
 2018-11-20  9:23 UTC  (3+ messages)

[v4, PATCH 0/2] add Ethernet driver support for mt2712
 2018-11-20  9:21 UTC  (2+ messages)
` [v4, PATCH 2/2] dt-binding: mediatek-dwmac: add binding document for MediaTek MT2712 DWMAC

[PATCH net] sctp: not increase stream's incnt before sending addstrm_in request
 2018-11-19 22:47 UTC  (2+ messages)

[PATCH net-next 00/18] selftests: Add tests for VXLAN at an 802.1d bridge
 2018-11-19 22:41 UTC  (24+ messages)
` [PATCH net-next 01/18] net: skb_scrub_packet(): Scrub offload_fwd_mark
` [PATCH net-next 02/18] selftests: forwarding: lib: Support NUM_NETIFS of 0
` [PATCH net-next 03/18] selftests: forwarding: lib: Add in_ns()
` [PATCH net-next 04/18] selftests: forwarding: ping{6,}_test(): Add description argument
` [PATCH net-next 05/18] selftests: forwarding: ping{6,}_do(): Allow passing ping arguments
` [PATCH net-next 06/18] selftests: forwarding: lib: Add link_stats_rx_errors_get()
` [PATCH net-next 07/18] selftests: forwarding: Add a skeleton of vxlan_bridge_1d
` [PATCH net-next 08/18] selftests: forwarding: vxlan_bridge_1d: Add ping test
` [PATCH net-next 09/18] selftests: forwarding: vxlan_bridge_1d: Add flood test
` [PATCH net-next 10/18] selftests: forwarding: vxlan_bridge_1d: Add unicast test
` [PATCH net-next 11/18] selftests: forwarding: vxlan_bridge_1d: Reconfigure & rerun tests
` [PATCH net-next 12/18] selftests: forwarding: vxlan_bridge_1d: Add a TTL test
` [PATCH net-next 13/18] selftests: forwarding: vxlan_bridge_1d: Add a TOS test
` [PATCH net-next 14/18] selftests: forwarding: vxlan_bridge_1d: Add an ECN encap test
` [PATCH net-next 15/18] selftests: forwarding: vxlan_bridge_1d: Add an ECN decap test
` [PATCH net-next 16/18] selftests: forwarding: vxlan_bridge_1d_port_8472: New test
` [PATCH net-next 17/18] selftests: mlxsw: Add a test for VxLAN configuration
` [PATCH net-next 18/18] selftests: mlxsw: Add a test for VxLAN flooding

[PATCH net-next 0/8] net: hns3: Adds support of debugfs to HNS3 driver
 2018-11-19 22:29 UTC  (3+ messages)
` [PATCH net-next 6/8] net: hns3: Add pause config info query function

[PATCH mlx5-next 00/10] Collection of ODP fixes
 2018-11-19 22:25 UTC  (3+ messages)

Realtek NIC uses over 1 Watt with no traffic
 2018-11-20  8:40 UTC 

Kernel 4.19 network performance - forwarding/routing normal users traffic
 2018-11-19 21:59 UTC  (15+ messages)

linux-next: Signed-off-by missing for commit in the net tree
 2018-11-20  8:25 UTC  (2+ messages)

[PATCH net] net/ibmnvic: Fix deadlock problem in reset
 2018-11-19 21:59 UTC 

Re
 2018-11-19 21:43 UTC 

VETH & AF_PACKET problem
 2018-11-19 21:51 UTC  (6+ messages)

[PATCH 00/12 net-next,v2] add flow_rule infrastructure
 2018-11-19 21:44 UTC  (19+ messages)
` [PATCH net-next,v2 03/12] flow_dissector: add flow action infrastructure
` [PATCH net-next,v2 05/12] cls_flower: add statistics retrieval infrastructure and use it
` [PATCH net-next,v2 09/12] flow_dissector: add basic ethtool_rx_flow_spec to flow_rule structure translator
` [PATCH net-next 12/12] qede: use ethtool_rx_flow_rule() to remove duplicated parser code

[PATCH v2 0/3] Add quirk for reading BD_ADDR from fwnode property
 2018-11-19 21:44 UTC  (3+ messages)
` [PATCH v2 1/3] Bluetooth: "

[PATCH net-next 00/11] r8169: series with further smaller improvements
 2018-11-19 21:41 UTC  (12+ messages)
` [PATCH net-next 01/11] r8169: merge rtl_irq_enable and rtl_irq_enable_all
` [PATCH net-next 02/11] r8169: use dev_get_drvdata where possible
` [PATCH net-next 03/11] r8169: remove unused interrupt sources
` [PATCH net-next 04/11] r8169: replace event_slow with irq_mask
` [PATCH net-next 05/11] r8169: use PCI_VDEVICE macro
` [PATCH net-next 06/11] r8169: remove print_mac_version
` [PATCH net-next 07/11] r8169: remove "not PCI Express" message
` [PATCH net-next 08/11] r8169: remove manual padding in struct ring_info
` [PATCH net-next 09/11] r8169: remove workaround for ancient gcc bug
` [PATCH net-next 10/11] r8169: simplify ocp functions
` [PATCH net-next 11/11] r8169: improve chip version identification

[PATCH] xfrm: policy: add missing indentation
 2018-11-20  7:35 UTC  (2+ messages)

[PATCH] af_key: fix indentation on declaration statement
 2018-11-20  7:34 UTC  (2+ messages)

[PATCH net] Revert "sctp: remove sctp_transport_pmtu_check"
 2018-11-19 20:44 UTC  (3+ messages)

[PATCHv2 net] sctp: not allow to set asoc prsctp_enable by sockopt
 2018-11-19 20:42 UTC  (2+ messages)

[PATCH net] sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmit
 2018-11-19 20:39 UTC  (2+ messages)

[PATCH net-next 0/6] Remove VLAN.CFI overload
 2018-11-19 20:30 UTC  (4+ messages)
` [PATCH net-next 2/6] net/bpf: split VLAN_PRESENT bit handling from VLAN_TCI

[PATCHv3 net-next 0/4] sctp: add subscribe per asoc and sockopt SCTP_EVENT
 2018-11-19 20:25 UTC  (3+ messages)

WARNING in kmem_cache_create_usercopy
 2018-11-20  6:03 UTC  (3+ messages)
` [PATCH] 9p/net: put a lower bound on msize

[Patch net] net: invert the check of detecting hardware RX checksum fault
 2018-11-19 19:25 UTC  (8+ messages)

[PATCH net-next] cxgb4/cxgb4vf: Fix mac_hlist initialization and free
 2018-11-19 19:24 UTC  (2+ messages)

[PATCH 1/4] net-next/hinic:replace multiply and division operators
 2018-11-20  5:47 UTC  (4+ messages)
` [PATCH 2/4] net-next/hinic:add rx checksum offload for HiNIC
` [PATCH 3/4] net-next/hinic:fix a bug in set mac address
` [PATCH 4/4] net-next/hinic: fix a bug in rx data flow

[PATCH net-next] MAINTAINERS: Add myself as third phylib maintainer
 2018-11-19 19:14 UTC  (3+ messages)

[PATCH] net: faraday: ftmac100: remove netif_running(netdev) check before disabling interrupts
 2018-11-20  5:37 UTC 

[PATCH 00/10] add flow_rule infrastructure
 2018-11-19 19:04 UTC  (4+ messages)

[PATCH V2 mlx5-next 00/12] mlx5 core generic EQ API for RDMA ODP
 2018-11-19 18:52 UTC  (13+ messages)
` [PATCH V2 mlx5-next 01/12] net/mlx5: EQ, Use the right place to store/read IRQ affinity hint
` [PATCH V2 mlx5-next 02/12] net/mlx5: EQ, Remove unused fields and structures
` [PATCH V2 mlx5-next 03/12] net/mlx5: EQ, No need to store eq index as a field
` [PATCH V2 mlx5-next 04/12] net/mlx5: EQ, Remove redundant completion EQ list lock
` [PATCH V2 mlx5-next 05/12] net/mlx5: EQ, Move all EQ logic to eq.c
` [PATCH V2 mlx5-next 06/12] net/mlx5: EQ, Create all EQs in one place
` [PATCH V2 mlx5-next 07/12] net/mlx5: EQ, irq_info and rmap belong to eq_table
` [PATCH V2 mlx5-next 08/12] net/mlx5: EQ, Privatize eq_table and friends
` [PATCH V2 mlx5-next 09/12] net/mlx5: EQ, Different EQ types
` [PATCH V2 mlx5-next 10/12] net/mlx5: EQ, Generic EQ
` [PATCH V2 mlx5-next 11/12] {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA
` [PATCH V2 mlx5-next 12/12] net/mlx5: EQ, Make EQE access methods inline

[PATCH net-next] add part of TCP counts explanations in snmp_counters.rst
 2018-11-19 18:51 UTC  (2+ messages)

[PATCH mlx5-next 00/12] mlx5 core generic EQ API for RDMA ODP
 2018-11-19 18:43 UTC  (4+ messages)
` [PATCH mlx5-next 11/12] {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA

KASAN: use-after-free Read in tick_sched_handle (3)
 2018-11-20  4:42 UTC 

[PATCH v3] net: Add trace events for all receive exit points
 2018-11-19 17:47 UTC  (6+ messages)

[PATCH net] sctp: not allow to set asoc prsctp_enable by sockopt
 2018-11-19 17:26 UTC  (9+ messages)

[RFC v2 0/3] Add VRF support for VXLAN underlay
 2018-11-19 17:19 UTC  (4+ messages)
` [RFC v2 1/3] udp_tunnel: add config option to bind to a device
` [RFC v2 2/3] vxlan: add support for underlay in non-default VRF
` [RFC v2 3/3] vxlan: handle underlay VRF changes

[RFC v2 1/3] udp_tunnel: add config option to bind to a device
 2018-11-19 17:19 UTC  (2+ messages)

[PATCH 1/4] net-next/hinic:replace multiply and division operators
 2018-11-20  3:00 UTC  (4+ messages)
  ` 答复: "

[resend PATCH] rxrpc: Neaten logging macros and add KERN_DEBUG logging level
 2018-11-20  2:57 UTC  (4+ messages)
  ` [resend PATCH for 3rd time] "

[PATCH net-next v2 0/2] net: bcmgenet: fix aborted suspend
 2018-11-20  2:43 UTC  (2+ messages)

[PATCH net-next] net: hns3: add common validation in hclge_dcb
 2018-11-20  2:32 UTC  (2+ messages)

[PATCH 0/4] bpf: permit JIT allocations to be served outside the module region
 2018-11-19 15:37 UTC  (4+ messages)
` [PATCH 1/4] bpf: account for freed JIT allocations in arch code


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