netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-25 17:23:38 to 2020-03-26 06:57:54 UTC [more...]

[PATCH net-next 0/2] move ndo_xdp_xmit stats to peer veth_rq
 2020-03-26  6:57 UTC  (5+ messages)
` [PATCH net-next 1/2] veth: rely on veth_rq in veth_xdp_flush_bq signature
` [PATCH net-next 2/2] veth: rely on peer veth_rq for ndo_xdp_xmit accounting

[pull request][net-next 00/16] Mellanox, mlx5 updates 2020-03-25
 2020-03-26  6:38 UTC  (17+ messages)
` [net-next 01/16] net/mlx5e: Fix actions_match_supported() return
` [net-next 02/16] net/mlx5e: remove duplicated check chain_index in mlx5e_rep_setup_ft_cb
` [net-next 03/16] net/mlx5: E-Switch, Enable restore table only if reg_c1 is supported
` [net-next 04/16] net/mlx5: E-Switch, Enable chains only if regs loopback is enabled
` [net-next 05/16] net/mlx5: E-Switch, free flow_group_in after creating the restore table
` [net-next 06/16] net/mlx5: E-Switch, Use correct type for chain, prio and level values
` [net-next 07/16] net/mlx5: Simplify matching group searches
` [net-next 08/16] net/mlx5: Fix group version management
` [net-next 09/16] net/mlx5: Avoid incrementing FTE version
` [net-next 10/16] net/mlx5: Avoid group version scan when not necessary
` [net-next 11/16] net/mlx5: Simplify mlx5_register_device to return void
` [net-next 12/16] net/mlx5: Simplify mlx5_unload_one() and its callers
` [net-next 13/16] devlink: Rely on driver eswitch thread safety instead of devlink
` [net-next 14/16] net/mlx5: Split eswitch mode check to different helper function
` [net-next 15/16] net/mlx5: E-switch, Extend eswitch enable to handle num_vfs change
` [net-next 16/16] net/mlx5: E-switch, Protect eswitch mode changes

[PATCHv2 bpf-next 0/5] Add bpf_sk_assign eBPF helper
 2020-03-26  6:38 UTC  (20+ messages)
` [PATCHv2 bpf-next 1/5] bpf: Add socket assign support
` [PATCHv2 bpf-next 4/5] bpf: Don't refcount LISTEN sockets in sk_assign()
` [PATCHv2 bpf-next 5/5] selftests: bpf: add test for sk_assign

[bpf-next PATCH 00/10] ALU32 bounds tracking support
 2020-03-26  6:34 UTC  (11+ messages)
` [bpf-next PATCH 02/10] bpf: verifer, refactor adjust_scalar_min_max_vals
` [bpf-next PATCH 04/10] bpf: verifier, do explicit ALU32 bounds tracking
` [bpf-next PATCH 05/10] bpf: verifier, return value is an int in do_refine_retval_range
` [bpf-next PATCH 07/10] bpf: test_verifier, bpf_get_stack return value add <0
` [bpf-next PATCH 10/10] bpf: test_verifier, add alu32 bounds tracking tests

[PATCH v2 net-next 6/7] bnxt_en: Read partno and serialno of the board from VPD
 2020-03-26  6:29 UTC  (2+ messages)
` [PATCH v2 net-next 7/7] bnxt_en: Add partno to devlink info_get cb

[PATCH v2 net-next 5/7] PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macro
 2020-03-26  6:28 UTC 

[PATCH v2 net-next 0/7] bnxt_en: Updates to devlink info_get cb
 2020-03-26  6:27 UTC  (5+ messages)
` [PATCH v2 net-next 1/7] devlink: Add macro for "fw.api" to "
` [PATCH v2 net-next 2/7] bnxt_en: Add fw.api version to devlink "
` [PATCH v2 net-next 3/7] devlink: Add macro for "hw.addr" to "
` [PATCH v2 net-next 4/7] bnxt_en: Add hw addr to devlink "

pull-request: wireless-drivers-2020-03-25
 2020-03-26  6:19 UTC  (3+ messages)

[PATCH 1/2] wan/hdlc_x25: make lapb params configurable
 2020-03-26  6:08 UTC  (6+ messages)

[PATCH 1/3] net: wan: wanxl: use $(CC68K) instead of $(AS68K) for rebuilding firmware
 2020-03-26  6:13 UTC  (6+ messages)
` [PATCH 3/3] kbuild: remove AS variable

[PATCH v4] sctp: fix refcount bug in sctp_wfree
 2020-03-26  6:13 UTC  (6+ messages)

[PATCH v2 0/2] btusb: Introduce the use of vendor extension(s)
 2020-03-26  6:12 UTC  (7+ messages)
` [PATCH v2 1/2] Bluetooth: btusb: Indicate Microsoft vendor extension for Intel 9460/9560 and 9160/9260

[Fixes ebpf-selftests]: Fold test_current_pid_tgid_new_ns into test_progs
 2020-03-26  6:01 UTC  (2+ messages)

[PATCH v2 1/4] net: wan: wanxl: use allow to pass CROSS_COMPILE_M68k for rebuilding firmware
 2020-03-26  5:57 UTC  (3+ messages)
` [PATCH v2 2/4] net: wan: wanxl: use $(M68KCC) instead of $(M68KAS) "
` [PATCH v2 3/4] net: wan: wanxl: refactor the firmware rebuild rule

[PATCH V8 0/9] vDPA support
 2020-03-26  5:51 UTC  (7+ messages)
` [PATCH V8 5/9] vDPA: introduce vDPA bus
` [PATCH V8 9/9] virtio: Intel IFC VF driver for VDPA

[PATCH v2 0/1] Bluetooth: Add actions to set wakeable in add device
 2020-03-26  5:45 UTC  (2+ messages)
` [PATCH v2 1/1] Bluetooth: Update add_device with wakeable actions

[PATCH 0/1] Bluetooth: Add actions to set wakeable in add device
 2020-03-26  5:39 UTC  (2+ messages)
` [PATCH 1/1] Bluetooth: Update add_device with wakeable actions

[PATCH bpf-next 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-26  5:13 UTC  (27+ messages)
` [PATCH bpf-next 1/4] xdp: Support specifying expected existing program when attaching XDP

[PATCH net-next] selftests: move timestamping selftests to net folder
 2020-03-26  4:29 UTC  (2+ messages)

[PATCH bpf-next] bpf: remove unused vairable 'bpf_xdp_link_lops'
 2020-03-26  4:17 UTC  (2+ messages)

Fwd: tc question about ingress bandwidth splitting
 2020-03-26  3:53 UTC 

[PATCH net-next 0/3] netfilter: flowtable: Support offload of tuples in parallel
 2020-03-26  3:53 UTC  (7+ messages)
` [PATCH net-next 1/3] netfilter: flowtable: Use rw sem as flow block lock
` [PATCH net-next 2/3] netfilter: flowtable: Use work entry per offload command
` [PATCH net-next 3/3] net/mlx5: CT: Use rhashtable's ct entries instead of a seperate list

[PATCH net-next v8 0/2] net/mlx5e: add indr block support in the FT mode
 2020-03-26  3:52 UTC  (2+ messages)

[net-next v2 00/11] implement DEVLINK_CMD_REGION_NEW
 2020-03-26  3:51 UTC  (12+ messages)
` [net-next v2 01/11] devlink: prepare to support region operations
` [net-next v2 02/11] devlink: convert snapshot destructor callback to region op
` [net-next v2 03/11] devlink: trivial: fix tab in function documentation
` [net-next v2 04/11] devlink: add function to take snapshot while locked
` [net-next v2 05/11] devlink: use -ENOSPC to indicate no more room for snapshots
` [net-next v2 06/11] devlink: extract snapshot id allocation to helper function
` [net-next v2 07/11] devlink: report error once U32_MAX snapshot ids have been used
` [net-next v2 08/11] devlink: track snapshot id usage count using an xarray
` [net-next v2 09/11] devlink: implement DEVLINK_CMD_REGION_NEW
` [net-next v2 10/11] netdevsim: support taking immediate snapshot via devlink
` [net-next v2 11/11] ice: add a devlink region for dumping NVM contents

[PATCH net-next] atl2: remove unused variable 'atl2_driver_string'
 2020-03-26  3:21 UTC 

[PATCH] hostap: Convert prism2_download_aux_dump_proc_fops to prism2_download_aux_dump_proc_ops
 2020-03-26  3:24 UTC 

No networking due to "net/mlx5e: Add support for devlink-port in non-representors mode"
 2020-03-26  3:18 UTC  (5+ messages)

[net-next] tipc: Add a missing case of TIPC_DIRECT_MSG type
 2020-03-26  2:50 UTC 

[patch V3 13/20] Documentation: Add lock ordering and nesting documentation
 2020-03-26  2:40 UTC  (6+ messages)
    ` Documentation/locking/locktypes: Further clarifications and wordsmithing
      ` [PATCH v2] Documentation/locking/locktypes: minor copy editor fixes

[PATCH v8 0/2] KEYS: Read keys to internal buffer & then copy to userspace
 2020-03-26  2:30 UTC  (2+ messages)

[net-next] seg6: add support for optional attributes during behavior construction
 2020-03-26  2:30 UTC  (2+ messages)

[PATCH 00/10] implement DEVLINK_CMD_REGION_NEW
 2020-03-26  1:43 UTC  (18+ messages)
` [PATCH 04/10] devlink: add function to take snapshot while locked
` [PATCH 06/10] devlink: convert snapshot id getter to return an error
` [PATCH] devlink: track snapshot id usage count using an xarray
` [PATCH 08/10] devlink: implement DEVLINK_CMD_REGION_NEW

[PATCH v2 bpf-next 4/6] bpf: implement bpf_prog replacement for an active bpf_cgroup_link
 2020-03-26  1:28 UTC  (4+ messages)

[PATCH net-next] net/packet: fix TPACKET_V3 performance issue in case of TSO
 2020-03-26  1:20 UTC  (4+ messages)
  ` 答复: [vger.kernel.org代发]Re: "
    `  "
    `  "

[PATCH v2 net-next 00/10] Configure the MTU on DSA switches
 2020-03-26  0:48 UTC  (20+ messages)
` [PATCH v2 net-next 02/10] net: phy: bcm7xx: Add jumbo frame configuration to PHY
` [PATCH v2 net-next 05/10] bgmac: Add DMA support to handle frames beyond 8192 bytes
` [PATCH v2 net-next 06/10] net: dsa: b53: Add MTU configuration support
` [PATCH v2 net-next 07/10] net: dsa: sja1105: Implement the port MTU callbacks
` [PATCH v2 net-next 08/10] net: dsa: vsc73xx: Make the MTU configurable
` [PATCH v2 net-next 09/10] net: dsa: felix: support changing the MTU
` [PATCH v2 net-next 10/10] net: bridge: implement auto-normalization of MTU for hardware datapath

linux-next: manual merge of the net-next tree with the net tree
 2020-03-26  0:07 UTC 

[PATCH net-next 0/2] Devlink health auto attributes refactor
 2020-03-26  0:01 UTC  (8+ messages)
` [PATCH net-next 1/2] devlink: Implicitly set auto recover flag when registering health reporter
` [PATCH net-next 2/2] devlink: Add auto dump flag to "

WARNING in kcm_write_msgs
 2020-03-25 23:53 UTC  (2+ messages)

[RFC][PATCH 1/2] ethtool: Add BroadRReach Master/Slave PHY tunable
 2020-03-25 23:42 UTC  (5+ messages)
` RFC: future of ethtool tunables (Re: [RFC][PATCH 1/2] ethtool: Add BroadRReach Master/Slave PHY tunable)

[PATCH 0/4] dt-bindings: additionalProperties clean-up
 2020-03-25 23:34 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: iio/accel: Drop duplicate adi,adxl345/6 from trivial-devices.yaml
` [PATCH 2/4] dt-bindings: sram: qcom: Clean-up 'ranges' and child node names
` [PATCH 3/4] dt-bindings: Clean-up schema errors due to missing 'addtionalProperties: false'
` [PATCH 4/4] dt-bindings: Add missing 'additionalProperties: false'

[PATCH bpf-next v3] libbpf: don't allocate 16M for log buffer by default
 2020-03-25 23:21 UTC  (2+ messages)

[PATCH] netfilter/nf_tables: silence a RCU-list warning
 2020-03-25 23:13 UTC  (2+ messages)

[RFC PATCH 04/11] hv_netvsc: Disable NAPI before closing the VMBus channel
 2020-03-25 22:54 UTC 

[PATCH v2] ipv4: fix a RCU-list lock in fib_triestat_seq_show
 2020-03-25 22:01 UTC 

[PATCH v2 net-next] net: page pool: allow to pass zero flags to page_pool_init()
 2020-03-25 21:32 UTC  (2+ messages)

[RFC PATCH 0/1] Bluetooth: Set wakeable flag via add_device
 2020-03-25 21:27 UTC  (3+ messages)
` [RFC PATCH 1/1] Bluetooth: Update add_device to accept flags

[GIT] Networking
 2020-03-25 21:20 UTC  (2+ messages)

[PATCH net-next] net: use indirect call wrappers for skb_copy_datagram_iter()
 2020-03-25 20:58 UTC  (5+ messages)

[PATCH v2 net-next] qed: Fix race condition between scheduling and destroying the slowpath workqueue
 2020-03-25 20:50 UTC 

[PATCH net-next 0/3] qed: Fix and enhance slowpath workqueue mechanism
 2020-03-25 20:35 UTC  (4+ messages)
` [PATCH net-next 1/3] qed: Replace wq_active Boolean with an atomic QED_SLOWPATH_ACTIVE flag
    ` [EXT] "

[PATCH bpf-next v2] libbpf: don't allocate 16M for log buffer by default
 2020-03-25 19:48 UTC  (3+ messages)

[PATCH net] net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y,m} build
 2020-03-25 19:29 UTC  (2+ messages)

[PATCH net] cxgb4: Add support to catch bits set in INT_CAUSE5
 2020-03-25 19:22 UTC  (2+ messages)

[PATCH net-next 0/2] Miscellaneous fixes
 2020-03-25 19:20 UTC  (2+ messages)

[PATCH net-next] net: page pool: allow to pass zero flags to page_pool_init()
 2020-03-25 19:16 UTC  (3+ messages)

WARNING: ODEBUG bug in tcindex_destroy_work (3)
 2020-03-25 19:07 UTC  (11+ messages)

[PATCH v2 net-next 00/11] s390/qeth: updates 2020-03-25
 2020-03-25 19:07 UTC  (2+ messages)

[PATCH] net: ena: Add PCI shutdown handler to allow safe kexec
 2020-03-25 19:06 UTC  (3+ messages)

[PATCH net] selftests/net/forwarding: define libs as TEST_PROGS_EXTENDED
 2020-03-25 19:01 UTC  (2+ messages)

[PATCH] ipv4: fix a RCU-list lock in fib_triestat_seq_show
 2020-03-25 18:31 UTC  (3+ messages)

iproute2: tc deletion freezes whole server
 2020-03-25 18:23 UTC  (7+ messages)

[PATCH net-next] cxgb4: remove set but not used variable 'tab'
 2020-03-25 18:20 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v2 0/4] Fix Wake on lan with FEC on i.MX6
 2020-03-25 18:11 UTC  (5+ messages)
` [PATCH v2 1/4] net: fec: set GPR bit on suspend by DT configuration
` [PATCH v2 2/4] ARM: dts: imx6: Use gpc for FEC interrupt controller to fix wake on LAN
` [PATCH v2 3/4] dt-bindings: fec: document the new gpr property
` [PATCH v2 4/4] ARM: dts: imx6: add fec "

[PATCH bpf-next v4 0/4] XDP: Support atomic replacement of XDP interface attachments
 2020-03-25 17:46 UTC  (4+ messages)
` [PATCH bpf-next v4 1/4] xdp: Support specifying expected existing program when attaching XDP
` [PATCH bpf-next v4 4/4] selftests/bpf: Add tests for attaching XDP programs

[PATCH net-next v2 1/2] net: phy: micrel.c: add rgmii interface delay possibility to ksz9131
 2020-03-25 17:34 UTC  (2+ messages)
` [PATCH net-next v2 2/2] ARM: dts: apalis-imx6qdl: use rgmii-id instead of rgmii

[PATCH V2 00/14] net: ks8851: Unify KS8851 SPI and MLL drivers
 2020-03-25 17:30 UTC  (5+ messages)
` [PATCH V2 08/14] net: ks8851: Use 16-bit writes to program MAC address

[PATCH net-next] net/packet: fix TPACKET_V3 performance issue in case of TSO
 2020-03-25 14:08 UTC 


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